--- jsr166/build.xml 2003/05/28 14:09:03 1.29 +++ jsr166/build.xml 2003/05/29 17:29:08 1.36 @@ -7,7 +7,7 @@ Usage: ant [target] User-specific settings are read from user.properties. - See user.properties.sample for examples. + See user.properties.sample for an explanation of some useful settings. ------------------------------------------------------------------------------ @@ -54,55 +54,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -114,12 +70,14 @@ + + - - + @@ -136,12 +94,12 @@ @@ -200,16 +158,17 @@ - + depends="init, configure-compiler" + description="Strip generics from java source (not working yet)"> + - + @@ -271,22 +230,8 @@ - - - - - - - - - - - - - - + @@ -303,8 +248,8 @@ + depends="compile" + unless="build.emulation.true"> @@ -313,15 +258,9 @@ - - - - - + depends="init, configure-compiler" + if="build.emulation.true"> @@ -334,7 +273,7 @@ fork="true"> - + @@ -342,8 +281,8 @@ + depends="compile-emulation" + if="build.emulation.true"> @@ -384,38 +323,83 @@ + + + + + + + + + + + + - - + + + + + - - - + + + + + + + + @@ -435,9 +419,9 @@ source="${build.sourcelevel}" fork="true"> - - + + @@ -459,7 +443,7 @@ dir="${build.reports.dir}" fork="true"> - + @@ -500,7 +484,114 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + javac ${build.javac.args} + bootclasspath=${javac.bootclasspath} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +