compilation - Scala (SBT) compile error: separate output paths (production, tests) -
i have same compile error on intellij , eclipse scala:
"error:scalac: output path c:\workspaces\scalaprogfun\forcomp\bin shared between: module 'progfun-forcomp' production, module 'progfun-forcomp' tests please configure separate output paths proceed compilation. tip: can use project artifacts combine compiled classes if needed."
can me this, please? have no idea how sbt works!
this error happens on project: http://spark-public.s3.amazonaws.com/progfun/assignments/forcomp.zip
in intellijidea can try use file -> project structure -> modules -> project -> paths specify different paths test , output (if have more 1 module - can try specify unique paths every module)
Comments
Post a Comment