Re: CLASSPATH versus EXTDIRS and "compiler not available"

2001-01-10 Thread Peter Donald
At 01:19 10/1/01 -0600, [EMAIL PROTECTED] wrote: >But, it's a bit messy to have ant.jar, jaxp.jar and parser.jar in my $CLASSPATH, >so I tried changing the wrapper script a bit to invoke the java engine with the >-Djava.ext.dirs property set to point to the directory which contains those >jars.

CLASSPATH versus EXTDIRS and "compiler not available"

2001-01-10 Thread David . Bailey
I have discovered an annoying inconsistency . I am using ANT 1.2 with jdk1.3 ("modern" compiler). In order to make sure I can access all of the proper .jar files, I have put ant.jar, jaxp.jar and parser.jar at the end of my $CLASSPATH in my shell. I have also modified the ant.sh script which