On Mon, May 9, 2011 at 11:46 AM, Benjamin
<benjamin.vanryseghem.pharo@gmail.com> wrote:
On May 7, 2011, at 10:46 PM, Mariano Martinez Peck wrote:
I took the latest PharoCore 1.3 and evaluated:
Gofer new
squeaksource: 'Nautilus';
package: 'ConfigurationOfNautilus';
load.
ConfigurationOfNautilus project lastVersion load
But it says
This package depends on the following classes:
SystemAnnouncer
You must resolve these dependencies before you will be able to load these definitions:
GroupAnnouncer
Select Proceed to continue, or close this window to cancel the operation.
Then
after in the load, I have a DNU in MCWorkingCopy >> modified:
aBooleanm, because MonticelloAnnouncer is nil (not defined)
So....how I am supposed to load Nautilus?
Nautilus is based on RPackage so:
- dl PharoCore 1.3 from Hudson
- load RPackage 3.0
- load Nautilus (stable or default, should be the same)
But the idea is that it works outside your pc ;)
So...if Nautilus is based on RPackage, then you must add it to ConfigurationOfNautilus as a depdeny. Otherwise, I cannot guess that you need RPackage. If fact, I didn'tknow until now.
I don't know where RPackage is, nor which group should I load.
:)