k4200 / lifthub

Lifthub
3 stars 0 forks source link

'sbt' inside projects are used. #18

Closed k4200 closed 13 years ago

k4200 commented 13 years ago

When doing 'sbt update' or 'sbt package', 'sbt' inside the project, which you could put any command, is used.

k4200 commented 13 years ago

Created own version of 'sbt' in ~lifthub/bin/sbt The content is the following. java -Dsbt.log.noformat=true -Xmx512M -Xss2M -XX:+CMSClassUnloadingEnabled -jar dirname $0/sbt-launcher.jar "$@"