Closed GoogleCodeExporter closed 9 years ago
Plugin does not use Play.readConfiguration() method, it has it's own
configuration reader which does not support includes. I will fix it ASAP.
Original comment by gslowiko...@gmail.com
on 18 Oct 2013 at 2:44
Something to read:
https://groups.google.com/forum/#!topic/play-framework/pHBwp1WGVwo
http://jimmenard.blogspot.com/2010/07/play-framework-configuration.html
http://play.lighthouseapp.com/projects/57987/tickets/1472-better-handling-of-inc
lude-in-python-parsing-of-applicationconf
From the first link: "This feature is not yet documented because it is not
ready"
Original comment by gslowiko...@gmail.com
on 18 Oct 2013 at 3:11
Thank you, I have been converted to maven resource filter, no longer need to
"@include"
Original comment by che...@gmail.com
on 28 Oct 2013 at 2:18
Python version of configuration parser ("PlayConfParser" class in
"framework/pym/play/application.py" file) behaves very differently from the
Java one ("play.Play.readConfiguration()" method). It does even not retain
inclusions order.
I wanted to emulate this parser, but it did not make sense, so I copied Java
version of the parser (with slightly modified exception handling):
http://code.google.com/p/maven-play-plugin/source/detail?r=11736
Original comment by gslowiko...@gmail.com
on 27 Dec 2013 at 4:02
New 1.0.0-beta7-SNAPSHOT deployed.
Original comment by gslowiko...@gmail.com
on 27 Dec 2013 at 4:05
Original issue reported on code.google.com by
che...@gmail.com
on 18 Oct 2013 at 7:24