Serge,
Yes you are correct. There are several problems with old versions. I just discussed with
Doru, and basically he says: you should not load stable, you should load development.
So I changed the GlamourOfSeaside config, so it refers to development instead of stable,
and that should do the trick.
Gofer new
url: 'http://www.smalltalkhub.com/mc/Moose/Glamour/main';
package: 'ConfigurationOfGlamourSeaside';
load.
" load only the examples, should work without errors:"
((Smalltalk at: #ConfigurationOfGlamourSeaside) project version: #'development')
load.
" Loads tests also, not that you have to ignore the warning of the missing
HTTPRequest "
((Smalltalk at: #ConfigurationOfGlamourSeaside) project version: #'development')
load: #( 'Examples' 'Tests' ).
"
" Start seaside "
(Smalltalk at: #ZnZincServerAdaptor) startOn: 8080.
Cheers,
Diego
On Apr 19, 2013, at 5:12 PM, Serge Stinckwich wrote:
On Thu, Apr 18, 2013 at 3:34 PM, Diego Lont
<diego.lont(a)delware.nl> wrote:
Serge, Dale,
| Yes, I would like to try, where if the
ConfigurationOfSeaside ?
I probably should have added a load script.
This should work fine.
Gofer new
url: 'http://www.smalltalkhub.com/mc/Moose/Glamour/main';
package: 'ConfigurationOfGlamourSeaside';
load.
Gofer new
url: 'http://squeaksource.com/Seaside30';
package: 'ConfigurationOfSeaside30';
load.
((Smalltalk at: #ConfigurationOfGlamourSeaside) project version: '0.4') load.
When I try to load GlamourSeaside with Pharo 2.0, I have a warning :
This package depends on the following classes:
BlockContext
Regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev