diff --git a/README.txt b/README.txt index 3f814d2e2..a071a0528 100644 --- a/README.txt +++ b/README.txt @@ -30,22 +30,15 @@ the location of the junit.jar on your computer. Once you have Ant propertly installed, and the build.properties file correctly reflects the location of your junit.jar, you are ready to build and test. +The major targets are: -To compile and test the component : - -$ ant test - -To build a jar : - -$ ant dist-jar - -To build the API documentation : - -$ ant doc - -To build the jar and API doc at once : - -$ ant dist +ant compile - compile the code +ant test - test using junit +ant jar - create a jar file +ant javadoc - build the javadoc +ant dist - create folders as per a distribution +ant tf.jar - create the testframework jar file +ant tf.javadoc - build the testframework javadoc Maven diff --git a/build.properties.sample b/build.properties.sample index 93d0c0e64..6298c5df7 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -1,4 +1,2 @@ -# junit.jar - JUnit 3.2+ Classpath +# junit.jar - JUnit 3.8.1 Classpath junit.jar=/java/junit/junit.jar -# optional variable, used for creating source distributions -cvs.root=:pserver:anoncvs@cvs.apache.org:/home/cvspublic diff --git a/build.xml b/build.xml index 519cce307..3718929af 100644 --- a/build.xml +++ b/build.xml @@ -1,459 +1,421 @@ - - + - - + - - - - - - + - - - - - - - - - - - - - - + - - - - - + + - - - - - + + - - - - - - - - - - - - - - - + + - - - - - - - - - - + + - - - - + + - - - + + - - - + + - - - + + - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - + - - - - + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - + + + - + + + - + - - - - - - - - + + + - - - - - - - - + - + + + - - - + - - - + + + + + - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index 259b16d04..f40b2f141 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -1,10 +1,10 @@ Manifest-Version: 1.0 -Package: org.apache.commons.collections.* -Extension-Name: commons-collections -Specification-Version: 3.0 +Package: @package@ +Extension-Name: @name@ +Specification-Version: @version@ Specification-Vendor: Apache Software Foundation -Specification-Title: Commons Collections -Implementation-Version: 3.0 +Specification-Title: @title@ +Implementation-Version: @version@ Implementation-Vendor: Apache Software Foundation Implementation-Vendor-Id: