Hi,
 
I'm looking for good examples or advice on how to set up my CVS and Ant build environment. I'm creating a new directory structure and I would like to get feedback if anyone has any advice on how to organize my project.
 
I'm setting up a new project with Ant 1.5.1, JBoss, JUnit, Eclipse, JBoss-IDE, XDoclet, ArgoUML, etc.
I would like advice on what directory tree structure would be good for a J2EE project.
We will be deploying .EAR and .WAR files.
 
Here's what I have so far:
 
myproject/
    src/
        main/
            com/mycompany/myproject/servlets
            com/mycompany/myproject/clients
            com/mycompany/myproject/ejb
            com/mycompany/myproject/utils
        docs/
        etc/
        metadata/
        stylesheets/
        testcases/
        resources/
        uml/
        sql/
        web/
        images/
        examples/
    bin/
    lib/
    docs/
    build/
    dist/
 
Thanks!!!
 

Reply via email to