2011/4/20 Tobias Pape <das.li...@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?

Reply via email to