PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Geir Magnusson Jr 2001-05-04 03:00:21 +00:00
parent 074d2757db
commit 9f70d9beb8

View File

@ -19,3 +19,24 @@ build.properties, and modify to reflect
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.
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