You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by David Rees <re...@ubiqsoft.com> on 2003/01/21 23:44:57 UTC

XSLT classpath should use forceLoadClass

Shouldn't the XSLTProcess (XSLT/Style) task use
AntClassLoader.forceLoadClass instead of AntClassLoader.loadClass when
the classpath attribute is defined? Otherwise the TraxLiason will
always be found in the system classpath and therefore processors will
only be loaded from the system classpath.

I think this is also the cause of the problem described in
http://archives.apache.org/eyebrowse/ReadMsg?listName=ant-user@jakarta.apache.org&msgId=55170.

thanks,

dave

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>