Hi all, I am kicking around adding two new features to the cruisecontrol.jsl script for the Maven CruiseControl plugin:
Ability to have a recurring and a nightly build. Right now you can specify to add either a recurring or a time based build. However, what I would like is two projects. One called "My Project" and is what cruisecontrol.jsl puts out right now. I would then like to have a "My Project - Timed" that runs at specific times and always runs. This way you can use the <alwaysbuild/> plugin for CC to force a build regardless of checkins or not, and then use the time attribute to specify how often it runs. I foresee that many projects would want the recurring throughout the day based on CVS activity, and then a nightly forced build that always happens. Support for Ant or Nant based builds. Currently the only build that can be generated by the CC plugin is a <maven> build. However, we would like to generate the config file for Ant and Nant based builds. Support for Nant is still under progress: http://jira.public.thoughtworks.org/browse/CC-136, but hopefully will be added soon. Ant support of course is already there. Comments? Feedback would be appreciated. Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
