How do I get the grails plugin to copy resource files from out to target
Hi
This is a question about the grails plugin for intellij 9
I have some data files that the regular compiler has placed in the out directory
However when I run the grails target, these data files (resources) are not copied over so I end up doing it by hand. Any way to have this work automatically.
I checked for some sort of resource copying dialog like compiler but I did not see anything.
Thanks in advance
请先登录再写评论。
Settings | Compiler | Resource Patterns. Please ensure that your
resource extensions are handled there.