Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@asolntsev

Description

@asolntsev

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 :(

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions