Daniel John Debrunner wrote:
Daniel John Debrunner wrote:At line 207 (just after this code) if ( j14lib != null ) { setClasspathFromLib( J14LIB, j14lib ); } if ( j15lib != null ) { setClasspathFromLib( J15LIB, j15lib ); }The wrong property names were being passed to setClasspathFromLib(), they should be J14CLASSPATH and J15CLASSPATH. Fixed in 596405. Dan.
Thanks for fixing this! Cheers, -Rick