Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 22627 invoked from network); 29 Jun 2005 18:05:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2005 18:05:23 -0000 Received: (qmail 69721 invoked by uid 500); 29 Jun 2005 18:05:21 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 69674 invoked by uid 500); 29 Jun 2005 18:05:21 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 32659 invoked by uid 99); 29 Jun 2005 17:53:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) In-Reply-To: <1120052323.25400.ezmlm@gump.apache.org> To: general@gump.apache.org MIME-Version: 1.0 Subject: Re: general Digest of: get.11537 X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 From: Henry Zongaro Message-ID: Date: Wed, 29 Jun 2005 13:53:43 -0400 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 6.53HF247 | January 6, 2005) at 06/29/2005 13:53:30, Serialize complete at 06/29/2005 13:53:30 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Stefan. ----- Message from Stefan Bodewig on Tue, 28 Jun 2005 20:26:51 +0200 ----- > > within which to run a test. When the smoketest is run by the > > Gump build, my patch simply copies through the existing > > bootclasspath setting using the value of the > > sun.boot.class.path property. > > If you look into Ant's CVS HEAD code, you'll see that bootclasspath > handling in CommandlineJava has become more sensible. I.e. it will > now create -bootclasspath arguments correctly. > > > Does your comment about Ant "ignoring all other classpath > > settings" apply to the classpathref and bootclasspath > > attributes we've specified on our custom task? > > No, but to CommandlineJava. When you create the command line, > build.sysclasspath makes CommandlineJava ignore your refs. > > > If so, that's not the behaviour we're seeing. > > Are you creating bootclasspath settings directly (i.e. create the args > yourself)? Yes, our custom ant task creates -Xbootclasspath option using CommandlineJava.createJvmArg().setValue(String). I see that there is a CommandlineJava.createBootclasspath(Project) method since Ant 1.6, and I take it that that is the method that we ought to be using. Thanks for all of your help in debugging this failure! Thanks, Henry ------------------------------------------------------------------ Henry Zongaro Xalan development IBM SWS Toronto Lab T/L 969-6044; Phone +1 905 413-6044 mailto:zongaro@ca.ibm.com --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org