donaldp 01/01/20 16:40:39
Modified: docs index.html
Log:
Added a hint to index.html about where to find optional tasks.
The example for exec does now work on Windows.
Added a note thet NetComponents needs to be downloaded from
www.savarese.org.
Submitted By: "Nico Seessle" <[EMAIL PROTECTED]>
Revision Changes Path
1.192 +12 -3 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- index.html 2001/01/17 21:21:27 1.191
+++ index.html 2001/01/21 00:40:39 1.192
@@ -34,7 +34,7 @@
<center>
<p>Version: @VERSION@<br>
-$Id: index.html,v 1.191 2001/01/17 21:21:27 holtdl Exp $</p>
+$Id: index.html,v 1.192 2001/01/21 00:40:39 donaldp Exp $</p>
</center>
<hr>
@@ -2277,8 +2277,11 @@
</table>
<h3>Examples</h3>
<blockquote>
- <p><code><exec dir="${src}" executable="dir"
os="windows"
- output="dir.txt"/></code></p>
+ <p>
+<pre>
+<exec dir="${src}" executable="cmd.exe"
os="Windows 2000" output="dir.txt">
+ <arg line="/c dir"/>
+</exec></pre></p>
</blockquote>
<h3>Parameters specified as nested elements</h3>
<h4>arg</h4>
@@ -5464,6 +5467,10 @@
<hr>
<h2><a name="optionaltasks">Optional tasks</a></h2>
+<p>The tasks listed here are not included in the ant.jar included in the
binary distribution
+of Ant. To use them you should download optional.jar and put in the
lib-subdirectory of your
+Ant-installation. Additionaly some of these tasks require external libraries
to be put on
+your CLASSPATH.</p>
<ul>
<li><a href="dotnet.html">.NET Tasks</a></li>
<li><a href="antlr.html">ANTLR</a></li>
@@ -5600,6 +5607,8 @@
<hr>
<h2><a name="ftp">FTP</a></h2>
<h3>Description</h3>
+<p><b>Note:</b> The ftp-task uses the NetComponents-Package which you will
need to download from
+<a href="http://www.savarese.org">http://www.savarese.org</a> and add to
your classpath.</p>
<p>The ftp task implements a basic FTP client that can send, receive,
list, and delete files. See below for descriptions and examples of how
to perform each task.</p>