Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 46858 invoked by uid 500); 14 Sep 2001 15:38:04 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 46824 invoked from network); 14 Sep 2001 15:38:03 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: [PATCH] Ant 1.4 bootstrap.sh bug fix References: <3BA0EDE7.89B72CDE@sun.com> <3BA21A0A.2A07BA82@sun.com> From: Stefan Bodewig Date: 14 Sep 2001 17:38:03 +0200 In-Reply-To: Patrick Luby's message of "Fri, 14 Sep 2001 07:54:02 -0700" Message-ID: Lines: 12 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 14 Sep 2001, Patrick Luby wrote: > I used the downloaded code from the jakarta.apache.org website. In > that download, the sources do _not_ import any System > properties. Hence, the need for the patch. Hmm, I talk about setSystemProperties() that gets called from Project.init() - with varying locations, this code has been present for at least 18 months or so (this is when I first looked into the sources myself). Stefan