  | |  | junit/xalan | junit/xalan 2003-09-30 - By Cote, Jean-Claude
Hello,
I'm running a junit test using ant. It produces an xml file called TEST-org.gridlab.gridsphere.GridSphereTest.xml. I then run a junitreport using ant which uses xalan 2.4.1 to produce an junit-noframes.html report. All is fine until I reach somekind of limitation with Xalan. I think...
In the input file I have properties one of which is <property name="java.class.path">. When the value of this property contains more than 57 paths I get this error. Any ideas what's happening. Is there a limitation to the lenght of a value?
test-reports: [echo] Making GridSphere Junit Test Reports [junitreport] Using Xalan version: Xalan Java 2.4.1
BUILD FAILED java.lang.StackOverflowError
Total time: 1 second java.lang.StackOverflowError
Thanks for you help. Jean-Claude
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45"> <TITLE>junit/xalan</TITLE> </HEAD> <BODY>
<P><FONT SIZE=2 FACE="Arial">Hello,</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">I'm running a junit test using ant. It produces an xml file called TEST-org.gridlab.gridsphere.GridSphereTest.xml. I then run a junitreport using ant which uses xalan 2.4.1 to produce an junit-noframes.html report. All is fine until I reach somekind of limitation with Xalan. I think... </FONT></P>
<P><FONT SIZE=2 FACE="Arial">In the input file I have properties one of which is <property name="java.class.path">. When the value of this property contains more than 57 paths I get this error. Any ideas what's happening. Is there a limitation to the lenght of a value?</FONT></P>
<P><FONT SIZE=2 FACE="Arial">test-reports:</FONT> <BR><FONT SIZE=2 FACE="Arial"> [echo] Making GridSphere Junit Test Reports</FONT> <BR><FONT SIZE=2 FACE="Arial">[junitreport] Using Xalan version: Xalan Java 2.4 .1</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">BUILD FAILED</FONT> <BR><FONT SIZE=2 FACE="Arial">java.lang.StackOverflowError</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">Total time: 1 second</FONT> <BR><FONT SIZE=2 FACE="Arial">java.lang.StackOverflowError</FONT> </P> <BR>
<P><FONT SIZE=2 FACE="Arial">Thanks for you help.</FONT> <BR><FONT SIZE=2 FACE="Arial">Jean-Claude</FONT> </P> <BR>
</BODY> </HTML>
|
|
 |