RE: taskdef'ing junit

2002-01-08 Thread J. Matthew Pryor
November 21, 2001 7:05 PM > To: [EMAIL PROTECTED] > Subject: Re: taskdef'ing junit > > > On Sun, 18 Nov 2001, Peter Donald <[EMAIL PROTECTED]> wrote: > > > So you will have to remove optional.jar from ${ant.home}/lib if you > > want to taskdef junit. >

Re: taskdef'ing junit

2001-11-21 Thread Stefan Bodewig
On Sun, 18 Nov 2001, Peter Donald <[EMAIL PROTECTED]> wrote: > So you will have to remove optional.jar from ${ant.home}/lib if you > want to taskdef junit. Or remove the JUnit task classes from there and leave the rest in optional.jar (just to do the same again when you want to use

Re: taskdef'ing junit

2001-11-17 Thread Jeff Turner
On Sun, Nov 18, 2001 at 05:25:40PM +1100, Peter Donald wrote: > On Sun, 18 Nov 2001 17:15, Jeff Turner wrote: > > Hi, > > > > I'm trying to use to define the task, so I don't have > > to require all users to copy junit.jar to the $ANT_HOME/lib. [..] > > Unfortunately it isn't possible. The reas

Re: taskdef'ing junit

2001-11-17 Thread Peter Donald
On Sun, 18 Nov 2001 17:15, Jeff Turner wrote: > Hi, > > I'm trying to use to define the task, so I don't have > to require all users to copy junit.jar to the $ANT_HOME/lib. > > I currently have: > > > > > > Using jar ${ant.home}/lib/optional.jar > classname="org.apach

taskdef'ing junit

2001-11-17 Thread Jeff Turner
Hi, I'm trying to use to define the task, so I don't have to require all users to copy junit.jar to the $ANT_HOME/lib. I currently have: Using jar ${ant.home}/lib/optional.jar I get the error: /home/jeff/