Though just
project: 'Pier' copyFrom: 'Seaside' with: [ spec className: 'ConfigurationOfPier2'; loads: #('Core'); file: 'ConfigurationOfPier2'; repository: 'http://smalltalkhub.com/mc/Pier/Pier2/main' ];
ought to be enough. Your copyFrom: only sets the version.
Stephan
To be clear,
This means: project: 'Pier' with: [ spec className: 'ConfigurationOfPier2'; loads: #('Core'); versionString: #stable; file: 'ConfigurationOfPier2'; repository: 'http://smalltalkhub.com/mc/Pier/Pier2/main' ];
Since Pier refers to (the correct version of) Magritte and Seaside, and Seaside and Magritte refer to (the correct version of) Grease. So no direct reference to Grease, Magritte or Seaside is needed.
On Sep 26, 2013, at 1:58 PM, Stephan Eggermont wrote:
Though just
project: 'Pier' copyFrom: 'Seaside' with: [ spec className: 'ConfigurationOfPier2'; loads: #('Core'); file: 'ConfigurationOfPier2'; repository: 'http://smalltalkhub.com/mc/Pier/Pier2/main' ];
ought to be enough. Your copyFrom: only sets the version.
Stephan _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev