>How shall I specify 'I want a working Seaside of version X'
>in my metacello Config?

Have a look at ConfigurationOfExternalWebbrowser in 
squeaksource/MetacelloRepository for an example.

This one requires the FFI project.

You add the project in the baseline 


  spec
        project: 'FFI' with: [
           spec
                className: 'ConfigurationOfFFI';
                file: 'ConfigurationOfFFI';                                     
 
                repository: 'http://www.squeaksource.com/MetacelloRepository'].

and set the version in your version method:

spec 
                        project: 'FFI' with: '1.3'.      

Bye
T.
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply via email to