Bruno,
For both this problem and your XMLSupport problem you should be using Metacello configurations to load the correct packages in the correct order into your system (GemStone or Pharo or Squeak)
Metacello configurations are created by the package maintainers and dictate the correct load order of the packages of interest and their dependencies.
Look for the ConfigurationOfSeasideRest package in this repository:
MCHttpRepository
location: '
http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' user: ''
password: ''
It ought to have load directives for GemStone that will allow you to simply run:
ConfigurationOfSeasideRest load.
in a workspace.
Similarly for the XMLSupport problem find the ConfigurationOfXMLSupport package from this repository:
MCHttpRepository
location: '
http://www.squeaksource.com/MetacelloRepository' user: ''
password: ''
and then in a workspace run:
ConfigurationOfXMLSupport load.
Hope this helps
Paul
On Oct 6, 2013, at 7:50 AM, BrunoBB <
[hidden email]> wrote:
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass