[GRADLE-2200] Cycle detected when setting up gradle's own source in eclipse Created: 28/Mar/12 Updated: 10/Feb/17 Resolved: 10/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Description |
I did a 'git pull' on the gradle source, ran './gradlew cleanEclipse eclipse' and then imported all the items in subprojects into eclipse. Eclipse hangs for a long time in "refreshing workspace", but eventually finishes with many errors like this one. Is the a problem with viewing/editing gradle's source code in eclipse, or a problem with the eclipse plugin? Description Resource Path Location Type core Build path Build Path Problem ./gradlew --version ------------------------------------------------------------ Gradle build time: Tuesday, March 13, 2012 4:10:09 PM UTC |
Comments |
Comment by Gradle Forums [ 28/Mar/12 ] |
It's a problem with mapping Gradle's view of the world to Eclipse's view of the world. Dependencies are much more coarse grained in Eclipse than in Gradle,which is why you can have cycles in Eclipse when there are none in Gradle. One potential solution is to map the multi-project Gradle build to a single Eclipse project, but the Gradle Eclipse plugin isn't currently flexible enough to do this. We hope to fix this some day. Until then, the IDE of choice for working on the Gradle project is IntelliJ IDEA (which is what Gradle committers use). |
Comment by Szczepan Faber [ 23/May/12 ] |
In order to resolve the problem you can configure eclipse to treat project dependency cycles as 'warnings'. You can do it in Eclipse via: Window > Preferences > Java > Compiler > Building > Build path problems > Circular dependencies = Warning. |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 10/Feb/17 ] |
Thanks again for reporting this issue. We haven't heard back from you after our inquiry from November 15th. We are closing this issue now. Please create an issue on GitHub if you still feel passionate about getting it resolved. |