Undefined path variable mystery
When opening one of my projects in IDEA 10 I get a "Load error: undefined path variables!" message. It is complaining about USER_HOME_GRAILS; USER_HOME_GRIFFON being undefined. If I click the Fix It link I see them in the Path Variables dialog. I deleted both of them, then re-opened the project and I get the same error.
I am not even sure why they are there. I did not enable the Grails plug-in. How can I permanently get rid of them? Thanks,
-Noah
Please sign in to leave a comment.
Please see:
http://devnet.jetbrains.net/message/5264522
http://youtrack.jetbrains.net/issue/IDEA-54194
Thanks. I am not sure if this is the best solution but as a work around with IDEA 10.0.1 I added those to the IGNORED VARIABLES section and I no longer get the error when I open the project.
-Noah