私の Play/SBT プロジェクトは、ソース形式で配布され、Ant または Maven でビルドできるサードパーティの Java ライブラリに依存する必要があります。そのルート ディレクトリにはpom.xml
とが含まれていbuild.xml
ます。
このライブラリを git サブモジュールとして追加し、SBT でサブプロジェクトとしてビルドすることを考えています。追加してみました
externalPom(baseDirectory(_ / "pathToLibrary" / "pom.xml"))
ビルド設定に追加しましたが、次のコンパイラ エラーが発生しました。
[info] Compiling 32 Scala sources and 5 Java sources to /home/thesamet/project]
[error] (compile:compile) scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found.
[error] Total time: 1 s, completed Aug 23, 2013 11:46:20 AM