Re: [NAnt-users] HelpStudio 3

2007-05-25 Thread Eric Teutsch
Try wrapping the command to build the help with start /wait As in: start /wait buildcmd Try it with Notepad. You'll see if you kick off Notepad in DOS, you'll get the prompt come back immediately. But if you put the start /wait in front, then the prompt will only return when Notepad is exited.

[NAnt-users] HelpStudio 3

2007-05-25 Thread Andy Johnstone
Hi, I'm trying to use Nant to automatically build my HelpStudio 3 project via the exec task. The problem seems to be that the binary returns immediately to nant, although the command itself ends up failing (and displaying a message box). How have others handled programs that return like this? T