Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 1758 invoked from network); 7 Mar 2003 22:25:37 -0000 Received: from host158-66.discord.birch.net (HELO email.advancedreality.com) (65.16.158.66) by daedalus.apache.org with SMTP; 7 Mar 2003 22:25:37 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Junit.jar in project Date: Fri, 7 Mar 2003 16:25:42 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Junit.jar in project Thread-Index: AcLk7uQHzJpG6pfcQ7K2O5zktp88/gACOk0w From: "Jim Allers" To: "Ant Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The junit.jar can be in *both*, but it needs to be in your /lib directory for the reason Steve said earlier. If it is in your classpath for the junit task, the one in ANT_HOME/lib will be used instead of the one in your project. -----Original Message----- From: Chris Reeves [mailto:CReeves@medfusion.net]=20 Sent: Friday, March 07, 2003 3:18 PM To: user@ant.apache.org Subject: Junit.jar in project I would like to place the junit.jar into my project, rather than in the /lib directory. Of course, I've read what Erik and Steve wrote about it in JDWA (4.3.6) - it's a classloader issue which prevents me from doing this, and simply referencing junit.jar in a classpath in my ant build file. Can someone provide a brief explanation of why, in 50 words or less? Thanks, Chris ---------------------------------------- Chris Reeves Senior Software Developer Medfusion, Inc. creeves@medfusion.net ---------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org