Closed GoogleCodeExporter closed 8 years ago
Hi
Can you attach sample project showing this bug or at least log file from "mvn
play2:run -X" execution?
Answering your last question, if yo have "project" subdirectory with all
required SBT project files and/or "build.sbt" file you can run Play/SBT
commands. With proper "pom.xml" you can run Maven build. You can have both
builds in one project, but they will not share any logic, Maven resolves
dependencies defined in "pom.xml" file and SBT - "libraryDependencies" defined
in "build.sbt", "project/Build.scala" (or any other file being a part of SBT
build).
Original comment by gslowiko...@gmail.com
on 20 May 2014 at 5:23
Hi,
I resolved the problem ! The depnedncy scope of logback was set to 'test', so
it was not included to the classpath of play run.
Thank you for your reply.
Original comment by hamouche...@gmail.com
on 21 May 2014 at 1:05
Original comment by gslowiko...@gmail.com
on 21 May 2014 at 1:43
Original issue reported on code.google.com by
hamouche...@gmail.com
on 20 May 2014 at 4:49