Re: [Nant-users] Problem with targets not being found from d files

2005-07-04 Thread Ian MacLean
[EMAIL PROTECTED] wrote: I have a problem where a target defined in an d build file isn't being found when I make it a dependency of a target in my main build file, although the file appears to have been d successfully. The included build file is valid and runs correctly if I use it alone usin

Re: [Nant-users] Problem with targets not being found from d files

2005-07-04 Thread Troy Laurin
On 7/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a problem where a target defined in an d build file > isn't being found when I make it a dependency of a target in my main > build file, although the file appears to have been d > successfully. The included build file is valid and run

[Nant-users] Problem with targets not being found from d files

2005-07-04 Thread BruceDavidson
I have a problem where a target defined in an d build file isn't being found when I make it a dependency of a target in my main build file, although the file appears to have been d successfully. The included build file is valid and runs correctly if I use it alone using the -f command line option.