Skip to content

Commit 6812df6

Browse files
author
John Keyes
committed
update README for 1.0 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129830 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8d37af5 commit 6812df6

1 file changed

Lines changed: 19 additions & 11 deletions

File tree

README.txt

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,39 @@ Jakarta Commons CLI
33

44
Welcome 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

2533
The system will build and test itself.
2634

2735
For complete documentation and to create a local copy of the
2836
CLI project website, type:
2937

30-
ant maven:site
38+
maven site
3139

3240
Good luck!
3341

0 commit comments

Comments
 (0)