On Wed, 25 Jul 2001 05:23, O'Hara, Patrick wrote:
> The idea was to continue to try the FTP task until it works. We have a
> cusotmer who has a finicky FTP server. Sometimes it works and sometime it
> don't. As you can see from the output as soon as it fails (The FTP info is
> faked so it will not work), Ant exits. I have also tried making the FTP
> portion a different build file (FTP.xml) and using the Ant task to call it.
> I get the same result. What I want is to keep trying until the ftp works.
> If this is not possible, that's OK, I just need to know.
It is not directly possible - you would need to write a custom task to do
that today.
Cheers,
Pete
*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof." |
| - John Kenneth Galbraith |
*-----------------------------------------------------*