AIL PROTECTED]>
> To: Ant Users List ; Saladin Sharif <[EMAIL PROTECTED]>
> Sent: Tuesday, October 9, 2007 7:00:46 AM
> Subject: Re: using ANT to check for any code changes in CVS
>
> Ant can do an excellent job of build avoidance, so this shouldn't
> really be an is
gt; - Original Message
> From: Barry Pape <[EMAIL PROTECTED]>
> To: Ant Users List ; Saladin Sharif <[EMAIL PROTECTED]>
> Sent: Tuesday, October 9, 2007 12:17:59 PM
> Subject: RE: using ANT to check for any code changes in CVS
>
> You may want to take a look a
**
- Original Message
From: Barry Pape <[EMAIL PROTECTED]>
To: Ant Users List ; Saladin Sharif <[EMAIL PROTECTED]>
Sent: Tuesday, October 9, 2007 12:17:59 PM
Subject: RE: using ANT to check for any code changes in CVS
You may want to ta
You may want to take a look at Hudson as well:
https://hudson.dev.java.net/
-Original Message-
From: Saladin Sharif [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 09, 2007 2:04 PM
To: Ant Users List
Subject: Re: using ANT to check for any code changes in CVS
>You should look
arifs
**
- Original Message
From: David Weintraub <[EMAIL PROTECTED]>
To: Ant Users List ; Saladin Sharif <[EMAIL PROTECTED]>
Sent: Tuesday, October 9, 2007 7:00:46 AM
Subject: Re: using ANT to check for any code changes in CVS
Ant can do an excellent job of build avoidance,
harifs
**
- Original Message
From: Kevin Jackson <[EMAIL PROTECTED]>
To: Ant Users List ; 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 can do an excellent job of build avoidance, so this shouldn't
really be an issue if you have programmed your build.xml correctly. It
might still run through all the targets, but no tasks will be
executed.
Imagine you have a build.xml like this (the main thing to note that
each task depends upo
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
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