Thanks!
On Feb 26, 2011, at 2:49 AM, Marcus Denker wrote: > > On Feb 26, 2011, at 6:31 AM, Dale Henrichs wrote: > >> Marcus, >> >> When you get a chance could you give me a pointer to the build script that >> you use to build the Pharo-1.2 image? >> > > this code is executed: > > https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/lastSuccessfulBuild/artifact/Pharo-1.2/Pharo-1.2.st > > The Metacello config loaded is this: > > Gofer new > squeaksource: 'MetacelloRepository'; > package: 'ConfigurationOfPharo'; > load. > > ((Smalltalk at: #ConfigurationOfPharo) project lastVersion) perform: > #silently: with: true; perform: #load. > > > > > -- > Marcus Denker -- http://www.marcusdenker.de > INRIA Lille -- Nord Europe. Team RMoD. > >
