diff --git a/docs/index.html b/docs/index.html index efa2dd3d5..ac12460ea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2277,8 +2277,11 @@ systems.

Examples

-

<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>

Parameters specified as nested elements

arg

@@ -5464,6 +5467,10 @@ current directory as docs/ChangeLog.txt, and includes all the html

Optional tasks

+

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.