mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 07:26:39 +00:00
more...
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:
parent
074d2757db
commit
9f70d9beb8
21
README.txt
21
README.txt
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user