| Name: | The Build System Formerly Known As Jeff's |
| Developer: | Jeff Turner
<jeff@socialchange.net.au>
|
| Version: | 1.0 |
| URL: | http://opensource.socialchange.net.au/build/ |
| Overview: | A generic build system, capable of building a wide variety of projects. |
A generic build system, capable of building a wide variety of projects.
Many Java projects have similar needs from their build system. Compile the code, create a jar, javadocs, distributions, run junit tests, etc. This build system is designed to handle a basic set of such activities.
/
project root
build.xml
Generic Ant build file
dependencies.xml
Ant file for updating dependencies
lib
compile-time jar dependencies for src/java
src
anything that will end up in the final product
java
java code
foo
a file called foo
lib
runtime jar dependencies of src/java
etc
misc files
Manifest.mf
Manifest to be used in jars