How do I create an eclipse update site for RTC p2 plugin?
We are upgrading from 3.0.1 to 4.0.
For publicly available eclipse client plugins, you can pick them up from an update site. Is it possible to create an internal eclipse update site so it will be easier to upgrade the eclipse client from 3.0.1 to 4.0? |
3 answers
In the all downloads P2 repository for the RTC Eclipse client from: https://jazz.net/downloads/rational-team-concert/releases/4.0/RTC-Eclipse-Client-Extension-repo-4.0.zip
You can unzip this, point to the unzipped folder to install on the publicly available Eclipse.
|
Ralph Schoon (63.7k●3●36●48)
| answered Aug 03 '12, 3:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Another suggestion would be to use the RTC zip client or if using another Eclipse distribution that can be zipped (not an IBM Installation Manager deploy), to install RTC using P2. You can put the result on a server/shared drive as zip or as folder and users can just unzip/copy it to the local machine.
Comments 1
mike brosnan
commented Aug 03 '12, 5:16 a.m.
What I'm trying to do is to create an update site like http://www.apache.org/dist/ant/ivyde/updatesite/compositeContent.xml It seems the answer is to create a composite repository http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm The goal is that users (4000) users can just use "check for updates" on eclipse to get the latest p2 plugin |
you put the files in a folder on some http or file server.., then reference that folder.
so I created a new folder on my web server, it contains the feature, plugins folders from my plugin, and the site.xml then I made a new update site, Add, archive and pasted in the web server URL.. I also have one of these on my machine for testing.. its url is file://drive:/path/ (on windows) |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.