Details
-
Type:
Bug
-
Status:
Resolved
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 1.0
Description
Run `gradle eclipse` against the latest gradle sources.
Notice that a .classpath and .project file are created in the root directory.
Notice also that .classpath and .project files are created for each project in the 'subprojects' directory.
Upon trying to import gradle projects into Eclipse, the top-level .project file 'hides' the nested project files.
The user is forced to remove the root .classpath and .project manually.
They are unnecessary and should not ever be created.
I'm not sure. In case of Gradle you can avoid your issue by importing with subprojects as root. Additionally you can tweak Eclipse to accept a hierarchical layout in which case you would need the top level eclipse files.