What's new? | Help | Directory | Sign in
Google
ant-purge
Ant task to purge (remove) all but the most recent files from a set of files.
  
  
  
  
    
License: Apache License 2.0
Labels: ant, purge, delete, clean, log, logs
Join project
Project owners:
  dallaway
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.