Hi, I'm having difficulty using the eclipse plugin with my multi-project build. I'm not sure what the intended usage is in this scenario, but I'd like there to be only a single Eclipse project that encompasses all of my gradle sub-projects. Firstly, I had to apply the java plugin to my base project to get the eclipse plugin to generate any .classpath file at all. I don't really want the java plugin on my base project because there's no source code there (it's all in the subdirectories), so it's weird that it's now doing all the build steps and creating an empty jar for my base project. More importantly, I cannot figure out how to get all the dependencies from my subprojects to show up in the .classpath file. Any pointers?
Thanks in advance, Ben -- View this message in context: http://gradle.1045684.n5.nabble.com/How-to-use-the-Eclipse-plugin-with-a-multi-project-build-tp3370505p3370505.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
