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
