I am working on a project using Groovy and Gaelyk. I want to organize my files in different folders inside of /src/main/WEB-INF/groovy
.
It works when I put all files in the same folder, but not when I put them into different folders. Maybe changing the build config?
Any ideas?
When you put
.groovy
files in different directories you need to include thepackage
declaration in the.groovy
to match the directory structure.