forked from apache/commons-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
34 lines (20 loc) · 676 Bytes
/
Copy pathREADME.txt
File metadata and controls
34 lines (20 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Jakarta Commons CLI
===================
Welcome to the CLI component of the Jakarta Commons project.
This component requires the excellent Ant utility. It can
be found here :
http://jakarta.apache.org/ant/
For testing the project, you will also need JUnit:
http://www.junit.org/
CLI uses the new jakarta-turbine-maven system for producing
lovely metrics and such:
http://jakarta.apache.org/turbine/maven/
Once you have these three components installed and configured,
simple type:
ant
The system will build and test itself.
For complete documentation and to create a local copy of the
CLI project website, type:
ant maven:site
Good luck!
-The CLI Team