Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
74 views

I create a fl and is matched correctly, however in Setup station is not matching correctly.For example first image, in flexilayout 3 fields are correct matched. On second image I tested in Project ...
alexander flores's user avatar
0 votes
0 answers
80 views

I'm setting up grunt with the IntelliJ file watcher plugin. As you can see in the image I choose as path for my installed grunt the following: C:\Users\Max\AppData\Roaming\npm\grunt.cmd Nevertheless ...
Cyrex's user avatar
  • 1
0 votes
2 answers
316 views

I'm struggling around with Silex and its Project Structure. I'm using PHP for around 10 years now, but I always used tools like Np++. Now I get started with PhpStorm and I feel like a total newbie. ...
Netzmensch's user avatar
3 votes
3 answers
2k views

I have the following project structure: pom.xml (packaging: pom) \-- SubProject - pom.xml (packaging: jar) \-- SubProject - pom.xml (packaging: ear) I want to open all three projects in Eclipse. ...
Angelo Fuchs's user avatar
  • 9,991
0 votes
0 answers
65 views

I am building a web application with JSF 2.2, Hibernate, Primefaces and Tomcat. Since I'm having now two customers, who both want the same application but with some minor differences in UI and stuff, ...
Jonas Bausch's user avatar
1 vote
1 answer
122 views

I am writing a service in C# using visual studio 2013. I've added service installer and Project setup. (using Microsoft Visual Studio Installer Projects). I've created installer and installed it. ...
user1761434's user avatar
10 votes
1 answer
1k views

I'm fairly new to both Django and Angular. I recognize this is subjective and there are likely many ways to do it, but I'm wondering what best practices people can recommend for laying out such an ...
Jason Boyd's user avatar
  • 1,240
1 vote
1 answer
97 views

I was developing a project that uses (among others) boost::filesystem under VS2010. Today I decided to switch to VS2012, upgraded the solution (just let the VS do it automatically) and when I tried to ...
NPS's user avatar
  • 6,424
0 votes
2 answers
797 views

I am working on a project using Google Maps v2 for Android and I am getting a NoSuchFieldError while instantiating the Google map fragment on a rooted HTC Desire HD. Afaik, the issue should not be ...
lucian.pantelimon's user avatar
52 votes
1 answer
22k views

Does it matter? Should I use one or the other? Or both, even? Can the license file be any name? (With any extension?) I'm sure there's a "best practices" guide that contains all this, but I'm not ...
Joe's user avatar
  • 16.9k
0 votes
1 answer
65 views

I would like to setup a staging and production environment on one shared server. So, optimally, I would like to be able to create a structure like the following on the server: /stage/ /lib/ /...
Stephen Watkins's user avatar
5 votes
1 answer
2k views

Often times applications will need some database code tables (aka reference tables or domain tables or lookup tables). Suppose I have a model class called Status with a field called name that could ...
User's user avatar
  • 66.5k
0 votes
1 answer
1k views

I would like to be able to pass an XML file to an ANT build script and have it create a folder structure mimicking the nodal structure of the XML, using the build files parent directory as the root. ...
Undistraction's user avatar
1 vote
2 answers
117 views

Any advice on best practices for setting up development tree for .net application using with continuous integration.
amantur's user avatar
  • 40.6k