geirm 01/05/03 20:00:21 Modified: collections README.txt Log: more... Revision Changes Path 1.2 +21 -0 jakarta-commons/collections/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-commons/collections/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.txt 2001/05/04 02:54:59 1.1 +++ README.txt 2001/05/04 03:00:21 1.2 @@ -19,3 +19,24 @@ 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 + +
