spring-attic / eclipse-integration-gradle

Gradle Tooling for Eclipse
Eclipse Public License 1.0
298 stars 108 forks source link

":..:DependentProject" not supported in settings.gradle #90

Closed thomasnield closed 9 years ago

thomasnield commented 9 years ago

It seems Eclipse does not like the settings.gradle file using ".." in project dependency paths. It works fine on the command line and IDEA, but Eclipse throws an error that seems to misinterpret the ".." as a literal folder, not a relative one. I really need this to work for my Gradle setup.

Here is my StackOverflow post detailing the issue. http://stackoverflow.com/questions/29990536/gradle-and-eclipse-dependentproject-not-supported-in-settings-gradle

kdvolder commented 9 years ago

Duplicate of https://issuetracker.springsource.com/browse/STS-4114