sbt Reference Manual sbt is a build tool for Scala, Java, and more. It requires Java 1.8 or later. Install See Installing sbt for the setup instructions. Getting Started To get started, please read the Getting Started Guide. You will save yourself a lot of time if you have the right understanding of the big picture up-front. All documentation may be found via the table of contents included on the
ビルド定義 このページでは、多少の「理論」も含めた sbt のビルド定義 (build definition) と build.sbt の構文を説明する。 sbt 0.13.13 など最近のバージョンをインストール済みで、 sbt の使い方を分かっていて、「始める sbt」の前のページも読んだことを前提とする。 このページでは build.sbt ビルド定義を紹介する。 sbt バージョンの指定 ビルド定義の一部としてビルドに用いる sbt のバージョンを指定する。 これによって異なる sbt ランチャーを持つ複数の人がいても同じプロジェクトを同じようにビルドすることができる。 そのためには、project/build.properties という名前のファイルを作成して以下のように sbt バージョンを指定する: sbt.version=1.9.8 もしも指定されたバージョンがローカルマ
Testing Basics The standard source locations for testing are: Scala sources in src/test/scala/ Java sources in src/test/java/ Resources for the test classpath in src/test/resources/ The resources may be accessed from tests by using the getResource methods of java.lang.Class or java.lang.ClassLoader. The main Scala testing frameworks ( ScalaCheck, ScalaTest, and specs2) provide an implementation of
This page has moved to ../../docs/ja/Multi-Project.html.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く