Administrator
|
I was loading a project via:
Metacello new baseline: 'BabyPhexample'; repository: 'github://seandenigris/Baby-Phexample/repository'; onConflict: [ :ex | ex allow ]; load. into a Moose 6.1 image obtained from Launcher which already contained StateSpecs and got this: IceUndefinedRemote(Object)>>doesNotUnderstand: #projectPath IceMetacelloRepositoryAdapter>>projectPath IceMetacelloRepositoryAdapter>>hasNoLoadConflicts: MetacelloRepositorySpec>>hasNoLoadConflicts: MetacelloRepositoriesSpec>>hasNoLoadConflicts: MetacelloMCBaselineOfProjectSpec(MetacelloGenericProjectSpec)>>hasNoLoadConflicts: MetacelloMCBaselineOfProjectSpec(MetacelloMCProjectSpec)>>hasNoLoadConflicts: MetacelloMCBaselineOfProjectSpec(MetacelloProjectSpec)>>hasLoadConflicts: MetacelloMCBaselineOfProjectSpec(MetacelloMCProjectSpec)>>hasConflictWithBaselineSpec: MetacelloMCBaselineOfProjectSpec>>hasConflictWithProjectSpec: MetacelloProjectRegistration>>hasLoadConflicts: Ideas? ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
Cheers,
Sean |
Hello Sean, did you resolve the problem? I experience the same trying to update Calypso in 6.1 via Metacello new The stack: IceUndefinedRemote(Object)>>doesNotUnderstand: #projectPath -- Best regards, Dennis Schetinin 2018-02-21 18:56 GMT+03:00 Sean P. DeNigris <[hidden email]>: I was loading a project via: |
Administrator
|
Dennis Schetinin wrote
> did you resolve the problem? I can't reproduce. I followed the same steps just now and it worked in Moose 6.1 on top of Pharo 60540 It did however give me a warning that there were unsaved changes in StateSpecs-DSL-ClassWords-Tests. When I tried to browse the changes in MC Browser, I got "Instance of IceMetacelloRepositoryAdapter did not understand #closestAncestorVersionFor:ifNone:" ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
Cheers,
Sean |
Free forum by Nabble | Edit this page |