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

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -