can you be more specific about the below part of the code? What is
<modified/>?

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


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 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
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Compile-only-if-files-have-changed-tp24647169p24673988.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