Hi Folks,
I'm digging further into IDE SCripts to automate my complete build
process and there are few things that aren't clean. Particularly
relating to the order of events.
For example, this script doesn't do what's expected:
Dim theResult As String
DoCommand "BuildApp"
theResult = DoShellCommand "cp ~/Developer/src/library/iolib.dylib
$PROJECT_PATH/ioTool.app/Contents/MacOS/iolib.dylib", 5000
print theResult
I would expect the app to be built and THEN the cp of the dylib to
the bundle. However, the cp fails because the .app folder doesn't
exist as the script doesn't pause while the BuildApp is running (the
message dialog appears immediately).
How can I pause the script so that the commands AFTER the BuildApp
wait for the BuildApp to complete?
Tim
--
Tim Jones [EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>