Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Dale Henrichs
On Apr 20, 2011, at 7:18 AM, Tobias Pape wrote: > > Am 2011-04-20 um 15:33 schrieb Germán Arduino: > >> 2011/4/20 Tobias Pape : >>> >>> >>> 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: >

Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Germán Arduino
2011/4/20 Tobias Pape : > > Am 2011-04-20 um 15:33 schrieb Germán Arduino: > >> 2011/4/20 Tobias Pape : >>> >>> >>> 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 speci

Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Tobias Pape
Am 2011-04-20 um 16:32 schrieb Dale Henrichs: > > 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

Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Dale Henrichs
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: [ >

Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Tobias Pape
Am 2011-04-20 um 15:49 schrieb Torsten Bergmann: >> 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

Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Tobias Pape
Am 2011-04-20 um 15:44 schrieb Germán Arduino: > 2011/4/20 Tobias Pape : >> >> Am 2011-04-20 um 14:19 schrieb Torsten Bergmann: >> >>> Hi Tobias, >>> >>> looks like it is basically working. I used a clean Pharo 1.2.1, then loaded >>> Seaside >>> >>> Gofer new >>> squeaksource:

Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Tobias Pape
Am 2011-04-20 um 15:33 schrieb Germán Arduino: > 2011/4/20 Tobias Pape : >> >> >> 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 v

[Pharo-project] SqueakSource 3

2011-04-20 Thread Torsten Bergmann
>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

Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Germán Arduino
2011/4/20 Tobias Pape : > > Am 2011-04-20 um 14:19 schrieb Torsten Bergmann: > >> Hi Tobias, >> >> looks like it is basically working. I used a clean Pharo 1.2.1, then loaded >> Seaside >> >> Gofer new >>               squeaksource: 'MetacelloRepository'; >>               package: 'ConfigurationOf

Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Germán Arduino
2011/4/20 Tobias Pape : > > > 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

Re: [Pharo-project] SqueakSource 3

2011-04-20 Thread Tobias Pape
Am 2011-04-20 um 14:19 schrieb Torsten Bergmann: > Hi Tobias, > > looks like it is basically working. I used a clean Pharo 1.2.1, then loaded > Seaside > > Gofer new > squeaksource: 'MetacelloRepository'; > package: 'ConfigurationOfSeaside30'; > load. >

[Pharo-project] SqueakSource 3

2011-04-20 Thread Torsten Bergmann
Hi Tobias, looks like it is basically working. I used a clean Pharo 1.2.1, then loaded Seaside Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load. ((Smalltalk at: #ConfigurationOfSeaside30) project la