2010/1/10 Miguel Enrique Cob� Martinez
<miguel.coba@gmail.com>
El dom, 10-01-2010 a las 00:08 +0100, Matthias Berth
escribi�:
> Hi Bill,
>
> this one works for me with the current
pharo core 1.0 rc1, update upto 10505
>
> "execute
this:"
> Gofer new
> squeaksource:
'Loader';
> package: 'Loader';
>
load.
> "then this"
> Loader new
load: 'Pharo' version: '1.0-rc2.10505'.
> "then this"
> Loader
new
> load: 'Seaside28' version:
'2.8.4.2'
>
> The "Loader new load: 'Pharo' version:
'1.0-rc2.10505'." loads a lot
> of additional pharo packages. I guess
you won't need that just to get
> seaside
working.
>
But isn't the loader alpha yet?
Maybe even before. Hoever, it does not make sense. Loader is
just a simplifier API to metacello. If Loader works with Seaside2.8,
ConfigurationOfSeaside28 MUST work too.
I mean, I am really expecting for Esteban to release
it because is more
concise to write commands, but the issue here is the
testing of the 1.0
release of pharo with the current available/stable
tools, that is,
monticello, gofer and metacello.
Yes, please. Let's try to use this tools first. When we are stable
enough we start with another ones.
Cheers
Mariano
Cheers
--