Philip Crotwell wrote:
Hi Is there a reason that EclipseProject is in gradle-core instead of gradle-plugins?
We're halfway through splitting up gradle-core, and there's still some stuff left in gradle-core which belongs in gradle-plugins.
This means that EclipseProject can't refer to EclipsePlugin due to the compile order of the subprojects.
Generally, our tasks don't refer to the plugins. The dependency usually goes the other way. So, it shouldn't matter that EclipseProject is in gradle-core.
-- Adam Murdoch Gradle Developer http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
