Hi,
Nicolas Paez tried to load Moose in a PharoCore.
But SmalltalkImporter depends on RB.
I think we should load RB in loadDefault.
Cheers,
Jannik
Begin forwarded message:
From: Nicolas Paez <nicopaez(a)gmail.com>
Date: August 27, 2010 10:16:50 GMT+02:00
To: lsehub-staff(a)lists.gforge.inria.fr
Subject: [Lsehub-staff] Moose installation issue
Reply-To: notre liste <lsehub-staff(a)lists.gforge.inria.fr>
Hi,
Summary
Pharo image: PharoCore-1.1-11411
VM: Squeak4.1.1.exe
Moose: Loaded using Gofer script available in SqueakSource.
Issue: it fails when trying to general a Smalltalk model
Details
This morning I have started by taking a clean PharoCore-1.1 image and launching the
installation of Moose using the following command:
Gofer new
squeaksource: 'Moose';
package: 'ConfigurationOfMoose';
load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault
After some minutes the installation started I got the following warning message. It seems
that Moose depends on the Refactoring Browser that is not present in the image.
I proceeded with the process and it finished I try to create a Smalltalk Model including
the following packages:
Kernel
System-Support
Compiler
Collections
When the model generation started I get the following error (the SmalltalkMethodVisitor
class is not present in the image):
Regards,
Nicolás
_______________________________________________
Lsehub-staff mailing list
Lsehub-staff(a)lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/lsehub-staff
---
Jannik Laval