Dierk Koenig

- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Dierk Koenig created a post, "Clojure classes are not attached to module"
Hi,when trying to run any clojure code I get the above message.I added the clojure 1.0 jar as a global library - to no avail.I tried both with diana 8.1.3 and the latest maia (10597).any ideas?Dierk -
Dierk Koenig created a post, Bug report: error marker when Java class extends a Groovy class
Hi,since 8.1 build #9732 I get an error marker on my Java class that extends any arbitrary Groovy class saying:"should be declared abstract or implement getMetaClass()".IIRC, this was all fine in 8... -
Dierk Koenig created a post, Grails starter configuration destroyed on Project Save
Hi,since version 8, build #9013 (on Mac, if that makes a difference), my Grails starter config getsmangled whenever the project is saved.My original starter config is:<configuration default="false"... -
Dierk Koenig created a post, Domain Class Dependency diagram: erroneous 1..1 labelling
Hi,the domain class dependency diagrams show 1..1 labels, where there is actually a *..1 relation.For examples and general discussion see http://jira.codehaus.org/browse/GRAILS-3376,which points to... -
-
-
-
Dierk Koenig created a post, feature request: warn when type becomes unknown after refactoring
Types can either be known (declared or inferred) or unknown, in which case IDEA marks them underlined. That is great!Some refactorings like renaming and such can lead to the situation that a refere... -
-
Dierk Koenig created a post, Feature request: allow execution of a single functional grails test
In Grails, I can execute a single functional test like org.me.MyDomainTests.groovy by calling grails test-app MyDomainHowever, the Grails test integration in IDEA doesn't support that extra paramet...