I am preparing my environment for development and am updating my webstack configuration to match the new moves to SmalltalkHub. Now, I am trying to get my ConfigurationOfOak working. Fuel has moved to SmalltalkHub and it is fine. Now, where is Ghost .? I want to update this: spec project: 'GhostProxies' with: [ spec className: 'ConfigurationOfGhost'; loads: #('Core'); versionString: #stable; file: 'ConfigurationOfGhost'; repository: 'http://ss3.gemstone.com/ss/Ghost' ]. spec project: 'GhostProxiesTests' copyFrom: 'GhostProxies' with: [ spec loads: #('Tests' ) ]. The search function on STH isn't helping much... Thanks for the help! Phil
Hi, I moved Fuel ss3 repository to sthub but that didn't include Ghost. No idea if it was migrated... Mariano? cheers, MartÃn On Tue, Sep 24, 2013 at 7:58 PM, phil@highoctane.be <phil@highoctane.be> wrote:
I am preparing my environment for development and am updating my webstack configuration to match the new moves to SmalltalkHub.
Now, I am trying to get my ConfigurationOfOak working.
Fuel has moved to SmalltalkHub and it is fine.
Now, where is Ghost .?
I want to update this:
spec project: 'GhostProxies' with: [ spec className: 'ConfigurationOfGhost'; loads: #('Core'); versionString: #stable; file: 'ConfigurationOfGhost'; repository: 'http://ss3.gemstone.com/ss/Ghost' ]. spec project: 'GhostProxiesTests' copyFrom: 'GhostProxies' with: [ spec loads: #('Tests' ) ].
The search function on STH isn't helping much...
Thanks for the help!
Phil
It is probably still on SS3 http://ss3.gemstone.com/ss/Ghost/ Stef On Sep 24, 2013, at 7:58 PM, phil@highoctane.be wrote:
I am preparing my environment for development and am updating my webstack configuration to match the new moves to SmalltalkHub.
Now, I am trying to get my ConfigurationOfOak working.
Fuel has moved to SmalltalkHub and it is fine.
Now, where is Ghost .?
I want to update this:
spec project: 'GhostProxies' with: [ spec className: 'ConfigurationOfGhost'; loads: #('Core'); versionString: #stable; file: 'ConfigurationOfGhost'; repository: 'http://ss3.gemstone.com/ss/Ghost' ].
spec project: 'GhostProxiesTests' copyFrom: 'GhostProxies' with: [ spec loads: #('Tests' ) ].
The search function on STH isn't helping much...
Thanks for the help!
Phil
Yes, it is still in SS3. Some weeks ago I think someone reported that the #cannotInterpert: trick was not working anymore in latest Pharo (so proxies won't work). I didn't have the time yet to try different images/VMs and see if it works, but if I can give it a try today or tomorrow. Cheers On Sun, Sep 29, 2013 at 11:04 AM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
It is probably still on SS3
http://ss3.gemstone.com/ss/Ghost/
Stef
On Sep 24, 2013, at 7:58 PM, phil@highoctane.be wrote:
I am preparing my environment for development and am updating my webstack configuration to match the new moves to SmalltalkHub.
Now, I am trying to get my ConfigurationOfOak working.
Fuel has moved to SmalltalkHub and it is fine.
Now, where is Ghost .?
I want to update this:
spec project: 'GhostProxies' with: [ spec className: 'ConfigurationOfGhost'; loads: #('Core'); versionString: #stable; file: 'ConfigurationOfGhost'; repository: 'http://ss3.gemstone.com/ss/Ghost' ]. spec project: 'GhostProxiesTests' copyFrom: 'GhostProxies' with: [ spec loads: #('Tests' ) ].
The search function on STH isn't helping much...
Thanks for the help!
Phil
-- Mariano http://marianopeck.wordpress.com
On Sep 30, 2013, at 2:37 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Yes, it is still in SS3. Some weeks ago I think someone reported that the #cannotInterpert: trick was not working anymore in latest Pharo (so proxies won't work).
who? Because why it would not work?
I didn't have the time yet to try different images/VMs and see if it works, but if I can give it a try today or tomorrow.
I can migrate the repo if you want.
Cheers
On Sun, Sep 29, 2013 at 11:04 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: It is probably still on SS3
http://ss3.gemstone.com/ss/Ghost/
Stef
On Sep 24, 2013, at 7:58 PM, phil@highoctane.be wrote:
I am preparing my environment for development and am updating my webstack configuration to match the new moves to SmalltalkHub.
Now, I am trying to get my ConfigurationOfOak working.
Fuel has moved to SmalltalkHub and it is fine.
Now, where is Ghost .?
I want to update this:
spec project: 'GhostProxies' with: [ spec className: 'ConfigurationOfGhost'; loads: #('Core'); versionString: #stable; file: 'ConfigurationOfGhost'; repository: 'http://ss3.gemstone.com/ss/Ghost' ].
spec project: 'GhostProxiesTests' copyFrom: 'GhostProxies' with: [ spec loads: #('Tests' ) ].
The search function on STH isn't helping much...
Thanks for the help!
Phil
-- Mariano http://marianopeck.wordpress.com
participants (4)
-
Mariano Martinez Peck -
Martin Dias -
phil@highoctane.be -
Stéphane Ducasse