>You should look at CruiseControl. > Thanks for the suggestion. I do plan on checking it out.
********************************************************** * Saladin Sharif * e-mail: [EMAIL PROTECTED] * Visit homepage @ http://gaia.ecs.csus.edu/~sharifs ********************************************************** ----- Original Message ---- From: Kevin Jackson <[EMAIL PROTECTED]> To: Ant Users List <[email protected]>; Saladin Sharif <[EMAIL PROTECTED]> Sent: Monday, October 8, 2007 7:34:00 PM Subject: Re: using ANT to check for any code changes in CVS Hi, > I am trying to automate my ANT build script, and incorporate a check in my > build.xml that checks if there were any code changes made to CVS since the > last time the build ran. If there are any code changes then ANT gets the > latest CVS code changes and then runs the build. Otherwise, it doesn't run > the build if there were no new code changes in CVS. > You should look at CruiseControl. This has a feature which can check any source control system for changes and run a build (ant based) if there have been commits. Kev --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ____________________________________________________________________________________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
