intelliJ 13 not recognizing external configuration in navigation bar -



intelliJ 13 not recognizing external configuration in navigation bar -

i'm trying set grails application , i've noticed intellij doesn't recognize external configuration file have set up. when looking @ application, did not set up, external configuration display when listing project or project files in intellij's navigation panel on left side. believe have configuration file setup in right location right naming convention. grails looks configuration files in next locations

grails.config.locations = [ "classpath:${appname}-config.properties", "classpath:${appname}-config.groovy", "file:${userhome}/.grails/${appname}-config.properties", "file:${userhome}/.grails/${appname}-config.groovy", "file:${userhome}/.grails/${appname}/${appname}-config.properties", "file:${userhome}/.grails/${appname}/${appname}-config.groovy" ]

i looked @ application.properties file , checked app.name variable. had value of (as example) website. set configuration file such.

<root>\users\<username>\website\website-config.groovy

when open project in intellij , ran application (for measure), not see external configuration file listed in navigation bar other project did. need come in manually?

intellij-idea

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -