|
From: Seth L. <set...@gm...> - 2005-09-28 08:42:01
|
Hello, Are the clover reports from the test runs online anywhere? Speaking of, are the unit test reports online anywhere? Thanks very much, Seth |
|
From: Darren D. <da...@da...> - 2005-09-28 15:52:48
|
On Tue, 2005-09-27 at 22:41 -1000, Seth Ladd wrote: > Hello, >=20 > Are the clover reports from the test runs online anywhere? Speaking > of, are the unit test reports online anywhere? >=20 > Thanks very much, > Seth the continuous build page (http://springframework.sourceforge.net/test/) has results from the half dozen or so machines that constantly build and run the test suite. Doesn't publish the junit reports, but you can click on the "failed" icon for a machine to see the last few lines of the ant output. Plenty of failures to choose from at the moment :) D. --=20 Darren Davison Public Key: 0xDD356B0D |
|
From: Seth L. <set...@gm...> - 2005-09-29 00:01:47
|
Hi Darren, > the continuous build page (http://springframework.sourceforge.net/test/) > has results from the half dozen or so machines that constantly build and > run the test suite. > > Doesn't publish the junit reports, but you can click on the "failed" > icon for a machine to see the last few lines of the ant output. Thanks for the tip. I was aware of that page, but never found the clover reports. It would be really nice to link to those after every build. Also, the JUnit HTML reports might be useful as well. Seth |
|
From: Darren D. <da...@da...> - 2005-09-29 00:26:55
|
On Wed, Sep 28, 2005 at 02:01:38PM -1000, Seth Ladd wrote: > Thanks for the tip. I was aware of that page, but never found the > clover reports. It would be really nice to link to those after every > build. Also, the JUnit HTML reports might be useful as well. Looks like Luke is still running them: http://www.monkeymachine.co.uk/spring/clover/index.html Forgot about this earlier - don't know how often they get updated though. Cheers! --=20 Darren Davison Public Key: 0xDD356B0D |
|
From: Luke T. <ne...@fr...> - 2005-10-02 23:16:09
|
Hi, It should be building every day, but occasionally cruise control hangs while accessing cvs and I don't notice for a few days (or more). Sometimes jar version changes break the Maven build too but I try and fix those periodically. The clover information isn't exactly right because quite a few of the tests which succeed in the ant build don't run correctly with Maven (different paths etc.). I haven't had time to investigate the reasons properly but if people are actually using the information then I'll try and check it out. Luke. Darren Davison wrote: > On Wed, Sep 28, 2005 at 02:01:38PM -1000, Seth Ladd wrote: > > >>Thanks for the tip. I was aware of that page, but never found the >>clover reports. It would be really nice to link to those after every >>build. Also, the JUnit HTML reports might be useful as well. > > > Looks like Luke is still running them: > http://www.monkeymachine.co.uk/spring/clover/index.html > > Forgot about this earlier - don't know how often they get updated though. > > Cheers! > > -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk |
|
From: Thomas R. <tho...@tr...> - 2005-09-29 00:17:58
|
Seth, For Clover reports go to Luke Taylor's site: http://www.monkeymachine.co.uk/spring/clover/index.html Thomas On Sep 28, 2005, at 8:01 PM, Seth Ladd wrote: > Hi Darren, > > >> the continuous build page (http://springframework.sourceforge.net/ >> test/) >> has results from the half dozen or so machines that constantly >> build and >> run the test suite. >> >> Doesn't publish the junit reports, but you can click on the "failed" >> icon for a machine to see the last few lines of the ant output. >> > > Thanks for the tip. I was aware of that page, but never found the > clover reports. It would be really nice to link to those after every > build. Also, the JUnit HTML reports might be useful as well. > > Seth > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > |
|
From: Seth L. <set...@gm...> - 2005-09-29 00:42:43
|
Hi Thomas, On 9/28/05, Thomas Risberg <tho...@tr...> wrote: > Seth, > > For Clover reports go to Luke Taylor's site: > > http://www.monkeymachine.co.uk/spring/clover/index.html Thanks, that's exactly what I was looking for! Seth |