Hi, Ilja i've searched for examples but didn't found any other, than modificationset used for scheduled builds.
No examples with text file parsing or other stuff. Any hints ? Gilbert -----Original Message----- From: Ilja Preuss [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 2:21 PM To: 'Ant Users List' Subject: RE: Automated Build System Gilbert Rebhan wrote: > Hi, > > i want to set up an automated build system with Cruise Control 2.2 / > Ant 1.6.2 under the hood. > > Workflow outline : > > 1.Eclipse/Workspace -> Project, Context Menu 2.-> Wizard for > Deployment Order, asking for : > which Versiontag should be deployed, right now or fixed > date > 3.-> Wizard generates a txtfile and moves it to Cruise Control 4. CC > adds it to his build queue, build started when timestamp > of deployment order has been reached 5. if build was successful, > the jar's, ear's or whatever > are moved to a deployserver, where another build script > graps it and does all the rest, beside CC does the build reports > as usual > > Point 1,2,3 are done with a Eclipse Plugin - OK But how to teach > Cruise Control to execute those Deployment Orders and how to hold them > in a queue considering fixed dates for execution ? You could write your own modification set implementation that checks the content of the text file created by your eclipse plugin. Cheers, Ilja --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
