Make a subclass of RuntimePackager.RuntimeFullDumper to configure what
information is written to disk.
RuntimePackager.RuntimeErrorNotifier can be subclassed (look at
#notifyUserOfUnhandledException: ) to configure the dialog shown to
the user when an unhandled exception occurs.
We automatically make builds by scripting the UI. Below I show how we
use the two classes:
rtp := RuntimePackager.RuntimeBuilderUI new.
rtp open.
(…)
rtp options errorNotifierClass: <new class>.
rtp options imageDumperClass: <new class>.
(…)
If there are errors in these classes, there might be no error log
written to disk. Failing to create the file (for example if the image
tries to create a file in a folder where the user does not have write
permission) will of course also lead to problems.
Runar
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc