Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » How to properly build a full branded Eclipse install?
How to properly build a full branded Eclipse install? [message #506498] Thu, 07 January 2010 17:50 Go to next message
Jason Woods is currently offline Jason WoodsFriend
Messages: 29
Registered: July 2009
Junior Member
Prior to p2, we use to take an existing pristine Eclipse SDK download, copy it into a staging directory (and remove some of the unnecessary plugins), and add some custom plugins of our own, etc. into it. We rebranded it via changes to the config.ini file. The result was basically zipped up and put into an installer.

Doing the same thing now with p2 still sort of works, but we are unable to use the Software Update mechanism...it complains about "This installation has not been configured properly for Software Updates".

So what is the proper way now to package/build a full rebranded Eclipse SDK (without having to rebuild all of Eclipse or use any sort of remote update site)?

[Updated on: Thu, 07 January 2010 12:50]

Report message to a moderator

Re: How to properly build a full branded Eclipse install? [message #506683 is a reply to message #506498] Fri, 08 January 2010 17:50 Go to previous messageGo to next message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Hello,

Maybe you could have a look at EPP, which is used to package official Eclipse IDE distributions.
Otherwise, you can simply download an Eclipse distribution and add your favourite features and plugins using p2 director (see eclipse wiki).
Or, you can alse think about creating your own RCP product.

HTH

--
Mickael Istria - BonitaSoft S.A.
http://www.bonitasoft.com/products/downloads.php
Re: How to properly build a full branded Eclipse install? [message #506730 is a reply to message #506498] Sat, 09 January 2010 02:53 Go to previous messageGo to next message
Phil Denis is currently offline Phil DenisFriend
Messages: 26
Registered: October 2009
Junior Member
The message "This installation has not been configured properly for Software Updates" refers to a missing system property.

Try adding -Declipse.p2.profile=<some_profile_id> to your launch. I think the RCP build would have created a profile named "profile" for you, but you can verify that by checking in your <product build results folder>/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry.
Software updates should work now..
Re: How to properly build a full branded Eclipse install? [message #507552 is a reply to message #506498] Wed, 13 January 2010 19:51 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

We use a product plugin to create the e4 SDK builds at
http://download.eclipse.org/e4/downloads/

Basically we get the entire Eclipse SDK/Equinox SDK into a local p2
site, build our features into an p2 site, and then create our product
from both p2 repos.

The work is mostly done in our build.properties and
http://dev.eclipse.org/viewcvs/index.cgi/e4/releng/org.eclip se.e4.builder/builder/general/customTargets.xml?view=co

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:Web application
Next Topic:EJB call on WAS with an RAP application
Goto Forum:
  


Current Time: Thu Mar 28 10:58:57 GMT 2024

Powered by FUDForum. Page generated in 0.03330 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top