Formatted copy

2008-08-07 Thread afsilva
Hi all, I have a folder with many EAR's. I need to copy them to another folder and I want each EAR to be inside a subfolder with the EAR's name without the ".ear". Does anyone knows a way of doing this with ant? A possible solution would be a task that creates a property with a folder's content

RE: Formatted copy

2008-08-07 Thread afsilva
I guess I didn't explain myself in the proper way: My goal is not to deploy an application to the server, but prepare the EAR's in a file system structure so I can run an application that analyzes those EAR's. can you give a hint with that? thanks mgainty wrote: > > > I'll answer the quest