Can the list of files changed be passed as parameter to Ant?
Marcio Marchini <[email protected]> Mon, 28 Jan 2008 14:33:16 -0500
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Hi, During the build, with Ant, I want to run a tool only on the files that actually changed since the last build under AnthillOS. Can I get this passed in as a variable to Ant? I need a list of files changed so that I can operate on them. Thanks, marcio