pekko/akka-samples/akka-sample-fsm
Roland 35b7a9e338 second round of FiniteDuration business, including cluster fixes
- make Scheduler only accept FiniteDuration, which has quite some
  knock-on effects
2012-09-18 09:58:30 +02:00
..
src/main/scala second round of FiniteDuration business, including cluster fixes 2012-09-18 09:58:30 +02:00
README Removed obsolete samples, see #1278 2011-11-30 11:37:42 +01:00

FSM
===

Requirements
------------

To build and run FSM you need [Simple Build Tool][sbt] (sbt).

Running
-------

First time, 'sbt update' to get dependencies, then to run Ants use 'sbt run'.
Here is an example. First type 'sbt' to start SBT interactively, the run 'update' and 'run':
> cd $AKKA_HOME

> % sbt

> > project akka-sample-fsm

> > run

> > Choose 1 or 2 depending on what sample you wish to run

Notice
------

[akka]: http://akka.io
[sbt]: http://code.google.com/p/simple-build-tool/