Hi,
I am currently porting my development environment from Windows to Linux.
Under Linux, I noticed a "No class found" compilation error related to my classes in the directory <PROJECT_HOME>/src/groovy
. Under windows, it works fine.
Is this "src/groovy" directory included in the CLASSPATH
when running "grails run-app" ? Why does it behave differently under Windows and under Linux? (GRAILS_HOME
and GROOVY_HOME
are defined in both environments)
Is there a way to display the current CLASSPATH in the logs?
And most important, how do I solve my problem? (except by setting the global CLASSPATH=<PROJECT_HOME>/src/groovy
)
Thank you for your help,
Regards,
Fabien.