--- jsr166/build.xml 2003/05/28 13:37:59 1.28 +++ jsr166/build.xml 2003/05/28 21:15:50 1.31 @@ -1,38 +1,24 @@ - Build file for JSR-166 +------------------------------------------------------------------------------ + Build file for JSR-166 - JUnit 3.8 or better must be in ${ant.home}/lib for the test target to work. - + Usage: ant [target] + User-specific settings are read from user.properties. + See user.properties.sample for examples. +------------------------------------------------------------------------------ + - - -ant [target], where target is one of: - - usage (default) Prints this message - compile Compiles all sources to build folder - jar Builds library jar from compiled sources - test Runs all tests (requires JUnit 1.8 in ${ant.home}/lib) - docs Builds javadocs with custom tags to build folder - dist-docs Builds javadocs without custom tags to dist folder - dist Puts all distributable products in single hierarchy - - clean Removes all build products - dist-clean Removes all build and distribution products - - checkstyle Reports on style errors in Java source (verbose, mostly chaff) - doccheck Reports on javadoc style errors (not working yet) - + + Run "ant -projecthelp" for full usage information. + - - - @@ -40,6 +26,7 @@ ant [target], where target is one of: + @@ -91,11 +78,12 @@ ant [target], where target is one of: - + - - + - + @@ -142,7 +131,7 @@ ant [target], where target is one of: fork="true"> - + @@ -150,13 +139,13 @@ ant [target], where target is one of: + description="Runs all tests (requires JUnit 3.8.1 in ${ant.home}/lib)" /> - - - + + + + @@ -213,16 +203,17 @@ ant [target], where target is one of: - + depends="init" + description="Strip generics from java source (not working yet)"> + - + @@ -286,14 +277,14 @@ ant [target], where target is one of: - + - + @@ -305,6 +296,10 @@ ant [target], where target is one of: Building JSR-166 version ${version} + + + @@ -316,8 +311,8 @@ ant [target], where target is one of: + depends="compile" + unless="build.emulation.true"> @@ -326,21 +321,9 @@ ant [target], where target is one of: - - - - - - - - - - - + if="build.emulation.true"> @@ -353,7 +336,7 @@ ant [target], where target is one of: fork="true"> - + @@ -361,10 +344,14 @@ ant [target], where target is one of: + depends="compile-emulation" + if="build.emulation.true"> - + + + + + @@ -399,6 +386,13 @@ ant [target], where target is one of: + + + + + + + @@ -450,9 +444,9 @@ ant [target], where target is one of: source="${build.sourcelevel}" fork="true"> - - + + @@ -474,7 +468,7 @@ ant [target], where target is one of: dir="${build.reports.dir}" fork="true"> - + @@ -527,6 +521,16 @@ ant [target], where target is one of: + + + + + + + + + +