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 sbailliez@apache.org 2004-06-02 23:13 -------
Xalan is a XSLT 1.0 implementation and does not support XSLT 2.0 xsl:result-
document (Saxon 7.x does).
About XSLTC, I did a quick hack and I'm having a look but...it looks like I
need to upgrade to 2GB of memory before getting some results from it. The
memory usage is absolutely massive.
Running w/ JDK 1.5B1 (xalan 2.5.2) it jumps straight to 420MB and and I'm
transforming a 32.3KB xml...I'm running out of memory (only have a 512MB
laptop) about 60s later while it takes less than a second to perform the
transformation with JDK 1.4 and endorsed Xalan 2.6.0 (w and w/o xsltc)
Running 1.5B1 with Xalan 2.6.0 gives the exception mentionned above (which was
mentionned in PR 28920 for the Xalan project but closed w/o investigations)
As for the stylesheet, it is a matter of changing the namespace declaration
(but it should probably fail now with xalan 1 - no more used in a sane world
though - ) to xmlns:redirect="http://xalan.apache.org/xalan/redirect"
Nothing committed yet of course.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|