Re: [jruby-dev] CI reports

2008-08-07 Thread Charles Oliver Nutter
In hudson's case, it keeps all the results on the server, and only sends out "build broke" messages when the build breaks or "build fixed" messages when it's fixed. So there's not a lot of constant noise. If you're into twiddling the build file, there is a way to turn on XML/HTML output for th

Re: [jruby-dev] CI reports

2008-08-07 Thread tsuraan
Ok, hudson looks really neat, but I'm not sure how I can use it. The computers that I want to run the tests on are in my basement, but the computer with the public IP is in New Jersey somewhere, so I'm not sure how to get the nice Hudson pages to show up on my linode. The results of running ant t

Re: [jruby-dev] CI reports

2008-08-06 Thread Charles Oliver Nutter
tsuraan wrote: normal test run: clean test "all" test run: clean test-all dist run for nightlies: clean test dist spec run: clean spec Ok, so the idea is that you checkout the jruby subversion, and from there, you do an svn up every so-often (the more often the better, I suppose) and run "ant c

Re: [jruby-dev] CI reports

2008-08-06 Thread tsuraan
> normal test run: clean test > "all" test run: clean test-all > dist run for nightlies: clean test dist > spec run: clean spec Ok, so the idea is that you checkout the jruby subversion, and from there, you do an svn up every so-often (the more often the better, I suppose) and run "ant clean test"

Re: [jruby-dev] CI reports

2008-08-06 Thread Charles Oliver Nutter
tsuraan wrote: Maybe CI is the wrong thing. There was a message a few days ago about Bamboo going down, and I replied offering to try making a new one. I unfortunately don't know what Bamboo was (or, apparently, what a build server is), so making a new one is proving difficult. I do have a ton

Re: [jruby-dev] CI reports

2008-08-06 Thread tsuraan
> tsuraan wrote: >> How do you generate the HTML pages for CI reports? I've tried "ant >> test" and "ant test-all", but the build/test-results/html directory is >> always empty. I'm not very good at reading XML files, but I don't see >> any targets that are obviously for generating HTML from test

Re: [jruby-dev] CI reports

2008-08-05 Thread Charles Oliver Nutter
tsuraan wrote: How do you generate the HTML pages for CI reports? I've tried "ant test" and "ant test-all", but the build/test-results/html directory is always empty. I'm not very good at reading XML files, but I don't see any targets that are obviously for generating HTML from test runs. Are

[jruby-dev] CI reports

2008-08-05 Thread tsuraan
How do you generate the HTML pages for CI reports? I've tried "ant test" and "ant test-all", but the build/test-results/html directory is always empty. I'm not very good at reading XML files, but I don't see any targets that are obviously for generating HTML from test runs. -