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' <http://mc.stfx.eu/ZincHTTPComponents'>; package: 'ConfigurationOfZincHTTPComponents'; load. #ConfigurationOfZincHTTPComponents asClass project stableVersion load: #('Core' 'Zodiac' 'WebSocket' 'SSOâ). I am missing something?
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 <sebastian@flowingconcept.com> 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>
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'). -- 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.
On 17 Sep 2015, at 15:01, sebastian@flowingconcept.com 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.
participants (3)
-
Sebastian Sastre -
sebastian@flowingconcept.com -
Sven Van Caekenberghe