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
41 lines (23 loc) · 745 Bytes
/
Copy pathREADME.txt
File metadata and controls
41 lines (23 loc) · 745 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
35
36
37
38
39
40
41
Jakarta Commons CLI
===================
Welcome to the CLI component of the Jakarta Commons project.
The information in this file is relevant if you have
downloaded a CLI source distribution.
For testing the project, you will need JUnit (if you use
maven this will be automatically installed and configured
for you):
http://www.junit.org/
There are two ways to build CLI, either with Ant or Maven 1.
Ant can be found here :
http://jakarta.apache.org/ant
and to build and test the system use:
ant dist
Maven 1 can be found here :
http://maven.apache.org
and to build and test the system use:
maven clean jar
The system will build and test itself.
For complete documentation type:
maven site
Good luck!
-The CLI Team