Hi,
I am having trouble setting up Typesafe console for a play framework application and I would like to ask for the community's help.
I have tried to set up a vanilla project using 'play new' and adding the atmos plugin as outlined on the github page, but the console is always blank for both Akka and Play. I think it is expected that Akka stats to be zero but it is weird that Play status page isn't updating.
Thinking I may have done something wrong, I tried the the sample play project from atmos. Specifically, I checked out commit bf270e8a61f3c012835060ebfee57c4be583c10a of the project because I needed to setup console for Play 2.1.4 with sbt 0.12.4.
I modified the project/plugins.sbt to use play 2.1.4 and sbt-atmos 0.3.2 like the Github page suggested and ran the project, again seeing blank Akka and Play stats page in the console. Searching on Google and reading the existing threads didn't point me to anything obvious, especially after I could not even get the sample project going.
I have attached my Build.scala, plugins.scala I modified from the sample project with this thread. I am trying this on OS X Mavericks.
Any help/suggestions would be greatly appreciated.
Paul