RE: ignoring CLASSPATH inside a junit task

2005-01-21 Thread Dominique Devienne
> -Original Message- > From: ippi [mailto:[EMAIL PROTECTED] > > Oops - spoke too soon! [red-faced grin] > > Without going into the embarressing details, my > previous assertion that setting > includeantruntime="no" made everything work > perfectly is not at all correct. Rather, ant > just

Re: ignoring CLASSPATH inside a junit task

2005-01-21 Thread ippi
Oops - spoke too soon! [red-faced grin] Without going into the embarressing details, my previous assertion that setting includeantruntime="no" made everything work perfectly is not at all correct. Rather, ant just prints out the following exception for each TestCase loaded: [junit] Except

Re: ignoring CLASSPATH inside a junit task

2005-01-21 Thread ippi
Stefan, you're a Legend - the following works perfectly (with ant 1.6.2): wrote: > On Fri, 21 Jan 2005, ippi <[EMAIL PROTECTED]> > wrote: > > > Thanks for the reply. I had actually tried setting > > the build.sysclasspath but I quickly gave up on it > > when it failed to work for me. When I go

Re: ignoring CLASSPATH inside a junit task

2005-01-21 Thread Stefan Bodewig
On Fri, 21 Jan 2005, ippi <[EMAIL PROTECTED]> wrote: > Thanks for the reply. I had actually tried setting > the build.sysclasspath but I quickly gave up on it > when it failed to work for me. When I got your > message I did some more extensive testing and now > I realise that the build.sysclasspa

Re: ignoring CLASSPATH inside a junit task

2005-01-21 Thread ippi
Hi Stefan Thanks for the reply. I had actually tried setting the build.sysclasspath but I quickly gave up on it when it failed to work for me. When I got your message I did some more extensive testing and now I realise that the build.sysclasspath property only effects the tasks that don't fork

Re: ignoring CLASSPATH inside a junit task

2005-01-20 Thread Stefan Bodewig
On Wed, 19 Jan 2005, ippi <[EMAIL PROTECTED]> wrote: > I was wondering if there is a way to > get a task which contains a > to ignore the CLASSPATH > enviromental variable altogether. If you can get the rest of your build file to work without CLASSPATH as well, then you can set build.sysclass