Hi all,
I found the problem can be solved by following build script.
Leon
--- Leon Pu <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> the exec task always failed while executing a bat which in a
> different
> level directory compare to basedir.
>
> Here is the sample file system of my buil
Hi all,
the exec task always failed while executing a bat which in a different
level directory compare to basedir.
Here is the sample file system of my build script. The directory
"a/b-1" is the basedir of ant build file build.xml.
[file-system]
a
|-- b-1 (basedir)
| `-- build.xml
`-- b-2