Re: Selectively delete files/folders on another server

2010-12-15 Thread Maureen Troendle
il: troen...@ca.ibm.com From: Antoine Levy-Lambert To: Ant Users List Date: 12/15/2010 11:14 AM Subject: Re: Selectively delete files/folders on another server Hello Maureen, would it be possible to install ant on the target machines and move the logic to determine folders to be del

Re: Selectively delete files/folders on another server

2010-12-15 Thread Antoine Levy-Lambert
Hello Maureen, would it be possible to install ant on the target machines and move the logic to determine folders to be deleted there ? this might be a way to do this work more simply. What is the criteria according to which you know which directories/files to delete or to preserve ? Regard