.html
http://ant.apache.org/manual/CoreTypes/selectors.html#modified
>-Ursprüngliche Nachricht-
>Von: ArvindSaraswat [mailto:arvi...@huawei.com]
>Gesendet: Montag, 27. Juli 2009 08:07
>An: user@ant.apache.org
>Betreff: Re: AW: Compile only if files have changed
>
>
>can yo
can you be more specific about the below part of the code? What is
?
Jan.Materne wrote:
>
>>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 scri
>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