Skip to main content



      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 00:59 Go to next message
Eclipse UserFriend
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 03:25 Go to previous messageGo to next message
Eclipse UserFriend
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 08:26 Go to previous messageGo to next message
Eclipse UserFriend
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 04:27 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 18:42:10 EDT 2025

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

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

Back to the top