[ https://issues.apache.org/jira/browse/KAFKA-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816852#comment-15816852 ]
Dhwani Katagade commented on KAFKA-4604: ---------------------------------------- Hi I have tried it with Eclipse since I use Eclipse for an IDE. On a dev list thread Ismael had confirmed that the Intellij setup works just fine. I can believe that since the Intellij model is slightly different. http://mail-archives.apache.org/mod_mbox/kafka-dev/201701.mbox/%3CCAD5tkZa12yGShXbbDXGUgMK7Upo-qQQx4tMn88xjYP%2B5nMfMnA%40mail.gmail.com%3E > Gradle Eclipse plugin creates projects for non project subfolders > ----------------------------------------------------------------- > > Key: KAFKA-4604 > URL: https://issues.apache.org/jira/browse/KAFKA-4604 > Project: Kafka > Issue Type: Bug > Components: build > Affects Versions: 0.11.0.0 > Environment: Tried with Gradle 3.2.1 and Eclipse Neon > Reporter: Dhwani Katagade > Assignee: Dhwani Katagade > Priority: Minor > Labels: build, easyfix, patch > > Running the command *./gradlew eclipse* generates .project and .classpath > files for all projects. But it also generates these files for the root > project folder and the connect subfolder that holds the 4 connector projects > even though these folders are not actual project folders. > The unnecessary connect project is benign, but the unnecessary kafka project > created for the root folder has a side effect. The root folder has a bin > directory that holds some scripts. When a _Clean all projects_ is done in > Eclipse, it cleans up the scripts in the bin directory. These have to be > restored by running *git checkout \-\- <files>*. This same could become a > problem for the connect project as well if tomorrow we place some files under > connect/bin. -- This message was sent by Atlassian JIRA (v6.3.4#6332)