Login  Register

Trying DynaCASE in Pharo 5

Posted by hernanmd on Sep 22, 2015; 11:24pm
URL: https://forum.world.st/Trying-DynaCASE-in-Pharo-5-tp4851593.html

Hello,

I'm trying DynaCASE modeling platform in latest Pharo 5 installing with the following script:

Metacello new
    baseline: 'DynaCASE';
    repository: 'github://dynacase/dynacase/repository';
    load.

When I click both

DC Finite State Machine -> FSM Example Divisibility
DC Finite State Machine -> FSM Example Decimal

I get

MessageNotUnderstood: receiver of "handlesAnnouncement:" is nil

So my question is how should I install DynaCASE to get a functional version?

Cheers,

Hernán