Scala プラグインで Intellij IDEA を使用する。
Build
->を実行Rebuild Project
すると、次の警告が表示されます。
Output path ProjectRootFolder\project\target\idea-test-classes intersects with a source root. Only files that were created by build will be cleaned.
Output path ProjectRootFolder\project\target\idea-classes intersects with a source root. Only files that were created by build will be cleaned.
プロジェクトは、SBT gen-idea プラグインで生成されました。
Project Structure
警告に記載されている 2 つの出力パスは、 -> Modules
-> ProjectName-build
-> Paths
- >の下のプロジェクトのビルド モジュールの出力パスとテスト出力パスとして設定されますUse module compile output path
。
ProjectName
モジュールとモジュールの両方の [ソース] タブを見ると、とマークされているProjectName-build
場所がないことがわかりました。ProjectRootFolder\project\target
Source