Showing posts with label scala. Show all posts
Showing posts with label scala. Show all posts

Jun 7, 2013

maven scala java mixed project

I develop my product with Java and have test code written by Scala(Specs2). I wanted run test cases on my PC and Jenkins.
I have got some problems and solved by the following pom.xml. It works well. I hope this helps you.

Don't forget add "@RunWith(classOf[JUnitRunner])" to your xxxSpec class.



May 29, 2012

Install Scala on Mac

It's simple if you installed home brew already.
Type the following. That's all. Now you can use Scala. Welcome to Scala world.




$ brew install scala sbt maven giter8