akka-quickstart-scala.g8
akka-quickstart-scala.g8 copied to clipboard
A minimal seed template for an Akka with Scala build
Not a big deal but... The Intellij screenshot at https://developer.lightbend.com/guides/akka-quickstart-scala/intellij-idea.html (source at https://github.com/akka/akka-quickstart-scala.g8/blob/2.6.x/docs/src/main/paradox/intellij-idea.md) shows the "SBT project" as `~/Downloads/hello-akka-scala`. That should probably be `~/Downloads/akka-quickstart-scala` now. 
I am currently working on a [backend component (still WIP)](https://github.com/tagdynamics-org/backend) based on this template that I would like to release under the MIT license. However, I have had trouble finding...
Project Kickstarter homepage will be changed. Please replace the links in the README and in the doc index page to the location of the zipped files. https://developer.lightbend.com/guides/akka-quickstart-scala/ Change this: "Download...
I just downloaded the latest version of this template and I am getting this error when trying to compile the akka quickstart: ``` sbt:akka-quickstart-scala> compile [info] Updating [info] Resolved dependencies...
When running the template you are asked for an organisational name / package path. E.g. com.example. if you change this to something else, the "package" declarations are updated as expected....
Because our scala files are being run through the g8 templating engine now (to set the package name correctly), using `$` signs in the code is now problematic. While the...
Can't get this working. Breaks with the following error. ``` Exiting due to error in the template File: /var/....../src/main/g8/build.sbt, context [anonymous] 9:14 internal error: org.stringtemplate.v4.compiler.STException: context [anonymous] 9:14 attribute name...