Details
-
Type:
Improvement
-
Status:
In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: short-term
-
Fix Version/s: None
-
Component/s: Bamboo
-
Labels:None
-
Number of attachments :
Description
I've tried to avoid this for too long. We have been building groovy-eclipse using Eclipse 3.4. It is very, very old. Until now, things have been working fine, but now that we are trying to build an Eclipse 4.2 based groovy-eclipse, things are just not working. I need to update the builder to Eclipse 3.7.
Here are the steps to do it:
1. unzip /opt/eclipse/src/eclipse-SDK-3.7RC4-linux-gtk-x86_64.tar.gz to the proper location as described here: https://docs.codehaus.org/display/DESPOTS/CI+-+Eclipse Please keep the old zip file as it is still being used in other builds.
2. Install groovy-eclipse into the unzipped Eclipse, using the p2 director application:
http://wiki.eclipse.org/Equinox_p2_director_application/Examples/Install_into_eclipse_using_SDKProfile ./eclipse/eclipse -consoleLog -clean -data /tmp/workspace \ -application org.eclipse.equinox.p2.director \ -repository http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.7/ \ -installIU org.codehaus.groovy.eclipse.feature.feature.group
3a. Validate by checking that groovy-eclipse is installed
./eclipse/eclipse -consoleLog -clean -data /tmpt/workspace -console
3b. when the osgi console appears, type: start org.codehaus.groovy.eclipse.ui and you should get no errors.
If you are getting errors during the install because of firewall/network issues, you can use a zipped version of groovy eclipse.
- Download the most recent zip from http://ci.repository.codehaus.org/greclipse/snapshot/e37/old
- Upload it to the bamboo server and unzip. Replace the {[http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.7/}} url with a url to the unzipped update site (eg- file:/tmp/greclipse_update_site
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | With Customer [ 10004 ] |
| Assignee | Ben Walding [ bwalding ] | Andrew Eisenberg [ werdna ] |
| Status | With Customer [ 10004 ] | In Progress [ 3 ] |
I'll take care of this later this week - getting smashed by other projects at the moment.
If only it were a one liner!