Hello,

Finally, I figure out why the gump build for xml-xalan is broken. It is related to the property setting -Dbuild.sysclasspath=only [1] .

"build.sysclasspath property control how the system classpath, ie. the classpath in effect when Ant is run. ...
only Only the system classpath is used and classpaths specified in build files, etc are ignored. "[2]


When JDK1.4+ is used, the build.sysclasspath should not set to only, cause we do not want to use the bundled xalan classes. In this case, we can set build.sysclasspath=ignore or last.

Could anyone works on gump build verify my observation. Thanks,

[1] http://brutus.apache.org/gump/public/xml-xalan/xalan/gump_work/build_xml-xalan_xalan.html
[2] http://ant.apache.org/manual/sysclasspath.html

Christine Li
XSLT Development
IBM Toronto Lab
Tel: (905)413-2601
Email: [EMAIL PROTECTED]

Reply via email to