[GRADLE-1197] running "gradle idea" on gradle project itself throws groovy.lang.MissingPropertyException Created: 29/Oct/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-3 |
Type: | Bug | ||
Reporter: | René Gröschke (Inactive) | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 1 |
Description |
running "gradle idea" in the root of the gradle project throws the following exception message: Caused by: groovy.lang.MissingPropertyException: No such property: component for class: org.gradle.api.internal.XmlTransformer$XmlProviderImpl |
Comments |
Comment by René Gröschke (Inactive) [ 30/Oct/10 ] |
I've send you a pull request with the patched build.gradle file see http://github.com/gradle/gradle/pull/4 regards, |
Comment by Tomek Kaczanowski [ 04/Nov/10 ] |
Works with the latest trunk, "gradle idea" finished without problems. |
Comment by Adam Murdoch [ 04/Nov/10 ] |
Applied. Thank you for the patch. |