[Seaside-dev] Re: [Seaside Commits] Seaside 3.0: Seaside-Pharo-Development-obi.27.mcz

Lukas Renggli renggli at gmail.com
Thu Dec 17 19:12:29 UTC 2009


> You have changed the gofer repository, so I didn't have the latest one
> loaded!

If you evaluate

   Gofer gofer update

twice it should swap the repository automatically.

> Sorry, please delete this version!

No problem. These kind of dependencies are really annoying ;-)

Lukas

>
> Gerhard
>
> On Thu, Dec 17, 2009 at 8:02 PM, Lukas Renggli <renggli at gmail.com> wrote:
>>
>> That was correct, with the latest version.
>>
>> 2009/12/17  <squeak-dev-noreply at lists.squeakfoundation.org>:
>> > Gerhard Obermann uploaded a new version of Seaside-Pharo-Development to
>> > project Seaside 3.0:
>> >
>> > http://www.squeaksource.com/Seaside30/Seaside-Pharo-Development-obi.27.mcz
>> >
>> > ==================== Summary ====================
>> >
>> > Name: Seaside-Pharo-Development-obi.27
>> > Author: obi
>> > Time: 17 December 2009, 7:35:05 pm
>> > UUID: daad673a-da00-444f-9426-8e38f32542fe
>> > Ancestors: Seaside-Pharo-Development-lr.26
>> >
>> > - fix small gofer issue
>> >
>> > =============== Diff against Seaside-Pharo-Development-lr.26
>> > ===============
>> >
>> > Item was changed:
>> >  ----- Method: WADevelopment class>>gofer (in category 'accessing')
>> > -----
>> >  gofer
>> >        "Answer a gopher instance."
>> >        "self gofer update; recompile"
>> >
>> >        | goferClass gofer |
>> >        goferClass := (Smalltalk classNamed: #Gofer)
>> >                ifNil: [ self error: 'Please install Gofer.' ].
>> >        gofer := goferClass new.
>> >        gofer repository: self defaultRepository.
>> >        GRPackage packages do: [ :package |
>> >                package isMIT
>> > +                       ifTrue: [ gofer addPackage: package name ] ].
>> > -                       ifTrue: [ gofer package: package name ] ].
>> >        ^ gofer!
>> >
>> >
>> > _______________________________________________
>> > commits mailing list
>> > To unsubscribe, email commits-leave at lists.seaside.st
>> > http://lists.seaside.st/listinfo/commits
>> >
>>
>>
>>
>> --
>> Lukas Renggli
>> http://www.lukas-renggli.ch
>> _______________________________________________
>> seaside-dev mailing list
>> seaside-dev at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
>



-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside-dev mailing list