From a5896abdf9fc6e091074f2bf0710a3d82fc2b84d Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 21 Jan 2001 00:40:39 +0000 Subject: [PATCH] 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" git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268491 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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.