groovy - Wrong paths in grails.xml in generated war -
i have issue when trying deploy .war or when try run grails run-war
seems resources in grails.xml generated incorrectly.
normally resource declared follows:
<resource>bootstrap</resource>
but in .war looks like:
<resource>grails-app.conf.bootstrap</resource>
has found same problem , if how did solved it?
as jeff pointed out problem due folder structure root directory being detected 2 levels down, this: /project/grails-app/project/
Comments
Post a Comment