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