Questions tagged [project-setup]

26 questions
133
votes
3 answers

Most simple but complete CMake example

Somehow I am totally confused by how CMake works. Every time I think that I am getting closer to understanding how CMake is meant to be written, it vanishes in the next example I read. All I want to know is, how should I structure my project, so…
Arne
  • 7,921
  • 9
  • 48
  • 66
50
votes
1 answer

Should I provide a LICENSE.txt or COPYING.txt file in my project?

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 having any luck finding it.
Joe
  • 16,328
  • 12
  • 61
  • 75
10
votes
1 answer

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 application. I'm specifically thinking of the case…
Jason Boyd
  • 1,192
  • 1
  • 9
  • 19
5
votes
1 answer

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 hold values…
User
  • 62,498
  • 72
  • 186
  • 247
5
votes
1 answer

Spring BlazeDS + Flex + JBoss Project setup in eclipse using Maven

I would like to know how to proceed to set up a work environment in order to develop Spring BlazeDS applications. Those server applications are meant to be accessed via AMF remoting from some client Flex application. Actually I have Maven and…
a.s.t.r.o
  • 3,261
  • 5
  • 34
  • 41
4
votes
3 answers

Gradle - one project, multiple packages, multiple jars

I'm asking you about a very basic question but I hope you can find the time to help me: I'm trying to realise a java-project, that can spit out several different programs which partially have dependencies on other projects of mine. In order to keep…
Patrick Gerth
  • 51
  • 1
  • 4
3
votes
3 answers

Easier way to setup Django projects?

I've just started using Django and one thing I find that I'm doing is starting a lot of new projects. I'm finding this process to be pretty tedious every time, even using manage.py startproject * I'm constantly changing settings in settings.py like…
Kylee
  • 1,625
  • 1
  • 31
  • 54
2
votes
3 answers

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. When I select 'import existing project' it only…
Angelo Fuchs
  • 9,825
  • 1
  • 35
  • 72
2
votes
0 answers

LibGDX setup project network timeout

I am new in LibGDX development. I try to create LibGDX project using libGDX- project-setup.jar. But I always got an network error: Downloading http://services.gradle.org/distributions/gradle-2.4-all.zip Exception in thread "main"…
NamNH
  • 1,752
  • 1
  • 15
  • 37
2
votes
1 answer

create maven project from command line

I am trying to follow this tutorial http://maven.apache.org/guides/getting-started/ It seems ok but when it told me to do write the following lines of code I had some issues the code: mvn archetype:generate \ …
user4194400
1
vote
1 answer

Package requirements in a new, clean venv project (Python 3 /IntelliJ IDEA) - Why are there any?

After creating a new Python project in IntelliJ: There shouldn't be any requirements/additional packages. I check this: So, to recap: I create a new project, select VENV, choose a new environment, and do not want inherit any requirements. When I…
Leviathan
  • 644
  • 1
  • 15
  • 30
1
vote
1 answer

KDevelop4 : Setting up a project using cmake

I am using Kdevelop4, and would like to use a default CMake c++ project. My plan is to partition my application into programs, several shared libraries, and I would like to have a separate project building unit tests (I am planing to use google…
BЈовић
  • 62,405
  • 41
  • 173
  • 273
1
vote
1 answer

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. However, when I go to the windows services list My…
1
vote
1 answer

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 compile it seems all went fine except for 1…
NPS
  • 6,003
  • 11
  • 53
  • 90
1
vote
2 answers

Setting Up Development Tree

Any advice on best practices for setting up development tree for .net application using with continuous integration.
1
2