Re: [Pharo-project] SqueakSource3: ByteString(Object)>>doesNotUnderstand: #goferReferences

2012-09-11 Thread Mariano Martinez Peck
On Tue, Sep 11, 2012 at 4:59 PM, Bernardo Ezequiel Contreras < vonbecm...@gmail.com> wrote: > Marten, > see > http://code.google.com/p/squeaksource3/issues/detail?id=20 > > and > > http://code.google.com/p/pharo/issues/detail?id=4708 > > to be short, you should use url instead > > Gofer new >

Re: [Pharo-project] SqueakSource3: ByteString(Object)>>doesNotUnderstand: #goferReferences

2012-09-11 Thread Bernardo Ezequiel Contreras
Marten, see http://code.google.com/p/squeaksource3/issues/detail?id=20 and http://code.google.com/p/pharo/issues/detail?id=4708 to be short, you should use url instead Gofer new url: 'http://ss3.gemstone.com/ss/**ICU '; package: 'ConfigurationOfICU';

[Pharo-project] SqueakSource3: ByteString(Object)>>doesNotUnderstand: #goferReferences

2012-09-11 Thread Marten Feldtmann
When I copy the Gofer source (listed on the project pages) to a Pharo 1.4 and tries to execute stuff like: Gofer new repository: 'http://ss3.gemstone.com/ss/ICU'; package: 'ConfigurationOfICU'; package: 'ICU-Core'; package: 'ICU-NativeBoost-Core'; package: 'ICU-Tests-Core';