Skip to content
New issue

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

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

Already on GitHub? # to your account

Play should search play.plugins descriptor in application path #1162

Closed
asolntsev opened this issue Jun 4, 2017 · 1 comment
Closed

Play should search play.plugins descriptor in application path #1162

asolntsev opened this issue Jun 4, 2017 · 1 comment
Assignees
Milestone

Comments

@asolntsev
Copy link
Contributor

Steps to reproduce the problem:

  1. Add this line to application.conf: play.plugins.descriptor=conf/play.plugins
  2. Run application from another directory: cd /tmp && play start ~/hello

Expected result:

  • Play finds the file conf/play.plugins from the application

Actual result:

  • Play tries to find file in current folder: /tmp/conf/play.plugins and fails to start :(
@asolntsev
Copy link
Contributor Author

Fixed by #1161

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant