File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,31 +3,39 @@ Jakarta Commons CLI
33
44Welcome to the CLI component of the Jakarta Commons project.
55
6- This component requires the excellent Ant utility. It can
7- be found here :
6+ The information in this file is relevant if you have
7+ downloaded a CLI source distribution.
88
9- http://jakarta.apache.org/ant/
10-
11- For testing the project, you will also need JUnit :
9+ For testing the project, you will need JUnit (if you use
10+ maven this will be automatically installed and configured
11+ for you) :
1212
1313 http://www.junit.org/
1414
15- CLI uses the new jakarta-turbine-maven system for producing
16- lovely metrics and such:
15+ There are two ways to build CLI, either with ant or maven.
16+
17+ Ant can be found here :
18+
19+ http://jakarta.apache.org/ant
20+
21+ and to build and test the system use:
22+
23+ ant dist
24+
25+ Maven can be found here :
1726
1827 http://jakarta.apache.org/turbine/maven/
1928
20- Once you have these three components installed and configured,
21- simple type:
29+ and to build and test the system use:
2230
23- ant
31+ maven java:jar
2432
2533The system will build and test itself.
2634
2735For complete documentation and to create a local copy of the
2836CLI project website, type:
2937
30- ant maven: site
38+ maven site
3139
3240Good luck!
3341
You can’t perform that action at this time.
0 commit comments