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=16809>. 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=16809 style task ignores URI's defined in xmlcatalog Summary: style task ignores URI's defined in xmlcatalog Product: Ant Version: 1.5.1 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The style task ignores URI's defined in nested element XMLCatalog. This is due to the fact that the method org.apache.tools.ant.taskdefs.optional.TraXLiaison.setStylesheet() calls javax.xml.transform.TransformerFactory.newTemplates() without setting the URI-Resolver in the instance of TransformerFactory.