[Pharo-project] Can someone fix Squeaksource?
Hi! I know, sorry for pestering, but is there someone who can? regards, Göran
Göran, On 06 Nov 2012, at 08:48, Göran Krampe <goran@krampe.se> wrote:
Hi!
I know, sorry for pestering, but is there someone who can?
regards, Göran
There are alternatives to SqueakSource: http://smalltalkhub.com http://ss3.gemstone.com http:/mc.stfx.eu And you can roll your own solution. Many people have moved on. For existing projects that might be a problem, but normally you have enough versions in your local package cache to either continue working or to start moving to someplace else. Regards, Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Also take a look at the LatAm mirror: http://www.dsal.cl/squeaksource/ On 06.11.2012, at 08:53, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Göran,
On 06 Nov 2012, at 08:48, Göran Krampe <goran@krampe.se> wrote:
Hi!
I know, sorry for pestering, but is there someone who can?
regards, Göran
There are alternatives to SqueakSource:
http://smalltalkhub.com http://ss3.gemstone.com http:/mc.stfx.eu
And you can roll your own solution. Many people have moved on.
For existing projects that might be a problem, but normally you have enough versions in your local package cache to either continue working or to start moving to someplace else.
Regards,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Hi! On 11/06/2012 08:53 AM, Sven Van Caekenberghe wrote:
There are alternatives to SqueakSource:
http://smalltalkhub.com http://ss3.gemstone.com http:/mc.stfx.eu
And you can roll your own solution. Many people have moved on.
I know - but I am having problems installing stuff! Let me repeat - I *know* about alternatives - I am *not* asking for using it myself. But please tell me in that case how to install Seaside for example without SS working? Yeah, yeah, I will try the mirror but I had some issue with that... regards, Göran
On 6 November 2012 10:12, Göran Krampe <goran@krampe.se> wrote:
Hi!
On 11/06/2012 08:53 AM, Sven Van Caekenberghe wrote:
There are alternatives to SqueakSource:
http://smalltalkhub.com http://ss3.gemstone.com http:/mc.stfx.eu
And you can roll your own solution. Many people have moved on.
I know - but I am having problems installing stuff!
Let me repeat - I *know* about alternatives - I am *not* asking for using it myself. But please tell me in that case how to install Seaside for example without SS working? Yeah, yeah, I will try the mirror but I had some issue with that...
You could take a look at how builderCI rewires Metacello's internals: https://github.com/dalehenrich/builderCI/blob/master/scripts/latAmMirror.st. It's a bit evil in that it installs an ObjectsAsMethodsWrapper to do the job, but it does work. frank
regards, Göran
participants (4)
-
Frank Shearar -
Göran Krampe -
Max Leske -
Sven Van Caekenberghe