you should think about donating that! i use a shell script to do the
same thing so that i can release just the changes into prod, but it
would be cool if the build could do that.
/t
Rob van Oostrum wrote:
>changed compared to what? CVS? I have a custom task that works off cvs rdiff
>that does just that: parses an rdiff between 2 tags, and checks out the
>files that show up as changed into a temp dir. From there I tar 'em up and
>off you go ...
>
>
>
>>-----Original Message-----
>>From: Ciramella, EJ [mailto:ECiramella@emptoris.com]
>>Sent: Wednesday, February 04, 2004 4:17 PM
>>To: 'Ant Users List'
>>Subject: Building FileSets...
>>
>>
>>Is there a clever way to build up a fileset that contains
>>just a list of
>>files that have changed? I'm using iajc (Aspectj) to do some
>>compiling and
>>it seems to do the entire tree each time (even if one file
>>has changed).
>>With their incremental setting set to "true", it just sits
>>there (doesn't
>>return) and waits for user input (pushing the R key).
>>
>>If I could build a fileset of just the files that have
>>changed (using glob
>>mapper), I'd be golden...
>>
>>
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
>For additional commands, e-mail: user-help@ant.apache.org
>
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|