File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments