I'm trying to use IDE Scripting to create an automated build of my
software. However, when I use BuildApp to build my application and
then immediately move it to a new destination, the application icon
is frequently missing. Looking inside the bundle confirms that
starQuiz.icns is missing for Mac builds; for Windows builds the icon
is simply not present in the exe.
Has anyone else seen this? Can RS confirm that the app icon is the
last thing output to the binary? My guess is that the binary streams
aren't being flushed properly at then end of the build, and since RB
IDE Script is synchronous, the streams never finish writing before I
move the app to a different volume (a disk image) which would
probably break the open stream. But that's only a tenuous guess, and
I'm stumped and frustrated with this problem.
Inserting Sleep(3000) after the build seems to make the problem occur
less but it still happens.
Adam
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|