Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packager fails when using a changed target directory #289

Closed
craigwblake opened this issue Jul 10, 2014 · 2 comments
Closed

Packager fails when using a changed target directory #289

craigwblake opened this issue Jul 10, 2014 · 2 comments
Labels

Comments

@craigwblake
Copy link

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?

@muuki88 muuki88 added the bug label Jul 10, 2014
@muuki88
Copy link
Contributor

muuki88 commented Jul 10, 2014

Sounds interesting. Can you give a bit more details:

  • What commands are you executing, e.g. sbt clean debian:packageBin
  • What version of play are you using
  • A minimal sample project to reproduce the error would be awesome

@craigwblake
Copy link
Author

Will put together a sample project as soon as I can and update here.

@muuki88 muuki88 closed this as completed Feb 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants