Grails target folder doesn't appear to be on application's classpath
- by Kobi
I have a grails project with some additional java source files under src/java folder. When compiling/running the server, the files under that directory get compiled into the project's target folder, together with all other groovy/grails classes. So far so good.
However, when I try to load one of the java source files (from src/java) using…