You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multi-module build with a Play project in subdirectory "webapp" set as the root SBT project. The packager works with default settings, but when I change the SBT output directory in the "webapp" project with e.g. 'target := file("TESTING")' the native packager plugin stops working. The error I get is:
error java.util.NoSuchElementException: key not found: TESTING/scala-2.10/twirl/main/views/html/summary.template.scala
Is there some way I can configure the plugin to know about the changed output directory?
The text was updated successfully, but these errors were encountered:
I have a multi-module build with a Play project in subdirectory "webapp" set as the root SBT project. The packager works with default settings, but when I change the SBT output directory in the "webapp" project with e.g. 'target := file("TESTING")' the native packager plugin stops working. The error I get is:
error java.util.NoSuchElementException: key not found: TESTING/scala-2.10/twirl/main/views/html/summary.template.scala
Is there some way I can configure the plugin to know about the changed output directory?
The text was updated successfully, but these errors were encountered: