From a5896abdf9fc6e091074f2bf0710a3d82fc2b84d Mon Sep 17 00:00:00 2001
From: Peter Donald
-+
<exec dir="${src}" executable="dir" os="windows" - output="dir.txt"/>
+
+<exec dir="${src}" executable="cmd.exe" os="Windows 2000" output="dir.txt"> + <arg line="/c dir"/> +</exec>
docs/ChangeLog.txt
, and includes all the html
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.
Note: The ftp-task uses the NetComponents-Package which you will need to download from +http://www.savarese.org and add to your classpath.
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.