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
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
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