El mar, 12-01-2010 a las 14:49 +0100, Stéphane Ducasse escribió:
> I would remove it now from scriptLoader.
> 


And also the class side install methods of Gofer please.

Lets clean the way for Gofer as downloader/installer, Metacello as
package management tools.

Cheers


> 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

-- 
Miguel Cobá
http://miguel.leugim.com.mx


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to