You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/11/18 23:36:24 UTC

DO NOT REPLY [Bug 24802] New: - The style task and nested classpath

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: dev@ant.apache.org
        ReportedBy: kk@kohsuke.org


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org