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
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
I'm using Ant to deploy various components to different servers and I'm
looking for a way to enumerate files/folders on a remote server and then
selectively delete them. So I don't know everything that will be there
but I know the folders I want to leave undeleted. I'm looking for some
kind o