Hi,
As mentioned before, the build from here loads Moose in a fresh Pharo 2.0 several times a
day:
https://ci.inria.fr/moose/job/moose-latest-dev-4.8/
You can use this in your configuration:
spec project: 'Moose' with: [
spec
className: 'ConfigurationOfMoose';
file: 'ConfigurationOfMoose';
version: #development;
repository: 'http://www.smalltalkhub.com/mc/Moose/Moose/main' ].
Alternatively, if you do not want to load everything, you can say:
spec project: 'Moose' with: [
spec
className: 'ConfigurationOfMoose';
file: 'ConfigurationOfMoose';
version: #development;
loads: #('Core' );
repository: 'http://www.smalltalkhub.com/mc/Moose/Moose/main' ].
But, you could also simply start from a Moose image directly. Just download it from the
build server.
Cheers,
Doru
On May 21, 2013, at 9:24 PM, roberto.minelli(a)usi.ch wrote:
Hi,
It's me again. Sorry for bothering you but I'm not able to load Moose from my
ConfigurationOf in a fresh 2.0 imageā¦
I tried every possible version: minimal, stable, default, and development but it does not
load correctly.
Either I got a..
- SmallInteger>>#add: error which leads me to
https://pharo.fogbugz.com/f/cases/10395/ but I cannot understand the fix.
- With development (or default) I got a SmallInteger(Object)>>doesNotUnderstand:
#isEmpty.
- Some missing dependencies with BlockContext
I'm wondering if someone can please take a fresh Pharo 2.0 image and try to load
Moose (stable, default, or whatever)
using the Configuration and kindly tell me how to set up my configuration to load it.
FYI I'm loading Moose by doing the following in my configuration of:
spec
project: 'Moose' with: [
spec
className: 'ConfigurationOfMoose';
loads: #('default');
file: 'ConfigurationOfMoose';
repository: 'http://smalltalkhub.com/mc/Moose/Moose/main' ]
Then I tried to replace #loads: with #versionString: and change the version string but I
had no luck.
Thanks in advance,
Roberto Minelli
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"What we can governs what we wish."