Maybe Lukas you fixed in your repo and was never merged in wiresong repo, so
Torsted see one repo and you see anther one ;)

No, you shouldn't use ScriptLoader to load external packages. For example,
we use to use ScriptLoader loadFFI or OB, or whatever, but now, we have
almost all Metacello configurations for that, and if there is something not
done, would be cool to do it.



On Tue, Jan 12, 2010 at 2:49 PM, Stéphane Ducasse <[email protected]
> wrote:

> I would remove it now from scriptLoader.
>
> stef
>
> On Jan 12, 2010, at 2:19 PM, Torsten Bergmann wrote:
>
> > Hi,
> >
> >   "ScriptLoader loadSeaside30"
> >
> > does not work in latest image due to Gofer changes. Should we remove it
> > or replace it with Metacello configs?
> >
> > It is now easy to build a dev image with seaside 3.0 right from the core
> > (see script below).
> >
> > Still underscore assignment has to be enabled due to OB. Any chance this
> > is cleaned up?
> >
> > Bye
> > T.
> >
> >
> >
> ----------------------------------------------------------------------------
> >
> > |font codeFont titleFont installWebTools|
> > installWebTools := false.
> > "HTTPSocket useProxyServerNamed: '111.111.111.111' port: 8080."
> >
> > Scanner allowUnderscoreAsAssignment: true.
> >
> > Gofer new
> >       squeaksource: 'MetacelloRepository';
> >       package: 'ConfigurationOfPharo';
> >       load.
> > ((Smalltalk at: #ConfigurationOfPharo) project version: '1.0-rc2.10505')
> load.
> >
> > Gofer new
> >    squeaksource: 'MetacelloRepository';
> >    package: 'ConfigurationOfSeaside30';
> >    load.
> >
> > (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion.
> >
> >
> > SmalltalkImage current snapshot: true andQuit: true.
> >
> >
> > --
> > Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox
> 3.5 -
> > sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [email protected]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to