diff --git a/build.xml b/build.xml index bb0bf6783..42e433137 100644 --- a/build.xml +++ b/build.xml @@ -34,21 +34,42 @@ + + -------------------------------------------------------------- + ${xgump.module.project.name} ${xgump.module.project.version.major}.${xgump.module.project.version.minor} [${YEAR}] - - - - - + -------------------------------------------------------------- + Using ${ant.version} + Build file ${ant.file} + -------------------------------------------------------------- + These are the most common build targets. + You can also invoke them directly; see build.xml for more info. + Builds will be in /build directory, distributions in /dist. + + all -------------- creates the jars and the site + compile ---------- compiles the source code + test ------------- performs the jUnit tests + jar -------------- create the jar files + docs ------------- generates the html docs - clean not needed + javadocs --------- generates the API documentation + site ------------- generates the html site (docs+reports) + clean ------------ cleans the build directory + dist ------------- creates src and bin distributions + scratchpad ------- build-run scratchpad code + contrib ---------- build-run contributed code + generate-records - generate excel records + generate-types --- generate word types + + + + Please select a target - -