RE: taskdef'ing junit

2002-01-08 Thread J. Matthew Pryor
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. Or remove the JUnit task classes from there and leave the rest in optional.jar (just to do the same

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 style without

taskdef'ing junit

2001-11-17 Thread Jeff Turner
Hi, I'm trying to use taskdef to define the junit task, so I don't have to require all users to copy junit.jar to the $ANT_HOME/lib. I currently have: project name=test_taskdef default=main basedir=. property name=build.sysclasspath value=ignore/ target name=main echoUsing jar

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 taskdef to define the junit task, so I don't have to require all users to copy junit.jar to the $ANT_HOME/lib. I currently have: project name=test_taskdef default=main basedir=. property name=build.sysclasspath

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 taskdef to define the junit 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