Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 93856 invoked by uid 500); 28 Mar 2001 17:37:57 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 93810 invoked from network); 28 Mar 2001 17:37:55 -0000 Errors-To: From: "dani" To: Subject: RE: JUnit optional task Date: Wed, 28 Mar 2001 12:37:25 -0500 Message-ID: <004a01c0b7ad$c12beb00$3901a8c0@hogwarts.laminarsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <9B3E950CB293D411ADF4009027B0A4D2E9D280@maileu.imediation.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N That makes no difference. Note that putting junit.jar in ant's lib file has the same effect, because ant.bat adds that directory's jar files to the classpath: set LOCALCLASSPATH=%CLASSPATH% for %%i in ("%ANT_HOME%\lib\*.jar") do call "%ANT_HOME%\bin\lcp.bat" "%%i" tnx. - Dani Zweig dani@laminarsoft.com -----Original Message----- From: Stephane Bailliez [mailto:sbailliez@imediation.com] Sent: Wednesday, March 28, 2001 12:14 PM To: ant-user@jakarta.apache.org Subject: RE: JUnit optional task junit as in the case of other optional tasks, should be in the ant classpath. (ie when you run Ant it should have it in the classpath) Hope it helps. -- St�phane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company. > -----Original Message----- > From: dani [mailto:dani@laminarsoft.com] > Sent: Wednesday, March 28, 2001 6:52 PM > To: ant-user@jakarta.apache.org > Subject: JUnit optional task > > > I'm having the same problem a number of others seem to be > having, trying to > call junit (3.5) from ant (1.3). Any advice would be appreciated. > > The result of > > > > > location="../misc/junit/3.5/junit.jar"/> > > > > > is > > BUILD FAILED > > C:\laminar\EBM\src\build.xml:312: Could not create task of type: > junit. Common solutions are to use taskdef to declare your task, > or, if this is an optional task, to put the optional.jar in the > lib directory of your ant installation (ANT_HOME). > > Placing junit.jar in the ant lib directory does not help. > > advTHANKSance. > > - Dani Zweig > dani@laminarsoft.com >