It's an Eclipse limitation, and our plugin doesn't try to work around it. A few potential solutions:
1. Import all projects individually, including the root project. Without further configuration, the root project will contain all files of the other projects though. 2. Switch to a flat directory layout where the root project is in a sibling directory of the other projects. This is very common in the Eclipse world. 3. Use the STS Gradle plugin, which has great support for builds with hierarchical layout. -- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw -- View this message in context: http://gradle.1045684.n5.nabble.com/Importing-multi-module-project-into-eclipse-tp5548637p5548805.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
