I am sure this question has been answered several times. Allow me to explain
the problem once more.

I have two directories:
a) latest-code: contains the latest code from VSS
b) backup-code: before I get latest from VSS, I will backup the entore code
here.

The ANT script is like below:
1. delete old backup-code
2. create backup from latest-code to backup-code
3. get latest from VSS
4. If any files have changed (other than .scc files), trigger build. Else do
not.

-- 
View this message in context: 
http://www.nabble.com/Compile-only-if-files-have-changed-tp24647169p24647169.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to