Problem loading Zinc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem loading Zinc

sebastianconcept@gmail.co
Hi there,

I was working for a long time but now I’m having this problem when trying to load Zinc with this command:

  Gofer it
    package: 'ConfigurationOfZincHTTPComponents';
    load.
  
  #ConfigurationOfZincHTTPComponents asClass project stableVersion
    load: #('Core' 'Zodiac' 'WebSocket' 'SSO’).


I am missing something?

Reply | Threaded
Open this post in threaded view
|

Re: Problem loading Zinc

Sven Van Caekenberghe-2
Hi Sebastian,

Yes, I made a mistake, in 2.6.5 it should have been Zinc-WebSocket-Core-LucFabresse.29 instead of Zinc-WebSocket-Core-SvenVanCaekenberghe.29 - fixed in new configuration version 2.6.6

Does it work again ?

Sven

> On 17 Sep 2015, at 01:51, Sebastian Sastre <[hidden email]> wrote:
>
> Hi there,
>
> I was working for a long time but now I’m having this problem when trying to load Zinc with this command:
>
>   Gofer it
>     url: 'http://mc.stfx.eu/ZincHTTPComponents';
>     package: 'ConfigurationOfZincHTTPComponents';
>     load.
>  
>   #ConfigurationOfZincHTTPComponents asClass project stableVersion
>     load: #('Core' 'Zodiac' 'WebSocket' 'SSO’).
>
>
> I am missing something?
>
> <Screen Shot 2015-09-16 at 8.45.07 PM.png>


Reply | Threaded
Open this post in threaded view
|

Re: Problem loading Zinc

sebastianconcept@gmail.co
This loads fine:

        Gofer it
                url: 'http://mc.stfx.eu/ZincHTTPComponents';
                package: 'ConfigurationOfZincHTTPComponents';
                loadStable.
       

The following command fails saying it could not resolve Zinc-WebSocket-Tests-SvenVanCaekenberghe.9

        #ConfigurationOfZincHTTPComponents asClass project stableVersion
                load: #('Core' 'Zodiac' 'WebSocket' 'SSO').
Reply | Threaded
Open this post in threaded view
|

Re: Problem loading Zinc

Sven Van Caekenberghe-2

> On 17 Sep 2015, at 15:01, [hidden email] wrote:
>
> This loads fine:
>
> Gofer it
> url: 'http://mc.stfx.eu/ZincHTTPComponents';
> package: 'ConfigurationOfZincHTTPComponents';
> loadStable.
>
>
> The following command fails saying it could not resolve
> Zinc-WebSocket-Tests-SvenVanCaekenberghe.9

Arg, yes, that version is also from Luc, I changed it 'in place'.

> #ConfigurationOfZincHTTPComponents asClass project stableVersion
> load: #('Core' 'Zodiac' 'WebSocket' 'SSO').
>
>
>
> --
> View this message in context: http://forum.world.st/Problem-loading-Zinc-tp4850673p4850771.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>