DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24802>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24802 The style task and nested classpath Summary: The style task and nested classpath Product: Ant Version: 1.5.4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Many Java-based XSLT engines (for example Xalan) support XSLT extensions implemented in Java. When such functionality is being used, most of the engines try to use context class loader to locate the class specified inside a stylesheet. However, this fails to resolve when the transformation is launched from the style task, since it doesn't set the context class loader. It would be nice if the style task uses the specified nested <classpath>s to set the context class loader before it invokes the transformation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]