On 2010-01-09 20:21:19 -0300, Miguel Enrique Cobá Martinez
<[email protected]> said:
> 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?
>
> 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.
>
> Cheers
Yes it is alpha... but just because the lack of testing and
documentation (and some complex functionality). I sent a script to
Matthias I was using to prepare an image for something private... and
at the same time test a little the loader package.
I think is very usable now, but as I said, It lacks a lot of testing
and documentation, but you can tryit if you want, a little early
feedback can be very useful ;)
The package has been refactored following Stef suggestions, now you
should do something like this:
Gofer new
squeaksource: 'Loader':
package: 'GoferProjectLoader';
load.
Gofer project
load: 'Seaside28' version: '2.8.4.2'.
Cheers,
Esteban
pd: and now I'm going to prepare my backpack and go out on vacations,
or my girlfriend will kill me :P
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project