Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-09 | Change ant target enumeration | Chris Peterson | |
Make use of ant's project help feature instead of trying to parse XML with regex (see: http://stackoverflow.com/a/1732454/740787). This is a behavioral change that does a few things: • adds support for ant imports, which were previously not recognized as possibly containing targets • supresses targets with no description, as these are conventionally for internal use only | |||
2015-02-09 | Backwards logic in newer check. | Chris Peterson | |
Regen .ant_targets only if it's newer than build.xml? Yeah, that seems wrong. | |||
2013-03-12 | Use [ -nt ] instead of stat -f%m to check cache files. | Spencer Rinehart | |
2011-05-31 | fix double -f and corrected format. | Brian Riddle | |
-f%m was getting called twice in the stat_cmd corrected format of stat command from y to Y. | |||
2011-05-27 | Added compatibility for the linux 'stat' command for the ant plugin | Martin Thurau | |
2010-11-25 | Added ant plugin | Claus Witt | |