Thanks for the input Roger. As you indicated, I ran outside ant and
solved the problem I had, but I
still need to be able to run my debug classes under ant. I'll experiment
with ANT_OPTS and will
post back here.
Rainer Noack wrote:
Hi Bill,
Typically one will set the bootclasspath via the ex
Thanks for the pointer stephan, I'll continue to experiment and post my
results back here.
Stefan Bodewig wrote:
On Tue, 27 Dec 2005, Bill Winspur <[EMAIL PROTECTED]> wrote:
bootclasspath ignored since build.sysclasspath has been set.
You can find information about build.sysclasspa
On Tue, 27 Dec 2005, Bill Winspur <[EMAIL PROTECTED]> wrote:
> bootclasspath ignored since build.sysclasspath has been set.
You can find information about build.sysclasspath in the manual inside
the Concepts and Types section. There are some difficult interactions
between build.sysclasspath and
Hi Bill,
Typically one will set the bootclasspath via the extended jvm argument
-Xbootclasspath (see java tool documentation)
If you run ant via the the shell script you have to set jvm arguments via
the environment variable
ANT_OPTS
See http://ant.apache.org/manual/index.html -> Running Ant ->