I set build.sysclasspath to 'ignore', and it works for
<javac> tasks but has no effect for classpath settings
in <junit> tasks.

Raju

-----Original Message-----
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 12:02 PM
To: [EMAIL PROTECTED]
Subject: Re: <junit> task


On Tue, 23 Apr 2002, Raju Saripalli <[EMAIL PROTECTED]>
wrote:

> Is there a way of elminating the inclusion of the classpath of the
> process which actually started the initial Ant build?

It depends on the task.  <javac> has includeantruntime for this.

A more general solution is the magic build.sysclasspath property, see
<http://jakarta.apache.org/ant/manual/sysclasspath.html> - setting it
to ignore will probably do what you want but may have unwanted side
effects, give it a try.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to