https://issues.apache.org/bugzilla/show_bug.cgi?id=49271
Summary: xslt task no longer heeds classpath property
Product: Ant
Version: 1.8.1
Platform: All
OS/Version: All
Status: NEW
Severity: regression
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
The xslt task no longer heeds the classpath property. The reason is that in
XSLTProcess.java, the resolveProcessor method does not (in the default case)
call the loadClass method and therefore the thread context class loader is not
set.
This is a regression from 1.8.0.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.