I'm running a series of Advanced Installer builds nightly from the same Ant script.
If there's a problem with one, like a missing resource, it pops a dialog box and waits for user input before proceeding, meaning that the rest of the build process is suspended.
Is there a way to run with warnings disabled or with at least error dialogs disabled so that the rest of the builds can succeed even if one fails?
Alternately, does anyone know the proper way to configure the Ant script so that it can recover and continue even if the dialog box stays up all night? Should I fork all the builds?