Hi All I actually wanted to manage a set of folders. We create junit reports daily with the folder name Report<Date>. I want ant to delete the report folders which are older than 10 days. Is it possible to do with ant built in tasks or Should i go for custom tasks?. I tried with the nested fileset of delete task, but i couldn't succeed as i was in need for date comparison
Could anybody help me on this? -- Thank you Ramu S