Skip to content

Commit cb93afb

Browse files
author
Robert James Oxspring
committed
Added dependancies note to front page
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@130104 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3062371 commit cb93afb

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

xdocs/index.xml

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
expected.
4747
</p>
4848
<p>
49-
The rest of the documentation is split into the followin three sections:
49+
The rest of the documentation is split into the following three sections:
5050
<ul>
5151
<li><a href="manual/index.html">CLI2</a> - a reference manual for version 2</li>
5252
<li><a href="introduction.html">CLI1</a> - documentation for version 1 </li>
@@ -64,6 +64,40 @@
6464
</ul>
6565
</p>
6666
</section>
67+
<section name="Dependancies">
68+
<p>
69+
The generated list of <a href="dependencies.html">dependencies</a>
70+
lists the libraries needed to compile and test Commons CLI. To use
71+
the precompiled distribution none of these dependancies are strictly
72+
necessary. The following is a breakdown of what is required and when:
73+
</p>
74+
<table>
75+
<tr>
76+
<th>Library</th><th>Usage</th>
77+
</tr>
78+
<tr>
79+
<td>Java 1.2</td>
80+
<td>This is the minimum java level needed to use CLI2</td>
81+
</tr>
82+
<tr>
83+
<td>Java 1.4</td>
84+
<td>Needed if the PreferencesCommandLine is needed</td>
85+
</tr>
86+
<tr>
87+
<td>commons-lang</td>
88+
<td>Needed if the CLI1 package is being used</td>
89+
</tr>
90+
<tr>
91+
<td>jdepend</td>
92+
<td>Needed to build and test CLI2 only</td>
93+
</tr>
94+
<tr>
95+
<td>junit</td>
96+
<td>Needed to build and test CLI1 and CLI2</td>
97+
</tr>
98+
</table>
99+
</section>
100+
67101
</body>
68102

69103
</document>

0 commit comments

Comments
 (0)