--- jsr166/build.xml 2002/12/13 07:09:11 1.17 +++ jsr166/build.xml 2003/05/17 21:20:50 1.23 @@ -1,16 +1,35 @@ - + - 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) + + + + + + @@ -33,8 +52,8 @@ - - + + @@ -78,9 +97,6 @@ - - - @@ -94,12 +110,12 @@ - + + description="Reports on style errors in Java source (verbose, mostly chaff)"> @@ -111,15 +127,13 @@ + description="Reports on javadoc style errors (not working yet)"> - - - + @@ -137,14 +151,17 @@ - - - + + - - - @@ -186,8 +200,7 @@ - + @@ -198,6 +211,9 @@ + + + @@ -234,9 +250,7 @@ overview="${src.dir}/intro.html" source="${build.sourcelevel}"> - - - + @@ -255,7 +269,7 @@ - + - @@ -320,18 +333,17 @@ dir="${build.reports.dir}" fork="true"> - - - - - - + + - + @@ -362,4 +374,12 @@ + + + + + + +