Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 26598 invoked by uid 500); 30 Jan 2001 00:22:29 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Received: (qmail 26593 invoked by uid 1195); 30 Jan 2001 00:22:28 -0000 Date: 30 Jan 2001 00:22:28 -0000 Message-ID: <20010130002228.26592.qmail@apache.org> From: donaldp@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs index.html donaldp 01/01/29 16:22:28 Modified: docs index.html Log: Fix docs to reflect reality with respect to dist building Submitted By: Andrew Sudell Revision Changes Path 1.197 +3 -3 jakarta-ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/index.html,v retrieving revision 1.196 retrieving revision 1.197 diff -u -r1.196 -r1.197 --- index.html 2001/01/29 09:49:26 1.196 +++ index.html 2001/01/30 00:22:28 1.197 @@ -34,7 +34,7 @@

Version: @VERSION@
-$Id: index.html,v 1.196 2001/01/29 09:49:26 nico Exp $

+$Id: index.html,v 1.197 2001/01/30 00:22:28 donaldp Exp $


@@ -207,8 +207,8 @@ to build a bootstrap version of Ant.

When finished, use:

-

build -Dant.dist.dir=<directory_to_contain_Ant_distribution> dist    (Windows)

-

build.sh -Dant.dist.dir=<directory_to_contain_Ant_distribution> dist    (Unix)

+

build -Ddist.dir=<directory_to_contain_Ant_distribution> dist    (Windows)

+

build.sh -Ddist.dir=<directory_to_contain_Ant_distribution> dist    (Unix)

to create a binary distribution of Ant. This distribution can be found in the directory you specified.