April 20, 2011
2:32 p.m.
On Apr 20, 2011, at 6:27 AM, Tobias Pape wrote:
To Dale or whoever is capable of this:
How shall I specify 'I want a working Seaside of version X' in my metacello Config?
Aparently, doing
spec package: 'SqueakSource-Core' with: [ spec requires: #( "â¦" 'Seaside Extras' "â¦" )]; project: 'Seaside Extras' with: [ spec className: 'ConfigurationOfSeaside30'; loads: #('Seaside-Email' 'RSS-Core'); file: 'ConfigurationOfSeaside30'; versionString: '3.0.4'; repository: 'http://www.squeaksource.com/MetacelloRepository'];
does not suffice.
When you "does not suffice", what is it that is not sufficient and what is your goal? Dale