Hi Stuart,

>>>>> "SB" == Stuart Barlow <[EMAIL PROTECTED]> writes:

 SB> When I run the javac task I can define the classpath but not for
 SB> the java task?

Oh you can, but as long as you don't use fork="true" this is going to
be ignored as the java task executes in the same VM and uses the same
ClassLoader as Ant.

Stefan

Reply via email to