X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=build%2Flib%2Fant%2Fant-contrib-1.0b2%2FREADME.txt;fp=build%2Flib%2Fant%2Fant-contrib-1.0b2%2FREADME.txt;h=2e97de8f794198f2c15800582730ed11c2950e27;hb=e25dee598400f0914c4212059b2c829de3ef3bf6;hp=0000000000000000000000000000000000000000;hpb=862669a8165e61580f88da242df178190643d200;p=utils diff --git a/build/lib/ant/ant-contrib-1.0b2/README.txt b/build/lib/ant/ant-contrib-1.0b2/README.txt new file mode 100644 index 00000000..2e97de8f --- /dev/null +++ b/build/lib/ant/ant-contrib-1.0b2/README.txt @@ -0,0 +1,46 @@ +Ant-Contrib library + +This library is for contributed Ant tasks that have +not been approved for inclusion into the ant core or +optional library. + +Requirements +------------------------- +Runtime: + Requires APACHE Ant Version 1.5 or above. Note, that output + handlers on the ForEach task will not properly report the + task which is outputting the message unless you are using + Ant version 1.5.2 or greater. + + In addition, the task will not work on versions prior + to Ant 1.6 + +Compilation: + Requires Ant Version 1.6 or greater to compile and build the + package. + + +Inclusion in your project +------------------------- + The easiest way to use the tasks is to use + + + + + + + +in your build file. If the jar file is on your CLASSPATH or in +ANT_HOME/lib you can even simplify this to read + + + +For projects which will run under 1.5 versions, you would +use the .properties file instead of the antlib.xml file: + + + + + + +