On 2011-01-18, Stefan Bodewig wrote:

> On 2011-01-13, sebb wrote:

>> How does one add Xalan to the build classpath?  The JMeter project
>> depends on Xalan, but it does not seem to get added to the classpath,
>> only the bootclasspath.

> It should be going into the forked VM's bootclasspath via Ant's
> build.sysclasspath.  If this is not the case then something inside Ant
> has been broken.

Turned out to be true.

> I suspect newer OpenJDKs no longer use the system property
> "sun.boot.class.path" but rather something new without "sun" in its
> name to provide the bootclasspath to the running application.

Turned out to be wrong, even Apple's VM on adam uses this system
property.  I think I've identified the bug in Ant and fixed it, we'll
see in a few hours.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

Reply via email to