What is the best way to order target execution?
I have 15 targets i want to execute in a certain order and i am executing it
from within eclipse. Eclipse lets me specify an order, but i want it to
happen automatically.
Thanks
Ruel Loehr
----- Original Message -----
From: "Robert r. Sanders" <robert.sanders@ipov.net>
To: "Ant Users List" <user@ant.apache.org>
Sent: Friday, March 28, 2003 11:11 AM
Subject: Re: How to delete directory using <ftp> ?
> Not sure how to do so with the ftp task included with Ant. check out
> our refactoring of the code at http://oss.ipov.org/iftp-ant/ it makes
> the task definitions much easier, including the ablity to delete entire
> directory trees if you and. It is available under the Apache license.
> Internally it uses the same NetComponents classes that the Ant ftp does,
> just with a easier to use set of task definitions.
>
> ALIA-SC, David wrote:
>
> >Hi,
> >
> >The doc says :
> >
> >"As you've probably guessed by now, you use nested fileset elements to
> >select the files to delete from the remote FTP server. Again, the
filesets
> >are relative to the remote directory, not a local directory. In fact, the
> >dir attribute of the fileset is ignored completely. "
> >
> >So how can I delete a remote directory ?
> >
> >(I've tried <fileset dir="${dir}"/> in the <ftp action="del"../> but
it
only
> >deletes files in the ${dir} directory, not the directory itself...)
> >
> >David
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> >For additional commands, e-mail: user-help@ant.apache.org
> >
> >
> >
> >
> --
> Robert r. Sanders
> Chief Technologist
> iPOV
> www.ipov.net
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
|