The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
406 views

Linked src folders in Eclipse project and SVN issue

I have an eclipse project set up that is NOT directly placed inside an SVN checkout tree - instead I use 'link src' option in eclipse to set up my project. Thoughts went behind this approach are ...
7
votes
2answers
1k views

Should I provide a LICENCE.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 ...
1
vote
1answer
1k views

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 ...
0
votes
1answer
55 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/ ...
3
votes
3answers
224 views

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 ...
2
votes
1answer
517 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
2answers
270 views

Web application starter kit

I am looking for a site that allows you to input a project name, choose a doctype, a js library etc. and then generates the directory structure and files to start a web project. I know about project ...
0
votes
1answer
412 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. ...
5
votes
1answer
3k views

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 ...
1
vote
2answers
90 views

Setting Up Development Tree

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