[Glass] Reconstruct a project from scratch with Metacello
BrunoBB
smalltalk at adinet.com.uy
Tue Jun 3 07:12:58 PDT 2014
Hi,
I have a project working ok under GemStone 3.1.0.4.
After installing GemStone 3.1.0.5 in a clean Linux Centos, i want to install
my packages.
The seaside install script i used is this:
https://github.com/glassdb/Seaside31
Now i want to add my configurations but i got an error (see stack below):
The versions of Monticello, Metacello, Seaside should be ok ?
(https://github.com/glassdb/Seaside31).
Gofer new
repository: 'http://ss3.gemstone.com/ss/XMIReader';
package: 'ConfigurationOfStateMachine-BrunoBB';
package: 'ConfigurationOfXMIFactory-BrunoBB';
package: 'ConfigurationOfXMIReader-BrunoBB';
load "this fails -see stack-"
If i use Jade Monticello Browser i can load the package without problems.
May be i'm doing something wrong or may be i loaded not the lastest version
of some packages ?
regards,
Bruno
Stack:
MessageNotUnderstood >> defaultAction (envId 0) @2 line 3
AbstractException >> _signalWith: (envId 0) @5 line 25
AbstractException >> signal (envId 0) @2 line 47
Object >> doesNotUnderstand: (envId 0) @9 line 10
Object >> _doesNotUnderstand:args:envId:reason: (envId 0) @7 line 12
[] in Gofer >> basicReferencesIn: (envId 0) @2 line 2
ExecBlock >> on:do: (envId 0) @3 line 42
Gofer >> basicReferencesIn: (envId 0) @2 line 3
[] in Gofer >> allResolvedIn: (envId 0) @2 line 5
AbstractDictionary >> at:ifAbsentPut: (envId 0) @7 line 14
Gofer >> allResolvedIn: (envId 0) @5 line 5
[] in Gofer >> allResolved (envId 0) @2 line 7
Collection >> do: (envId 0) @5 line 10
Gofer >> allResolved (envId 0) @5 line 7
GoferReference >> resolveAllWith: (envId 0) @2 line 4
GoferReference >> resolveWith: (envId 0) @2 line 5
[] in Gofer >> resolved (envId 0) @2 line 4
SequenceableCollection >> collect: (envId 0) @9 line 16
Gofer >> resolved (envId 0) @3 line 4
GoferLoad >> initializeOn: (envId 0) @3 line 3
GoferOperation class >> on: (envId 0) @3 line 2
Gofer >> execute:do: (envId 0) @3 line 3
Gofer >> execute: (envId 0) @2 line 2
Gofer >> load (envId 0) @2 line 4
Executed Code @7 line 6
GsNMethod class >> _gsReturnToC (envId 0) @1 line 1
--
View this message in context: http://forum.world.st/Reconstruct-a-project-from-scratch-with-Metacello-tp4761506.html
Sent from the GLASS mailing list archive at Nabble.com.
More information about the Glass
mailing list