Workspace Structure
There are the following files in the top-level directory:
- build.xml - the ANT build file. This build file provides a lot more
functionality than is required by this application
- ant.cmd - a wrapper for running ant. It creates setenv.cmd if it doesn't
exist.
- bootstrapsetenv.cmd - used the first time to set up the basic environment
for running ant
- setenv.cmd - this file is created by ant. Sets the classpath
There are the following subdirectories:
- properties - contains property files for configuring the system -
local.properties is the one that you will need to edit
- src - the source code
- build - the compiled code
- deploy.template - template for a JBOSS directory
- deploy - where JBoss runs
- testresults - where the ANT target test-all writes the results
src directory
The src directory has the following subdirectories:
- appDescriptors - contains the application.xml for the EAR
- ejbDescriptors - the EJB descriptors
- warDescriptors - descriptors files for the war
- java - Java src files
- jdo - JDO metadata
- jdo.genie - JDO Genie specific property file
- jsp - empty
- properties - property files that are used at runtime
- sql - sql scripts for creating the database schema and loading test data