Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 27085 invoked from network); 30 Mar 2007 16:06:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2007 16:06:14 -0000 Received: (qmail 74093 invoked by uid 500); 30 Mar 2007 16:06:17 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 74048 invoked by uid 500); 30 Mar 2007 16:06:17 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 74037 invoked by uid 99); 30 Mar 2007 16:06:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 09:06:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ddevienne@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 09:06:09 -0700 Received: by ug-out-1314.google.com with SMTP id m3so963586ugc for ; Fri, 30 Mar 2007 09:05:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WuJOornKc3Owh5ljXA6W4gQBaU9bS4gpTXTq80deaPm5RMFCV/zXsJDCyNSb6JW3VmDVGVKSjUkxGvKU9dw6VvnYP5DbSgHHb56l+J9sezfuROGz2vX6sgx9KEJ/yTmkxOzGgvj1nIfXv2rRgS5PMCI39h4PPGxHEf5vC09hbgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=to4QWm+a5mVB3wcizLGDBz3+/1s+qjPTYVZaFowqiB/LQ2fLoRoReuIRmSBaTQE5nE6ZVcQnl19UP/RXcfOc11n046l1+P5m4rKX808l++bM3dYs++XyKqn07b0h1Q69PP//L/E6+xLHekSwTbJYcBpuP6/NMKn0CBcX7ij+uvo= Received: by 10.78.158.11 with SMTP id g11mr949941hue.1175270746236; Fri, 30 Mar 2007 09:05:46 -0700 (PDT) Received: by 10.78.10.12 with HTTP; Fri, 30 Mar 2007 09:05:46 -0700 (PDT) Message-ID: <255d8d690703300905y5296aff5wa9b23e9d19de4069@mail.gmail.com> Date: Fri, 30 Mar 2007 11:05:46 -0500 From: "Dominique Devienne" To: "Ant Users List" Subject: Re: Ant 1.6.5 Classloading and JUnit Problem 1 In-Reply-To: <9d875c6d0703300901p167886b8wec13a1eebd011b3d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9d875c6d0703300551x566cc467l584c69d637ceba6e@mail.gmail.com> <255d8d690703300653i4bb2404fyc69732b1813b7285@mail.gmail.com> <9d875c6d0703300743t417dc762h28ca568eb8bf2328@mail.gmail.com> <255d8d690703300833l3de382a3t4b109f892b68d05e@mail.gmail.com> <9d875c6d0703300901p167886b8wec13a1eebd011b3d@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 3/30/07, Christopher Gardner wrote: > I'm having cruise run the standard ant.bat in ANT_HOME/bin, but not > explicitly resetting the CLASSPATH anywhere. > > On 3/30/07, Dominique Devienne wrote: > > On 3/30/07, Christopher Gardner wrote: > > > I just verified that I was using the antscript option in my cruise > > > config.xml. Thanks for the idea, though. > > > > But do you reset the CLASSPATH env. var in that script? --DD Then you likely inherit the Cruise CLASSPATH. But you wrote that you don't change the classpath inside the task, which sounds contradictory with not setting a CLASSPATH in the startup script. Maybe I misread you. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org