Author Login
Post Reply
Hi All,
I have an Eclipse RCP app using the new Groovy Eclipse feature 2.0 (see [1]).
Unfortunately I am having issues exporting my product from Eclipse as well as running a pdeBuild using maven. I am getting the same error message in both cases, which is:
Bundle org.eclipse.jdt.core_3.5.1.v_972_R35x failed to resolve.:
Another singleton version selected: org.eclipse.jdt.core_3.5.1.xx-20100115-0900-e35-RELEASE
This is actually normal, since although the Groovy Eclipse plug-ins were bundled with a new version of org.eclipse.jdt.core [2], the original feature of org.eclipse.jdt coming with Eclipse 3.5.1 requires the jdt.core plug-in version [3]. Hence the product cannot be exported since a dependency is missing.
I am aware of a comment thread where Ajay mentions a very similar problem [4], although there seems to be no proper solution presented.
Is there a solution for that product export issue?
For now, the only thing I see is to modify manually the referenced version of org.eclipse.jdt.core in the stock org.eclipse.jdt feature (although this sucks somehow + I will probably run into the security issues that Ajay mentions on the comment thread).
Any suggestion appreciated.
Cheers,
Patrick
[1] My app includes the Groovy Eclipse Feature in one of its feature:
org.codehaus.groovy.eclipse.feature version 2.0.0.xx-20100115-0900-e35-RELEASE
[2] org.eclipse.jdt.core_3.5.1.xx-20100115-0900-e35-RELEASE
[3] org.eclipse.jdt.core_3.5.1.v_972_R35x
[4] http://contraptionsforprogramming.blogspot.com/2009/09/groovy-eclipse-plugin-now-supports.html
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email