pekko/akka-samples/akka-sample-fsm
2012-01-24 09:35:00 +01:00
..
src/main/scala code style touch up of FSM.scala 2012-01-24 09:35:00 +01: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/