-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e44: JDT watch won't apply when building a custom product #114
Comments
Are you using the right update site? At first sight the e44 version of greclipse is compatible eclipse 44 JDT. Try this update site: |
Yes, I mirrored the e4.4 update site, using repo2runnable, using it as target for the PDE. When I tried included Greclipse feature into the product and ran the PDE build, I got an error message telling that JDT version '3.9.2.v20140221-1700' was not available. |
Okay, I just pushed a fix for that. I found the stray version reference. It is odd this doesn't cause our e44 based builds to fail. Now we have to wait for a successful snapshot build and then hopefully you can try if it works. |
Thanks for the quick response (both comment and code fix). Seems the build failed for some reason, which gives me some time to adapt our target from 4.4.1 to 4.4.2. ;) I'll keep an eye on the builds and take the next valid build result to give feedback. |
We include groov-eclipse in our IDE for scripting and deploy our own product using PDE build. When adding Groovy to the target, the build won't deploy the product, as P2 is not able to serve groovy-eclipse dependencies on JDT. Eclipse 4.4 ships with JDT version 3.10.0 to 3.10.1, while groovy-eclipse JDT feature patch is specified for versino 2.9.2.
JDT 2.9.2 was part of with Eclipse 4.3.
The text was updated successfully, but these errors were encountered: