summaryrefslogtreecommitdiff
path: root/plugins/ant
AgeCommit message (Collapse)Author
2015-02-09Fix for ant targets with leading dashChris Peterson
As suggested in https://github.com/robbyrussell/oh-my-zsh/pull/3329#issuecomment-72062236
2015-02-09Change ant target enumerationChris 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-09Backwards logic in newer check.Chris Peterson
Regen .ant_targets only if it's newer than build.xml? Yeah, that seems wrong.
2013-03-12Use [ -nt ] instead of stat -f%m to check cache files.Spencer Rinehart
2011-05-31fix 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-27Added compatibility for the linux 'stat' command for the ant pluginMartin Thurau
2010-11-25Added ant pluginClaus Witt