Scala simple dummy project.

Posted by Lukasz Lew on Stack Overflow See other posts from Stack Overflow or by Lukasz Lew
Published on 2010-05-11T01:03:45Z Indexed on 2010/05/11 1:14 UTC
Read the original article Hit count: 287

Currently my whole work cycle is:

  1. edit foo.scala
  2. fsc foo.scala && scala -cp . FooMain

But my project is getting bigger and I would like to split files, make unit tests, etc. But I'm too lazy for reading sbt documentation and doing whatever needs to be done to get a sbt's "Makefile". Similarly for unit tests (there are so many frameworks, which to choose?)

What would make my day is a simple zipped dummy project with a dummy unit tests using sbt.

Do you know whether such thing exists?

© Stack Overflow or respective owner

Related posts about scala

Related posts about scala-2.8