> -----Original Message-----
> From: Dominique Devienne [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 15, 2002 2:14 PM
> To: 'Ant Users List'
> Subject: RE: javac class path
> 
> 
> About 1., see includeAntRuntime and includeJavaRuntime attributes.
> 
> About 2., why would you want to do that? --DD
> 
> -----Original Message-----
> From: Menon, Joby [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, October 15, 2002 4:09 PM
> To: Ant Users List
> Subject: javac class path
> 
> 1. How can i let ant know not to use the system classpath 
> appended/prepended
> to the classpath defined in build file via classpath attribute.
> 
> 2. how can i let ant know not to use the destination directory
> appended/prepended(to output the classes) set in the javac 
> target to the
> classpath defined in the build file via classpath attribute.
> 
> thanks
> 


I would have thought using "build.sysclasspath=ignore" a better approach? Is there a 
reason why includeAntRuntime and includeJavaRuntime are better in this case?

/mike

Reply via email to