----- Original Message ----- From: "Peter Donald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 11:54 AM Subject: Re: cvs commit: jakarta-ant/docs/ant2 requested-features.txt
> At 10:50 20/3/01 -0000, [EMAIL PROTECTED] wrote: > > +* Ignore any classes contained in the damned ext dirs of a JVM - > possibly by launching > > + with something like <code>jar -Djava.ext.dir=foo -jar ant.jar</code> > > Does anyone know if this will work ? (assuming that foo doesn't exist) > >From a quick test it seems to work (assuming you meant "java -Djava.ext.dirs=...") - if I use taskdef using a class contained in one of the jars in jre\lib\ext I get a ClassNotFoundException if I do a "set JAVACMD=java -Djava.ext.dirs=x" before running ant. Nico
