jan.mate...@rzf.fin-nrw.de schrieb am 20.04.2009 um 06:49:04 (+0200):
> > Ant (version 1.7.1), or more precisely: Ant's Delete task merrily
> > deletes write-protected files and directories on Windows XP that
> > cannot be deleted using the DEL (without /f) and RD commands from
> > the cmd.exe cons
That'll work, thanks!
From: Matt Benson
To: Ant Users List
Sent: Monday, April 20, 2009 9:09:49 AM
Subject: Re: MailLogger
Yes and no. You can add whatever parameters you need to the ANT_OPTS
environment variable on your system, and that will be automatica
Hi All,
I have been search on Google about my question and couldn't find. So I
am here:
1, What's the difference between 'send' action and 'put' action?
2, Any way to make ant FTP task upload empty folder as well?
3, Any way we can chmod 777 folders with Ant FTP task?
Thanks,
-xin
-
Yes and no. You can add whatever parameters you need to the ANT_OPTS
environment variable on your system, and that will be automatically appended to
the command line presuming you're using the bundled invocation scripts
(ant/Unix, ant.bat/Windows...).
HTH,
Matt
--- On Mon, 4/20/09, Eric Fetz
Sorry, newb question. Is there a way to tell a build to use MailLogger without
adding it to the command line?
i.e.: >ant -logger org.apache.tools.ant.listener.MailLogger