--- jsr166/build.xml 2002/12/12 23:50:31 1.15 +++ jsr166/build.xml 2003/03/14 04:14:07 1.21 @@ -1,16 +1,33 @@ - + - Build file for JSR-166 - Note that junit.jar must be in ${ant.home}/lib for the - test target to work. [FIXME: This should be automatically - enforced by this build file by failing with a message if - junit.jar is not in the right place.] - + 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) + + + + @@ -27,7 +44,9 @@ + + @@ -92,20 +111,37 @@ - + - + + - + + + + + + + + + + + @@ -126,7 +162,28 @@ - + + + + + + + + + + + + + + + - + @@ -156,6 +212,11 @@ + + + + @@ -165,10 +226,12 @@ + + @@ -176,17 +239,12 @@ - - - - - - @@ -203,7 +261,7 @@ - + - @@ -281,12 +338,11 @@ dir="${build.reports.dir}" fork="true"> - - - - - - + + @@ -323,4 +379,12 @@ + + + + + + +