> PackageLoader fileInPackage: 'Seaside'
> PackageLoader fileInPackage: 'Seaside-Development'
> PackageLoader fileInPackage: 'Seaside-Examples'
> Seaside.SwazooSeaside startOn: 8080
>
> Is there a reason why this only works with gst-remote?
The process is started, but not run in background. The REPL always gets
control as soon as the previously invoked command finishes.
You need a "Processor activeProcess suspend" after it (which can be
interrupted with ^C).
Paolo
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk