>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

<delete>


>2. create backup from latest-code to backup-code

<copy>


>3. get latest from VSS

VSS Antlib from the sandbox
http://ant.apache.org/antlibs/sandbox.html#VSS%20-%20Microsoft%20Visual%
20SourceSafe%20Tasks


>4. If any files have changed (other than .scc files), trigger 
>build. Else do not.

<condition property="changedfiles">
  <resourcecount when="greater" count="0">
    <fileset dir="LATEST">
      <modified/>


Jan

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

Reply via email to