|
@@ -73,8 +73,10 @@ Before you can run ant there is some additional set up you |
|
|
will need to do:</p> |
|
|
will need to do:</p> |
|
|
<ul> |
|
|
<ul> |
|
|
<li>Add the <code>bin</code> directory to your path.</li> |
|
|
<li>Add the <code>bin</code> directory to your path.</li> |
|
|
<li>Set the <code>ANT_HOME</code> environment variable to |
|
|
|
|
|
the directory where you installed Ant.</li> |
|
|
|
|
|
|
|
|
<li>Set the <code>ANT_HOME</code> environment variable to the |
|
|
|
|
|
directory where you installed Ant. On some operating systems the ant |
|
|
|
|
|
wrapper scripts can guess <code>ANT_HOME</code> (Unix dialects and |
|
|
|
|
|
Windows NT/2000) - but it is better to not rely on this behavior.</li> |
|
|
<li>Optionally, set the <code>JAVA_HOME</code> environment variable |
|
|
<li>Optionally, set the <code>JAVA_HOME</code> environment variable |
|
|
(see the <a href="#advanced">Advanced</a> section below). |
|
|
(see the <a href="#advanced">Advanced</a> section below). |
|
|
This should be set to the directory where your JDK is installed.</li> |
|
|
This should be set to the directory where your JDK is installed.</li> |
|
@@ -209,6 +211,14 @@ needed for use with the mappers.</p> |
|
|
<td><b>Needed For</b></td> |
|
|
<td><b>Needed For</b></td> |
|
|
<td><b>Available At</b></td> |
|
|
<td><b>Available At</b></td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>An XSL transformer like Xalan or XSL:P</td> |
|
|
|
|
|
<td>style task</td> |
|
|
|
|
|
<td><a href="http://xml.apache.org/xalan-j/index.html" |
|
|
|
|
|
target="_top">http://xml.apache.org/xalan-j/index.html</a> or <a |
|
|
|
|
|
href="http://www.clc-marketing.com/xslp/" |
|
|
|
|
|
target="_top">http://www.clc-marketing.com/xslp/</a></td> |
|
|
|
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
<td>jakarta-regexp-1.2.jar</td> |
|
|
<td>jakarta-regexp-1.2.jar</td> |
|
|
<td>regexp type with mappers</td> |
|
|
<td>regexp type with mappers</td> |
|
|