Hi,
I'm trying to setup a nightly build system. The idea is that every night a fresh version is taken from CVS, a WAR is build with maven and the final version is deployed on tomcat. I was planning to write a shell script to perform this task and use a cronjob to schedule the job.
Probably there are some people on this list who have experiance with setting up nightly build systems. My question is, if there is a 'good' and a 'bad' way of setting it up, or is there a standard way of doing, a resource where i can find more information.
Thanks for any info!
Regards,
Joel
We are trying to achieve the same result. You could try to setup CruiseControl http://cruisecontrol.sourceforge.net/ it can do everything you are asking for AFAIK.
The current development version should be able to build a maven project and even multiple projects at one time.
We have done some proof-of-concept test and it worked very well in just a couple of hours.
Hope this can help, Luca
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]