Reputation: 85
I have created a Griffon project in Intellij Idea 13. Griffon version is 1.5.0. In the whole project I can see many keywords which are underlined. When I move the cursor on underlined word following text appear as warning "Cannot resolve symbol". When I run the application it works fine. Please help me to resolve this error. See images below for details.
Upvotes: 0
Views: 132
Reputation: 85
The problem occurs by creating project in Intellij Idea. I performed following steps and my problem was solved.
Upvotes: 0
Reputation: 3281
Dependencies for Griffon projects in IntelliJ are not resolved correctly. This is a known limitation of the IntelliJ Griffon plugin. In order to have dependencies resolved correctly you must do the following:
You must perform these steps every time you update dependencies in griffon-app/conf/BuildConfig.groovy
or installing/uninstalling a plugin.
Upvotes: 1