Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 236 invoked from network); 8 Jan 2004 17:08:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Jan 2004 17:08:03 -0000 Received: (qmail 62174 invoked by uid 500); 8 Jan 2004 17:07:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 62149 invoked by uid 500); 8 Jan 2004 17:07:46 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 62122 invoked from network); 8 Jan 2004 17:07:45 -0000 Received: from unknown (HELO corvil.com) (213.94.219.177) by daedalus.apache.org with SMTP; 8 Jan 2004 17:07:45 -0000 Received: from corvil.com (preilly.local.corvil.com [172.18.1.173]) by corvil.com (8.12.9/8.12.5) with ESMTP id i08H7kEu007594 for ; Thu, 8 Jan 2004 17:07:47 GMT (envelope-from peter.reilly@corvil.com) Message-ID: <3FFD8DDF.1030804@corvil.com> Date: Thu, 08 Jan 2004 17:05:35 +0000 From: Peter Reilly User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: junit task with custom classpath (Ant 1.6.0) References: <200401081750.25526.znerd@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Or place junit.jar in $ANT_HOME/lib to save a lot of grief. Peter Stefan Bodewig wrote: >On Thu, 8 Jan 2004, Ernst de Haan wrote: > > > >> build.xml >> jars/junit.jar >> >>See the attached build.xml. >> >> > >No attachement. > >You probably have ant-junit.jar in ANT_HOME/lib which means it will >get loaded via a parent classloader of the one you've set up in the >taskdef. Move it from ANT_HOME/lib to jars and add it to your >. > >Stefan > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org