---------- Forwarded message ----------
From:��"Peter H. Meadows" <peter.h.meadows@googlemail.com>
To:��Any question about pharo is welcome <pharo-users@lists.pharo.org>
Cc:��
Date:��Sun, 4 Dec 2016 11:11:26 +0000
Subject:��Re: [Pharo-users] Pier3 with latest Pillar?
On 15 November 2016 at 07:30, Peter H. Meadows
<peter.h.meadows@googlemail.com > wrote:
> Hey. Can someone check this for me? In Pharo5 do:
>
> Gofer new
>�� �� ��smalltalkhubUser: 'Pier' project: 'Pillar';
>�� �� ��configuration;
>�� �� ��loadDevelopment.
>
> Gofer new
>�� �� ��url:'http://www.smalltalkhub.com/mc/phm/PierLoadExperiment/ ';main
>�� �� ��package: 'ConfigurationOfPierLoadExperim ent';
>�� �� ��load.
> ((Smalltalk at: #ConfigurationOfPierLoadExperim ent) project version:
> #stable) load.
>
> Gofer new
>�� �� ��url:'http://www.smalltalkhub.com/mc/phm/ PierLoadExperimentChanges/main ';
>�� �� ��package: 'ConfigurationOfPierLoadExperim entChanges';
>�� �� ��load.
> ((Smalltalk at: #ConfigurationOfPierLoadExperim entChanges) project
> version: #stable) load.
>
>
> ZnZincServerAdaptor startOn: 8080.
>
> PRPierFrame registerAsApplication: 'pier' kernel: (PRKernel
> instanceNamed: 'pier').
>
> (WAAdmin defaultDispatcher handlerAt: 'pier' ) exceptionHandler:
> WADebugErrorHandler .
>
>
> Then visit http://localhost:8080/pier
> Does it work? Is it loading the right things? (I didn't check the
> tests yet, and i don't really understand metacello or Pier, just
> playing by trial and error :), but if it works, maybe someone with
> more experience can turn it into a config that will load from catalog
> in Pharo6. Thx.
>
Anyone check this? If it's correct, how do I get the changes into Pier?
> On 11 November 2016 at 13:16, stepharo <stepharo@free.fr> wrote:
>> Hi peter
>>
>> I do not know but I would love that it would work. I should find some time
>> to do a new pass on pillar.
>>
>> On my first todo:
>>
>>�� �� ��- fix use of DNU instead of plain magritte methods.
>>
>>�� �� ��- extract object out of the command line.
>>
>>�� �� ��- document, document and document.
>>
>>
>> Stef
>>
>>
>>
>> Le 10/11/16 �� 22:34, Peter H. Meadows via Pharo-users a ��crit :
>>
>>