Wednesday, February 3, 2010

Pot of coffee gone, Intellij + Scala + sbt + bash-support plugin = Continuous Unit Testing In The IDE

Got it working, sweet, no more neck strain looking back and forth from the terminal on every error, just their just a quick press away, don't even have to move the mouse and Intellij uses next occurrence to traverse between stacktrace elements in the active console.

Here's the patch for sbt it anyone is interested.
http://gist.github.com/293488

bedtime...

(previous post: http://scalide.blogspot.com/2010/02/trying-to-get-sbt-to-run-in-intellij.html)
(bash-support plugin for intellij http://plugins.intellij.net/plugin/?id=4230)
(mailing list posting http://groups.google.com/group/simple-build-tool/browse_thread/thread/a0cdaccc76c2384a)

Tuesday, February 2, 2010

Trying to get sbt to run in intellij with navigable errors and continuous compiles.

So close, time to brew another pot of coffee, roll up my sleeves, and get to hacking!

http://groups.google.com/group/simple-build-tool/browse_thread/thread/a0cdaccc76c2384a

The dream of a 95% of the way there realtime compilation / unit test runner for scala in intellij is soooo close!