From 956f4eec6cac8bce92f4c1585829d4c4ff5e31e1 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Sun, 6 Feb 2000 17:39:32 +0000 Subject: [PATCH] remove reference to obsolete antRun.bat git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267588 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 9b9da3d12..c44f28f48 100644 --- a/docs/index.html +++ b/docs/index.html @@ -126,8 +126,7 @@ file of the JDK must be added to the classpath; for JDK 1.2, tools.jar

When you are executing platform specific applications (like the exec task, or the cvs task), the property ant.home -must be set to the directory containing a bin directory, which contains antRun.bat -(Windows) or antRun (Unix).

+must be set to the directory containing a bin directory, which contains the antRun shell script necessary to run execs on Unix.


Running Ant

Running Ant is simple, when you installed it as described in the previous