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
------- Additional Comments From santiago.pericasgeertsen@sun.com 2004-05-20 20:49 -------
Steve,
Both formats have been supported for a while (I can check exactly from what
version). The one using the package name is a problem in those environments
where Apache classes are renamed (e.g. Sun's JDK 1.5.0) to avoid the need to use
the endorsed mechanism. Using the URI provides the extra level of indirection
that is needed for the processor to find the correct class (a URI is better than
a URL, so to speak). The version using the package is no longer documented [1].
[1] http://xml.apache.org/xalan-j/extensionslib.html#redirect
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|