>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.
> [exec] BUILD FAILED
> [exec] Target `610 Builds' does not exist in this project.
For some reasons the "610 Builds" directory is passed to Ant as
arguments - and therefore
as target to execute.
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]