pekko/akka-samples/akka-sample-hello
2011-11-30 11:37:42 +01:00
..
src/main/scala/sample/hello Removed obsolete samples, see #1278 2011-11-30 11:37:42 +01:00
README Removed obsolete samples, see #1278 2011-11-30 11:37:42 +01:00

HELLO
=====

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-hello

> > run

Notice
------

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