RSS

================================================================================

Before Today

================================================================================

If I was crying
In the van, with my friend
It was for freedom
From myself and from the land

================================================================================

06/05/2010 21:02:52

Scala | sbt

http://code.google.com/p/simple-build-tool/

$ cd ~/bin
$ wget http://simple-build-tool.googlecode.com/files/sbt-launch-0.7.4.jar
$ touch sbt && chmod u+x ~/bin/sbt && vi sbt

#!/bin/sh
java -Xmx256M -jar `dirname $0`/sbt-launch-0.7.4.jar "$@" 

$ sbt
Project does not exist, create new project? (y/N/s) 

--------------------------------------------------------------------------------

 

================================================================================

Designed: Robert Boylan
Powered: Tumblr