--- jsr166/build.xml 2002/12/13 06:34:04 1.16 +++ jsr166/build.xml 2003/05/19 11:33:20 1.25 @@ -1,18 +1,38 @@ - + - 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 +53,8 @@ - - + + @@ -78,9 +98,6 @@ - - - @@ -94,12 +111,12 @@ - + + description="Reports on style errors in Java source (verbose, mostly chaff)"> @@ -111,15 +128,13 @@ + description="Reports on javadoc style errors (not working yet)"> - - - + @@ -131,20 +146,23 @@ + source="${build.docsourcelevel}"> - - - + + - - - @@ -186,8 +201,7 @@ - + @@ -196,6 +210,11 @@ + + + + @@ -230,11 +249,9 @@ + source="${build.docsourcelevel}"> - - - + @@ -253,7 +270,7 @@ - + - @@ -318,18 +334,17 @@ dir="${build.reports.dir}" fork="true"> - - - - - - + + - + @@ -360,4 +375,12 @@ + + + + + + +