Hi everyone
I just published Version 6.393 on google code:
http://code.google.com/p/bbvcommon/downloads/list
It is strongly recommended to update if you use the state machine with
guards with the following syntax:
machine.In(SomeState).On(SomeEvent)
.If(SomeContraint).Goto(Destination)
.Otherwise().Goto(OtherDestination)
In prior versions with this syntax, there is a defect that only the
Otherwise transition is set.
Happy coding
Urs