Re: ant javac uses rt.jar even though it isn't in classpath

2006-06-16 Thread Mike Grandmaison
to this particular API, to pick up this particular API from a different jar than rt.jar 2) Use a different bootclasspath, to use a different "fixed up" rt.jar Javac otherwise uses the rt.jar that comes with the JDK. --DD On 6/16/06, Mike Grandmaison wrote: > > Hi, > > I am

ant javac uses rt.jar even though it isn't in classpath

2006-06-16 Thread Mike Grandmaison
Hi, I am trying to compile with ant 1.6.5 using jdk150. This jdk ships with rt.jar that contains a version of org.w3c.com that I don't want to use. I've run ant with verbose mode but it does not show that it is using rt.jar in the javac command but when I remove the offending class from rt.