Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d6y/ant-purge
Automatically exported from code.google.com/p/ant-purge
https://github.com/d6y/ant-purge
Last synced: about 1 month ago
JSON representation
Automatically exported from code.google.com/p/ant-purge
- Host: GitHub
- URL: https://github.com/d6y/ant-purge
- Owner: d6y
- Created: 2015-04-14T21:23:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T21:25:57.000Z (over 9 years ago)
- Last Synced: 2023-03-10T19:08:47.837Z (almost 2 years ago)
- Language: Java
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ant-purge
The purge tasks works with Ant to remove all but the most recent few files from a fileset.
For example: let's say you're using an automated build tool, such as Cruise Control,
which generates files (logs?) each time it's run.
You can use the purge task to keep just the most recent few files --- rather than allowing the directory to fill with old files.