RE: junitreport problem

2005-04-07 Thread Donald Strong
There are several groups of tests but the largest is about 1.4 Mb in 260 junit xml files. Donald. -Original Message- From: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 April 2005 4:29 PM To: Ant Users List Subject: RE: junitreport problem Hi, Thnaks for

RE: junitreport problem

2005-04-06 Thread Mikael Petterson \(KI/EAB\)
? Cheers, //Mikael -Original Message- From: Donald Strong [mailto:[EMAIL PROTECTED] Sent: den 7 april 2005 05:42 To: Ant Users List Cc: Ivan Ivanov Subject: RE: junitreport problem Hi Mikael, We have had problems with junitreports in the past. Here are a couple of things to look at

RE: junitreport problem

2005-04-06 Thread Mikael Petterson \(KI/EAB\)
SAX/DOM depending on file size? Do anyone know how I can find the source code for ? Cheers, //Mikael -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: den 6 april 2005 17:16 To: Ant Users List Subject: RE: junitreport problem > I am thinking of filing a bug rep

RE: junitreport problem

2005-04-06 Thread Donald Strong
Message- From: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED] Sent: Wednesday, 6 April 2005 11:54 PM To: Ant Users List Cc: Ivan Ivanov Subject: RE: junitreport problem Hi, With noframes it got even worse: JVM_OnLoad called... JFluid: waiting for connection on port 5140 JFluid: remote

RE: junitreport problem

2005-04-06 Thread Ivan Ivanov
> I am thinking of filing a bug report. What do you > think? > > I am aslo thinking of splitting my tests from many > tests in a big file to few tests but more files. > What do you think about that? I didn't count exactly on how many xml files yoy operate, but I feel that they are not too many,

RE: junitreport problem

2005-04-06 Thread Mikael Petterson \(KI/EAB\)
-Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: den 6 april 2005 15:45 To: Ant Users List Subject: RE: junitreport problem Mikael, I did a quick google on OutOfMemory and as a genaral advice it is given to increase the VM memory with -Xms. AFAIK, builds a DOM tree for

RE: junitreport problem

2005-04-06 Thread Ivan Ivanov
Mikael, I did a quick google on OutOfMemory and as a genaral advice it is given to increase the VM memory with -Xms. AFAIK, builds a DOM tree for the results here it requires lots of memory. Could you try to generate your test results with format="noframes" Ivan --- "Mikael Petterson (KI/EAB)

RE: junitreport problem

2005-04-06 Thread Mikael Petterson \(KI/EAB\)
dify junitreport to get more > memory allocated? > How is the junitreport implemented in ant? Is there > a junit task in ant.jar? > > //Mikael > > -Original Message- > From: Ivan Ivanov > [mailto:[EMAIL PROTECTED] > Sent: den 6 april 2005 10:31 >

RE: junitreport problem

2005-04-06 Thread Ivan Ivanov
n 6 april 2005 10:31 > To: Ant Users List > Subject: Re: junitreport problem > > > Mikael, > I suppose that it is neither ant nor junit problem. > Actually, does some XSLT > tarnsformation > on test results xml files and if you have many test > results, it is likely that the tr

RE: junitreport problem

2005-04-06 Thread Mikael Petterson \(KI/EAB\)
: junitreport problem Mikael, I suppose that it is neither ant nor junit problem. Actually, does some XSLT tarnsformation on test results xml files and if you have many test results, it is likely that the transformation runs out of memory. HTH Ivan --- "Mikael Petterson (KI/EAB)" <[EM

Re: junitreport problem

2005-04-06 Thread Ivan Ivanov
Mikael, I suppose that it is neither ant nor junit problem. Actually, does some XSLT tarnsformation on test results xml files and if you have many test results, it is likely that the transformation runs out of memory. HTH Ivan --- "Mikael Petterson (KI/EAB)" <[EMAIL PROTECTED]> wrote: > Hi, > >