Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 45755 invoked by uid 500); 3 Jul 2001 18:58:27 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 45598 invoked from network); 3 Jul 2001 18:58:24 -0000 Message-Id: X-Mailer: Novell GroupWise Internet Agent 5.5.4.1 Date: Tue, 03 Jul 2001 14:54:32 -0400 From: "Kyle Adams" To: Subject: Re: Ant book? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Another solution would be to simply invoke Ant as ant -Dbuild=3Dfoo -Ddist=3Dbar and leave out the settings in the ant file itself. If you define a property from the command line, then you can simply begin using it in the ant file itself. You don't have to redefine it using the setting. Kyle >>> bodewig@apache.org 07/03/01 10:03AM >>> make that=20 and invoke Ant as=20 ant -Dbuild.from.batch=3Dfoo -Ddist.from.batch=3Dbar Stefan