Hi,

I figured out the problem. When you run that script, you actually load 
"4.4-beta.1 [ConfigurationOfMoose]”

This is because of the mismatch between what loadDevelopment means in Gofer and 
the meaning of the symbolic version in Metacello.

Instead, please use this:

Metacello new
                smalltalkhubUser: 'Moose' project: 'Moose';
                configuration: 'Moose';
                version: #development;
                load.

I also updated the Moose webpage.

Cheers,
Doru


> On Jun 5, 2016, at 8:22 AM, Tudor Girba <tu...@tudorgirba.com> wrote:
> 
> Hi,
> 
>> On Jun 5, 2016, at 7:34 AM, Ben Coman <b...@openinworld.com> wrote:
>> 
>> I wanted to try out Peter's XMI Analyser with Roassal and went to
>> download Moose but had a couple of problems.
>> 
>> First try...
>> In the Launcher under Common Tools, I downloaded and Moose 5.1(stable)
>> fine, but it is Pharo 4, so tried to download Moose 6.0(beta) -- but
>> got a problem - big pause, no progress bars, the later ZipArchive
>> reporting "Error: can't find EOCD position”
> 
> You can download the image as well:
> https://ci.inria.fr/moose/job/moose-6.0/lastSuccessfulBuild/artifact/moose-6.0.zip
> 
> 
>> Second try...
>> The web site advises for Moose 6.0 to download the Moose code in a
>> Pharo 5.0 image per...
>>     Gofer new
>>        smalltalkhubUser: 'Moose' project: 'Moose';
>>        configuration;
>>        loadDevelopment.
> 
> Indeed, this is what the CI job does.
> 
>> Doing that in build 50760 download with the Launcher produced...
>> Could not resolve: Phexample [Phexample-NikoSchwarz.57] in
>> /home/ben/.local/share/Pharo/images/Moose6-50760/package-cache
>> http://www.squeaksource.com/Moose ERROR: 'GoferRepositoryError: Could
>> not access http://www.squeaksource.com/phexample: ZnInvalidUTF8:
>> Illegal leading byte for utf-8 encoding’
> 
> Strange. If you download the Moose image, you get the SmalltalkHub repo:
> MCSmalltalkhubRepository
>       owner: 'Phexample'
>       project: 'Phexample'
>       user: ''
>       password: ''
> 
>> Could someone check if they see the same, or maybe my Internet is flakey atm?
>> (preferably someone who doesn't normally use Moose to avoid package
>> cache differences)
> 
> I am trying right now.
> 
> Doru
> 
>> cheers -ben
>> 
> 
> --
> www.tudorgirba.com
> www.feenk.com
> 
> "Beauty is where we see it."
> 
> 
> 
> 

--
www.tudorgirba.com
www.feenk.com

"Speaking louder won't make the point worthier."


Reply via email to