DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29067>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29067
junit stylesheets should use redirect URI
Summary: junit stylesheets should use redirect URI
Product: Ant
Version: 1.6.1
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Other
Component: Optional Tasks
AssignedTo: dev@ant.apache.org
ReportedBy: sean.mullan@sun.com
The ant stylesheets named junit-frames.xsl and junit-noframes.xsl in the
etc dir need should use a URI instead of a class name for the redirect
extension. This is the new and preferred format.
Change the following line:
xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
to:
xmlns:redirect="http://xml.apache.org/xalan/redirect"
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|