[Nant-users] NAnt calling NAnt - Resolved

2004-09-10 Thread Merrill Cornish
Errors on top of errors [sigh...] We've now found that the immediate reason the example I sent you is failing is that exec's commandline attribute string was broken across lines. (OK, I'm a neat freak, even if I'm not too bright sometimes.) That worker script formatting detail caused the new

[Nant-users] NAnt calling NAnt - More Info

2004-09-10 Thread Merrill Cornish
For what it's worth, here is the trivial NAnt script: This is created on the fly to carry variables to the CC.NET test box for use by QATest.build --- This SF

[Nant-users] NAnt calling NAnt

2004-09-10 Thread Merrill Cornish
We have a big worker NAnt build script that has been, and still is, working just fine when called from the command line directly. (I'm running the 9/8/2004 nightly build.) For various reasons, we have a second trivial, dynamically generated NAnt script that calls the big worker script. And unt