--- jsr166/build.xml 2002/10/08 14:43:34 1.2 +++ jsr166/build.xml 2003/03/14 04:14:07 1.21 @@ -1,14 +1,41 @@ - + Build file for JSR-166 + + JUnit 1.8 must be in ${ant.home}/lib for the test target to work. + + + +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) + + + + + - + @@ -17,7 +44,9 @@ + + @@ -26,6 +55,10 @@ + + + + @@ -34,22 +67,22 @@ - + - + - - + + + - - + + @@ -69,7 +102,8 @@ - + - + + + + + + + + + + + - + + + + + + + + + + + + - + + @@ -99,17 +162,106 @@ - + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Building JSR-166 version ${version} + + + + + + + + + + + + + + + + - + + + + + - + - + - - - - + + - + + dir="${build.reports.dir}" + fork="true"> - - - - + + @@ -227,4 +379,12 @@ + + + + + + +