[squeak-dev] Minor SS3 bug

Frank Shearar frank.shearar at gmail.com
Wed Jan 23 22:13:49 UTC 2013


Hi Dale,

I'm not entirely sure where I should report SS3 bugs, and since I know
you work on it, you're it :)

The Installer scripts for projects on SS3 aren't quite right. For
instance, this:

(Installer url: 'http://ss3.gemstone.com/ss/')
    project: 'AndreasSystemProfiler';
    install: 'AndreasProfiler'.

fails because InstallerUrl doesn't understand #project:. Handily, the
correct script is simpler:

Installer ss3
    project: 'AndreasSystemProfiler';
    install: 'AndreasProfiler'.

I suspect that these are autogenerated from the contents of a project?

frank


More information about the Squeak-dev mailing list