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

JunitReport task fails under JDK 1.5





------- Additional Comments From [EMAIL PROTECTED]  2004-06-03 09:53 -------
Just downloaded JDK1.5B2 and the java.util.Properties bug is fixed.

My current fix is a bit more complicated as I'm looking in order of preference 
for:

- (Xalan 2 XSLTC) org.apache.xalan.xsltc.ProcessorVersion
- (XSLTC JDK 1.5) com.sun.org.apache.xalan.internal.xsltc.ProcessorVersion
- (Xalan 2) org.apache.xalan.processor.XSLProcessorVersion
- (Xalan 1) org.apache.xalan.xslt.XSLProcessorVersion

This is a bit brain dead for now as the version information could not be 
related at all to the default|selected transformer but it normally means you 
do have a transformer available so I will have to look for something a bit 
more solid for identification now that we have a half dozen of xalan 
transformer factories flying around...

As for the namespace I have no idea, sorry.

Do you think we should still keep backward compatibility for Xalan 1 ? As you 
saw last time, it was already difficult to get our hands on Xalan1 archive and 
Myriam had to dig into archived CDs to send us a version. Considering that 
JAXP is now very widespread, it would be acceptable...but of course it is 
always possible to duplicate and do some magic stylesheet pickup depending on 
the processor.

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

Reply via email to