|
@@ -2277,8 +2277,11 @@ systems.</p> |
|
|
</table> |
|
|
</table> |
|
|
<h3>Examples</h3> |
|
|
<h3>Examples</h3> |
|
|
<blockquote> |
|
|
<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> |
|
|
</blockquote> |
|
|
<h3>Parameters specified as nested elements</h3> |
|
|
<h3>Parameters specified as nested elements</h3> |
|
|
<h4>arg</h4> |
|
|
<h4>arg</h4> |
|
@@ -5464,6 +5467,10 @@ current directory as <code>docs/ChangeLog.txt</code>, and includes all the html |
|
|
|
|
|
|
|
|
<hr> |
|
|
<hr> |
|
|
<h2><a name="optionaltasks">Optional tasks</a></h2> |
|
|
<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> |
|
|
<ul> |
|
|
<li><a href="dotnet.html">.NET Tasks</a></li> |
|
|
<li><a href="dotnet.html">.NET Tasks</a></li> |
|
|
<li><a href="antlr.html">ANTLR</a></li> |
|
|
<li><a href="antlr.html">ANTLR</a></li> |
|
@@ -5600,6 +5607,8 @@ output.</p> |
|
|
<hr> |
|
|
<hr> |
|
|
<h2><a name="ftp">FTP</a></h2> |
|
|
<h2><a name="ftp">FTP</a></h2> |
|
|
<h3>Description</h3> |
|
|
<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, |
|
|
<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 |
|
|
list, and delete files. See below for descriptions and examples of how |
|
|
to perform each task.</p> |
|
|
to perform each task.</p> |
|
|