: Is there any downside to switching to hudson? someone has to learn how to configure it (my main impression: it's got a lot more bells and whistles then a shell script cron job, but a shell script cronjob is pretty easy to read and understand)
: Is it possible to have the "ant test-reports" output avaliable? I like : it better then the husdon test output: : http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/113/testReport/ i'm pretty sure you can configure Hudson to link to any "artifact" you want (where an artifact can be a file or a directory) ... this is how the clover reports work in lucene-java, i'm sure we can do the same thing for the test-reports (we just need to be creative with our configs so it alwasy runs even if the "test" target fails.) -Hoss