Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
scala/java プロジェクトで sbt を使用して 1 つの jar ファイルを構築しようとしています。log4J 構成ファイルを除いて、すべてのプロジェクトが正しくビルドおよびパッケージ化されています。
最終的なjarのクラスパスに含める方法が見つかりませんでした。
ファイルに追加しようとしunmanagedBaseましたが、build.sbt成功しませんでした。
unmanagedBase
build.sbt
どうやってやるの ?
ファイルをに配置すると機能するはずですsrc/main/resources。
src/main/resources