On May 19, 2009, at 9:56 PM, Jeppe Nejsum Madsen wrote:
Hi I'm using the eclipse task to generate an Eclipse project. While it works fine, I was wondering if the following is possible or planned. Maven does seem to get something right in this area :-) - The .classpath file is generated with absolute paths to the dependencies. This makes it difficult to share the generated Eclipse project. Maven uses the M2_REPO var to specify the location of the repo
http://jira.codehaus.org/browse/GRADLE-196
. - The generated jar references doesn't include any javadoc our source. Maven provides the ability do download and attach both doc & source if specified in the poms
http://jira.codehaus.org/browse/GRADLE-238
Is it possible to generate a pom.xml from my build.gradle dependencies?
Yes.
If so I could use Maven to generate the Eclipse project and still use gradle to actually do the heavy lifting...
There are a couple of improvements we plan to do for the Gradle Eclipse plugin (e.g. the issues above). They hopefully make it, at least partly, into 0.7.
- Hans -- Hans Dockter Gradle Project Manager http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
