Re: Setting the Endorsed Directory Location

2007-09-24 Thread Anthony N. Frasso
Ugh my apologies, Martin. My system had been set to use Java 5 as the default. Inside the buildfile I was using Java 1.4, but when I typed "javac -help" from the command line I saw the -endorseddirs option! In any case... I tried the extdirs option, but that doesn't work either; I'm beginnin

Re: Setting the Endorsed Directory Location

2007-09-23 Thread Martin Gainty
Hello Anthony- J2SE142 Usage: javac where possible options include: -gGenerate all debugging info -g:none Generate no debugging info -g:{lines,vars,source}Generate only some debugging info -nowarn Generate no warnings -ver

Re: Setting the Endorsed Directory Location

2007-09-23 Thread Peter Reilly
I have not tried, but you could try the following: 1) should be or 2) use fork="yes on the wrote: > Hello, and thanks for all of your help in advance. > > I'm using Ant version 1.6.5 with the JDK v. 1.4.2. I'm attempting to compile > a > project that uses Xerces v. 2.9.1. In orde