RE: [Draconet-users] FW: [MatchDev] Build Failed

2003-03-06 Thread JasonA
One other issue you might dig into is that it looks like process.ExitCode always returns 1, even if the build is successful (when using devenv, of course). This makes the integrity of Draco.NET's results fairly useless. ;) I'm in the process of switching over to NAnt now, actually. Wrestling with

RE: [Draconet-users] FW: [MatchDev] Build Failed

2003-03-06 Thread JasonA
Yep, I get the output from Draco.NET telling me that the build failed. I then get the latest and build it in VS.NET, and the build works fine. I step through the code in Draco.NET and I get to the part where it grabs the process' ExitCode and it's 1, for some reason. I have no idea if this is