Re: failifexecutionfails, append and incompatibleWithSpawn

2004-04-23 Thread Matt Benson
Sounds reasonable to me... -Matt --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi, > > why is setting failifexecutionfails incompatible > with the spawn > attribute in and friends? > > Execute#spawn would fail in the same way as > Execute#execute if Ant > fails to create the process (because

failifexecutionfails, append and incompatibleWithSpawn

2004-04-23 Thread Stefan Bodewig
Hi, why is setting failifexecutionfails incompatible with the spawn attribute in and friends? Execute#spawn would fail in the same way as Execute#execute if Ant fails to create the process (because a the command is not on the PATH or something), so we could support it in the spawn case as well.