27 questions
0
votes
0
answers
74
views
FlexiLayout and Project Setup Station doesn't have the same results in ABBYY
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 ...
0
votes
0
answers
80
views
IntelliJ file watcher uses wrong grunt
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 ...
0
votes
2
answers
316
views
Getting Started with Silex Composer Project
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.
...
3
votes
3
answers
2k
views
Eclipse can't open sub-project of maven-parent-project
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.
...
0
votes
0
answers
65
views
JSF annotations ignored with imported project [duplicate]
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, ...
1
vote
1
answer
122
views
Project setup don't create service
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.
...
10
votes
1
answer
1k
views
Best practices for layout out Angular/Django apps
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 ...
1
vote
1
answer
97
views
Linker error after upgrading solution to VS2012
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 ...
0
votes
2
answers
797
views
Android Google Maps API v2 - NoSuchFieldError
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 ...
52
votes
1
answer
22k
views
Should I provide a LICENSE.txt or COPYING.txt file in my project? [closed]
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 ...
0
votes
1
answer
65
views
How can I accomplish this type of mod_rewrite?
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/
/...
5
votes
1
answer
2k
views
Django: Setting up database code tables (aka reference tables, domain tables)?
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 ...
0
votes
1
answer
1k
views
How can I turn the structure of an XML file into a folder structure using ANT
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.
...
1
vote
2
answers
117
views
Setting Up Development Tree
Any advice on best practices for setting up development tree for .net application using with continuous integration.