Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to make Eclipse IDE distribution(Eclipse-based IDE for Java and JavaScript)
How to make Eclipse IDE distribution [message #1234506] Wed, 22 January 2014 05:59 Go to next message
Paul Verest is currently offline Paul VerestFriend
Messages: 36
Registered: March 2013
Member
There is Nodeclipse project http://www.nodeclipse.org/ that is a set of Eclipse plugins. I want to make Eclipse distribution for all major OSes that would have Eclipse SDK/Standard as base.

There is an Eclipse plugin project with product definitions. I got hint that org.eclipse.ui.ide.workbench should be included (in .product?).

What is full list of plugins to be included? (Where exactly to check?)
and how to accomplish building this Eclipse IDE distribution?
Re: How to make Eclipse IDE distribution [message #1234545 is a reply to message #1234506] Wed, 22 January 2014 08:25 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
The best is to use the SDK and install additional bundles using the
p2-director.

I've written myself a small ant addon which allows to assemble SDKs very
easily.

See https://github.com/tomsontom/distrobuilder and an example how i
build the e(fx)clipse distro
https://github.com/BestSolution-at/efxclipse_addons/blob/master/releng/at.bestsolution.efxclipse.releng.assembler/build.xml

Tom

On 22.01.14 06:59, Paul Verest wrote:
> There is Nodeclipse project http://www.nodeclipse.org/ that is a set of
> Eclipse plugins. I want to make Eclipse distribution for all major OSes
> that would have Eclipse SDK/Standard as base.
>
> There is an Eclipse plugin project with product definitions. I got hint
> that org.eclipse.ui.ide.workbench should be included (in .product?).
>
> What is full list of plugins to be included? (Where exactly to check?)
> and how to accomplish building this Eclipse IDE distribution?
>
Re: How to make Eclipse IDE distribution [message #1234648 is a reply to message #1234545] Wed, 22 January 2014 13:26 Go to previous messageGo to next message
Paul Verest is currently offline Paul VerestFriend
Messages: 36
Registered: March 2013
Member
p2 director is direction to try.

Here are some useful links
- http://wiki.eclipse.org/Equinox/p2/Director_application
- http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_director.html
- http://blog.vogella.com/.../installing-eclipse-features-via-the-command-line-with-%20the-p2-director/%20%E2%80%8E

I wonder what is profile and what does SDKprofile imply?
Re: How to make Eclipse IDE distribution [message #1702851 is a reply to message #1234506] Sun, 26 July 2015 08:27 Go to previous message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
On 22/01/2014 06:59, Paul Verest wrote:
> There is Nodeclipse project http://www.nodeclipse.org/ that is a set of
> Eclipse plugins. I want to make Eclipse distribution for all major OSes
> that would have Eclipse SDK/Standard as base.
>
> There is an Eclipse plugin project with product definitions. I got hint
> that org.eclipse.ui.ide.workbench should be included (in .product?).
>
> What is full list of plugins to be included? (Where exactly to check?)
> and how to accomplish building this Eclipse IDE distribution?
>

Hi

I recently published this blog post

http://www.lorenzobettini.it/2015/03/build-your-own-custom-eclipse/

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book


Previous Topic:Composite setBounds on Canvas does not work on Mac
Next Topic:Intro Page not shown in Eclipse E4 Application Project
Goto Forum:
  


Current Time: Thu Apr 25 23:06:19 GMT 2024

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

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

Back to the top