intellij idea - Grails - IntelliJIdea9 Strange problem with packages -


I have a problem with a project checked on the job.

I have a class called GridBuilder , which is com.ent.proj.utils.grid

  The package is located in a package named com.ent.proj. Utils.grid import grails.orm.HibernateCriteriaBuilder Import org.hibernate.criterion.Criterion import org.hibernate.Criteria class GridBuilder {}  

In the package declaration the word grid red, and read The symbol grid can not be resolved

This directory structure is:

  grailsapp-- utils --- com --- ent-- - progs --- utilities --- grid --- gridbinder Groovy  

I am using IntelliJ Idea 9 as an INE

Any thoughts?

Thanks in advance

update

I see this file in the project view, but not in Grails view.

> Runs from the command line $ grails run-ap , and could the app start properly that its an IntelliJIdea issue?

"post-text" itemprop = "text">

Did you declare Grails-app / utils as a source folder in 'Project Structure' module?


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -