Hi, We typically load development on the CI server:
REPO=http://www.smalltalkhub.com/mc/Moose/Moose/main ./pharo $JOB_NAME.image config $REPO ConfigurationOfMoose --install=development But, I think you are doing something else other than loading the code, and I think the problem is that at least in the version that we load, Grease defines its own package implementation which conflicts with RPackage. Could you confirm? Cheers, Doru On Sep 16, 2013, at 8:51 PM, Camillo Bruni <[email protected]> wrote: > I'm trying to fix the VM acceptance test. I currently have troubles loading > moose. > What is the standard location of the configuration for Pharo 2.0? > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > + ./pharo ./Pharo.image config http://www.smalltalkhub.com/mc/Moose/Moose/main > ConfigurationOfMoose --install=stable > > > =============================================================================== > Notice: Installing ConfigurationOfMoose stable > =============================================================================== > > ==== Startup Error: GRError: 'Grease-Tests-Pharo-Core' depends on unknown > package 'Grease-Pharo-Core' > > GRPackage class(GRObject class)>>error: > GRPackage(GRObject)>>error: > GRPackage>>resolveWith: in Block: [self error: self name printString , ' > depends on ...etc... > Dictionary>>at:ifAbsent: > GRPackage>>resolveWith: in Block: [:each | aDictionary... > OrderedCollection>>collect: > GRPackage>>resolveWith: > GRPackage class>>packages in Block: [:each | each resolveWith: packages] > ... > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > -- www.tudorgirba.com "Every now and then stop and ask yourself if the war you're fighting is the right one."
