Re: ANT can not invoke a test script when called via parent directory build.xml file.

2006-06-19 Thread John Davis
We actually found the solution to be "resolveexutable=true" But, thanks anyway. On 6/19/06, Peter Reilly <[EMAIL PROTECTED]> wrote: Try or Peter On 6/19/06, John Davis <[EMAIL PROTECTED]> wrote: > > Hello > > This seems to be a simple setup, but I don't know why it does not work. > > My di

Re: ANT can not invoke a test script when called via parent directory build.xml file.

2006-06-19 Thread Peter Reilly
Try or Peter On 6/19/06, John Davis <[EMAIL PROTECTED]> wrote: Hello This seems to be a simple setup, but I don't know why it does not work. My directory layout looks like this: src/build.xml <== Top level build file. src/psound/build.xml <== Sub pr