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=19536>.
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=19536

JUnitReport Report Fails

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-09-09 17:29 -------
j2sdk1.4.x ships with an old buggy version of Xalan (as you've seen v2.2.D11). 
Why they keep doing this, I have no idea.  However, since Xalan is part of the
JDk now, it is an endorsed library.  That means that simply adding your own
version of xalan.jar to the classpath whether that be in ANT_HOME/lib, the
system CLASSPATH variable, or anywhere else on the classpath will fail to
override the JDK's version.  The only way to do this is to add your version of
xalan.jar to JAVA_HOME/jre/lib/endorsed (create the endorsed directory if it
doesn't exist already).  After that, you will find that your preferred version
of Xalan will finally be utilized.

I think Ant needs an endorsed libraries mechanism like Tomcat uses with its
common/endorsed directory to make things a bit easier to work with without
having to deal with manipulating directories in the JDK.

I'm marking this bug as Invalid since it is not a bug in Ant, but an
implementation detail in j2sdk1.4.x.

Jake

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to