Krysalis Centipede | ![]() |
Introduction | ||
If you see this directory it means you've run the build at least once. You'll find your sources, binaries, jars, etc. Basically you will find all the intermediate and end reaults of your build process.
The default layout of this directory is:
- build
- java - the java source files that are to be worked on
- classes - the class files that result from compiling what's in the java directory.
- testcases - the test cases for the project
- work - an intermediary work directory used by ANT
- docs - the generated docs
- javadocs - generated javadocs from the source code
- tests - the results of running the tests
- metrics - the java code metrics
- scratchpad - work in the scratchpad area
- java - Java code
- classes - compiled java classes
- lib - libraries requried for the scratchpad only
- contrib - contributions to the project
- java - Java code
- classes - compiled java classes
- lib - libraries requried for the contirbutions only
- examples
- java - Java code
- classes - compiled java classes
- lib - libraries requried for the examples only
As with all directories you can customise the exact layout here by editing the layout.xml file.
by Andrew C. Oliver, Nicola Ken Barozzi, Ross D. Gardler