AW: AW: ANT called from .bat unknown Error

2006-10-27 Thread Jan.Materne
>>> > bat files are not executable, use cmd.exe instead and the bat as >>> > argument. >>> > See FAQ and (1.7) manual. >>> >>> I've been thinking about this. Why dont we have Exec complain if we >>> find a .bat or .cmd at the end of an executable on windows? >> >> Because one can execute some ba

Re: AW: ANT called from .bat unknown Error

2006-10-27 Thread Steve Loughran
Peter Reilly wrote: On 10/27/06, Steve Loughran <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: >> build.bat is called by the buildApp.xml with : >>> failifexecutionfails="false" failonerror="false"> > > > bat files are not executable, use cmd.exe instead and the bat as > argument.

Re: AW: ANT called from .bat unknown Error

2006-10-27 Thread Peter Reilly
On 10/27/06, Steve Loughran <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: >> build.bat is called by the buildApp.xml with : >>> failifexecutionfails="false" failonerror="false"> > > > bat files are not executable, use cmd.exe instead and the bat as > argument. > See FAQ and (1.7) m

Re: AW: ANT called from .bat unknown Error

2006-10-27 Thread Steve Loughran
[EMAIL PROTECTED] wrote: build.bat is called by the buildApp.xml with : failifexecutionfails="false" failonerror="false"> bat files are not executable, use cmd.exe instead and the bat as argument. See FAQ and (1.7) manual. I've been thinking about this. Why dont we have Exec complain

AW: ANT called from .bat unknown Error

2006-10-27 Thread Jan.Materne
>build.bat is called by the buildApp.xml with : >failifexecutionfails="false" failonerror="false"> bat files are not executable, use cmd.exe instead and the bat as argument. See FAQ and (1.7) manual. > [exec] BUILD FAILED > [exec] Target `610 Builds' does not exist in this project. F