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