seratch's weblog in Japanese

About Scala, Java and Ruby programming in Japaense. If you need English information, go to http://blog.seratch.net/

2011-02-16から1日間の記事一覧

sbt 0.7.xの使い方

成果物 https://github.com/seratch/scala-hatena-diary/commit/37efe97978b0a8be3a083e7680f794b920f43e6e 手順 http://code.google.com/p/simple-build-tool/downloads/list sbt-launch-X.X.X.jarをダウンロードして「sbt-launch.jar」にリネームしておき…

ScalaのMavenプロジェクト

成果物 https://github.com/seratch/scala-hatena-diary/commit/d5ce96427da61f634ccea1ab4be37de196c23027 手順 この手順にはJDK*1、Maven*2が必要です。 準備が終わったら、早速プロジェクトの雛形をつくってみます。groupId、artifactIdは任意です。 mvn …