DO NOT REPLY [Bug 26230] - junitreport task gets java.lang.StackOverflowError during XSL xform

2004-01-22 Thread bugzilla
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=26230.
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=26230

junitreport task gets java.lang.StackOverflowError during XSL xform

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2004-01-22 10:55 ---
I think that you are right - it is a duplicate of 19301

*** This bug has been marked as a duplicate of 19301 ***

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



DO NOT REPLY [Bug 26230] - junitreport task gets java.lang.StackOverflowError during XSL xform

2004-01-19 Thread bugzilla
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=26230.
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=26230

junitreport task gets java.lang.StackOverflowError during XSL xform





--- Additional Comments From [EMAIL PROTECTED]  2004-01-19 17:19 ---
I tried the included build file (thanks for this) and transforms on linux
with ant 1.6.0 and jdk 1.4.2_03. It works find in this env.

ant -f build.xml
Buildfile: build.xml

junittestreport:
 [echo] Generating the Unit Test Report
   [delete] Deleting directory 
/home/preilly/tmp/x/test/reports/junit/default/html
[junitreport] Using Xalan version: Xalan Java 2.4.1
[junitreport] Transform time: 2303ms
 [echo] All unit tests succeeded. Detailed reports in
./reports/junit/default/html

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



DO NOT REPLY [Bug 26230] - junitreport task gets java.lang.StackOverflowError during XSL xform

2004-01-19 Thread bugzilla
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=26230.
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=26230

junitreport task gets java.lang.StackOverflowError during XSL xform





--- Additional Comments From [EMAIL PROTECTED]  2004-01-19 18:07 ---
I encountered this problem on my Windows box.  The problem is where the
JUnitReport xsl file attempts to escape, for JavaScript, backslashes.  It
happens primarily on machines with big paths or deep hierarchies and with '\' as
the separator character.  The xsl tries to escape all the '\' using a recursive
method.

I made a fix that checks the number of characters to escape.  If it was beyond a
reasonable limit (I said 20), then it would do a hack and replace the escaped
characters with some other single character using the XSL transform method.

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



DO NOT REPLY [Bug 26230] - junitreport task gets java.lang.StackOverflowError during XSL xform

2004-01-19 Thread bugzilla
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=26230.
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=26230

junitreport task gets java.lang.StackOverflowError during XSL xform





--- Additional Comments From [EMAIL PROTECTED]  2004-01-19 18:20 ---
This looks like a duplicate of bug 19301.

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



DO NOT REPLY [Bug 26230] - junitreport task gets java.lang.StackOverflowError during XSL xform

2004-01-18 Thread bugzilla
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=26230.
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=26230

junitreport task gets java.lang.StackOverflowError during XSL xform





--- Additional Comments From [EMAIL PROTECTED]  2004-01-18 16:00 ---
Created an attachment (id=)
To reproduce problem: unzip, cd test, run ant

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



DO NOT REPLY [Bug 26230] - junitreport task gets java.lang.StackOverflowError during XSL xform

2004-01-18 Thread bugzilla
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=26230.
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=26230

junitreport task gets java.lang.StackOverflowError during XSL xform





--- Additional Comments From [EMAIL PROTECTED]  2004-01-18 16:12 ---
Forgot to add:

JUnit is 3.8.1, with junit.jar in $ANT_HOME/lib.

CLASSPATH env. variable is empty.

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