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
