Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 19248 invoked by uid 500); 23 Oct 2001 09:50:03 -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 19238 invoked from network); 23 Oct 2001 09:50:02 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: Yesterday's changes to junit and Gump References: From: Stefan Bodewig Date: 23 Oct 2001 11:50:13 +0200 In-Reply-To: "Sam Ruby"'s message of "Mon, 22 Oct 2001 11:07:36 -0400" Message-ID: Lines: 22 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 Mon, 22 Oct 2001, Sam Ruby wrote: > I just seem to recall that the bootstrap left things clean so that > the next call to build jakarta ant would rebuild everything. The bootstrap scripts compile the classes twice, the first step uses command line javac and classes compiled by this steps will be removed after the process. This step won't compile the JUnit task and support classes BTW. The second step is "the next call to build" - an invocation of Ant on its own codebase, this one does not (well, didn't 8-) clean up the classes directory and I'm not that sure that it should - passing build.sysclasspath into this Ant invocation would give you the result you need. > I'll take a look into using ANT_OPTS, but I may choose to add > support for $* (sh) or %1 %2 %3 %4 %5 %6 %7 %8 %9 (bat) instead. I'd prefer the later. Stefan