Don Murphy
- 活动总数 54
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 19
-
创建于 MappingNotFoundException when running queries in Hibernate Console
I'm trying to run HQL queries in the Hibernate Console. I've added the datasource to the Data Sources view and added my hibernate.cfg.xml to the Hibernate facet such that in appears in the Persiste... -
创建于 setup Grails project with in-place plugins
I have the following directory structure --my-app | |--main-app | |--plugins | |--plugin1 | |--plugin2 In grails-app/conf/BuildConfig I've added the necessary configura... -
创建于 setup Grails project with in-place plugins
I have the following directory structure --myApp | |--main-app | |--plugins | |--plugin1 | |--plugin2 In grails-app/conf/BuildConfig I've added the necessary configurat... -
创建于 setup Grails project with in-place plugins
I have the following directory structure --myApp | |--main-app | |--plugins | |--plugin1 | |--plugin2 In grails-app/conf/BuildConfig I've added the necessary configurat... -
创建于 disable maven auto import
已回答I enabled Maven auto-import - every time I edit . pom.xml Maven automatically updates the project. I now want to disable this, is it possible?Thanks, in advance,Don -
创建于 Maven integration
Hi,I imported a Maven project into IntelliJ, but it seems like it's ignoring the <configuration> specified for the surefire plugin <plugin> <groupId>org.apache.maven.plugi... -
创建于 Grails integration tests
Hi,Within the Grails view, If I right-click on MyIntegrationTest.groovy and run it individually (by choosing "MyIntegration..." from the right-click menu) the tests therein pass. The tests in this ... -
创建于 accurev intellij plugin
Hi,I'm trying to integrate the Accurev VCS into Intellij 10.0.2. I've tried using both the Accurev and accurev4idea plugins, but they both cause exceptions when the IDE starts up.Has anyone had a... -
创建于 customise search locations
Hi,When I press (Ctrl + N) or (Ctrl + Shift + N) in IDEA and type something, the IDE searches for classes or files that match the entered text. By default it seems to search all files in the curren... -
创建于 suppress JavaDoc error
Hi,The following JavaDoc comment: /** dependency injection for {@link GrailsFilterInvocationDefinition} */is generating an error: "Cannot resolve symbol 'GrailsFilterInvocationDefinition'"The co...