Part of my script must wait until an installation completes, but this installation spawns off into another process, so the exec task does not wait for it to complete before finishing and the nant script continues to march on.
Right now for a quick hack, I have a sleep timer in the script to simply wait a fixed time before moving on. I would like to replace this with a loop that will check for the condition that lets me know the install is complete, and sleep until it's true. Any suggestions on how to do this in nant? There seems to be no task like 'while' I can use, only fixed loops like fornext. Best method I have right now is to alternatively do this logic in a batch file or vbs and do it totally outside of nant. Anyone have a cleaner idea? I'd like the control logic to stay in nant if possible -Steve ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users