2011/4/20 Tobias Pape <Das.Linux@gmx.de>:
oO the Seaside3-dependency should be there. But it is a basic dependency not dictating any adaptor.
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.
Yes, a dependency is missing. Why not load the complete Seaside?