[EMAIL PROTECTED] wrote:
build.bat is called by the buildApp.xml  with :
<exec dir="${basedir}" executable="${basedir}/build.bat" failifexecutionfails="false" failonerror="false"></exec>


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?

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to