Steps to reproduce the problem:
- Add this line to application.conf:
play.plugins.descriptor=conf/play.plugins
- 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 :(