[squeak-dev] running headless

Keith Hodges keith_hodges at yahoo.co.uk
Sat Oct 25 00:50:20 UTC 2008


>
> Thanks! That fixed it for me! Apparently it doesn't just look in the
> current directory if you only specify a file name without a path. It
> seems like it should default to looking in the current directory.
>
> So my script runs now, but even with -headless it displays the Squeak
> splash screen and the VM never exits. I have to manually kill the
> process. Is there something I should do at the end of my script to
> make it exit? It seems like with -headless it should always exit when
> it reaches the end of the script.
>
> ---
> Mark Volkmann
>
If you use an image with Installer-Launcher in it, then you can append

SmalltalkImage +save +quit
SmalltalkImage save=newImageName +quit
SmalltalkImage +quit

The best way to add Installer-Launcher is as part of the Level Playing
Field tools. http://installer.pbwiki.com/LevelPlayingField


Keith



More information about the Squeak-dev mailing list