[squeak-dev] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

Hannes Hirzel hannes.hirzel at gmail.com
Sat May 15 21:28:12 UTC 2010


On 5/15/10, Sean P. DeNigris <sean at clipperadams.com> wrote:
>
> Tested in:
> * Squeak 4.1-10145
> * Pharo 1.1-11364
>
> Squeak:
> Installer ss
>   project: 'SPDProjectUpdates';
>   install: 'ConfigurationOfExternalWebBrowser'.
>
> (Smalltalk at: #ConfigurationOfExternalWebBrowser) load

Works fine on Squeak4.1-10145 Win XP
ExternalWebBrowser openOnUrl: 'www.squeak.org'


Torsten Bergmann updated a Configuration as well today
see http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-May/150669.html


Installer
  ss
  project: 'MetacelloRepository';
  install: 'ConfigurationOfExternalWebBrowser'.

  (Smalltalk at: #ConfigurationOfExternalWebBrowser) load

I did a test on  on Squeak4.1-10145 Win XP
and it worked fine

--Hannes

>
> Pharo:
> Gofer new
>   squeaksource: 'SPDProjectUpdates';
>   package: 'ConfigurationOfExternalWebBrowser';
>   load.
>
> (Smalltalk at: #ConfigurationOfExternalWebBrowser) load
>
> p.s. I didn't upload to SqS/MetacelloRepository because I don't have write
> access to SqS/ExternalWebBrowser, so right now, I've hijacked :) the project
> @ SqS/SPDProjectUpdates pending Alexander's response.
>
> Should I upload to SqS/MetacelloRepository anyway?
>
> Sean
>
> --



More information about the Squeak-dev mailing list