Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse Installer"

 
(139 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Warning|Work in Progress|This page might be not in sync with the latest version. Please feel free to improve this page.}}
+
[[File:Oomph_Project_Logo.png|link=Oomph]] <span style="font-size:90%;">[[Oomph|Powered by Oomph]]</span>
  
== Installation ==
+
The Eclipse Installer automates the installation of Eclipse development environments:
  
Just download, unzip and start the installer: [https://hudson.eclipse.org/cdo/job/emf-cdo-integration/lastSuccessfulBuild/artifact/zips Setup-***.zip]
+
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-win64.exe Windows 64 Bit] (self-extracting exe)
  
[[Image:InstallerDialogScreenshot.png]]
+
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-mac64.dmg Mac OS 64 Bit] (dmg) / [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-mac64.tar.gz Mac OS 64 Bit] (tar.gz)
  
The installer comes with a [http://git.eclipse.org/c/cdo/cdo.git/plain/plugins/org.eclipse.emf.cdo.releng.setup/help/installer/index.html help page]. For the moment, there's no authoring guide.
+
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-linux64.tar.gz Linux 64 Bit] (tar.gz)
  
== Features ==
 
  
Not exhaustive list of features:
+
The Eclipse Installers are also available with an embedded JRE:
  
* Provisioning correct set of plugins in the Eclipse IDE.
+
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-jre-win64.exe Windows 64 Bit] (self-extracting exe)
* Binding Git repos (incl. personal Gerrit push URL).
+
* Checking out projects.
+
* Setting workspace preferences.
+
* Configuring [[Setup-Eclipse/Dynamic_working_sets|dynamic working sets]].
+
* Keeping project preferences files in sync.
+
  
The configuration is model driven, with the possibility to customize a lot for each project, each branch, each user…
+
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-jre-mac64.dmg Mac OS 64 Bit] (dmg) / [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-jre-mac64.tar.gz Mac OS 64 Bit] (tar.gz)
  
== Mailing List ==
+
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-jre-linux64.tar.gz Linux 64 Bit] (tar.gz)
  
Until it has been decided upon the final container project for the tool (currently it belongs to the CDO Releng tools) that would be the [http://www.eclipse.org/forums/index.php/f/108/ EMF newsgroup] or the [https://dev.eclipse.org/mailman/listinfo/emf-dev emf-dev mailing list].
 
  
Please prefix the subject header of your posts with "[Oomph] ".
+
To download the latest nightly build of the installer, pick one of
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-win64.exe Windows 64 Bit],
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-mac64.dmg Mac OS 64 Bit (dmg)],
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-mac64.tar.gz Mac OS 64 Bit (tar.gz)],
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-linux64.tar.gz Linux 64 Bit].
  
== Bug Reports and Feature Requests ==
+
To download the latest nightly build of the installer with an embedded JRE, pick one of
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-jre-win64.exe Windows 64 Bit],
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-jre-mac64.dmg Mac OS 64 Bit (dmg)],
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-jre-mac64.tar.gz Mac OS 64 Bit (tar.gz)],
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-jre-linux64.tar.gz Linux 64 Bit].
  
First [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Modeling&component=cdo.releng&list_id=8268012&product=EMF&query_format=advanced&short_desc=%5BOomph%5D&short_desc_type=allwordssubstr search] existing bugzillas to avoid duplication.
+
You can also install the Oomph runtime into an existing IDE from the latest [http://download.eclipse.org/oomph/updates/latest update site] or [http://www.eclipse.org/downloads/download.php?file=/oomph/updates/latest/org.eclipse.oomph.site.zip site archive]. See [[#Update Sites|update sites]] for more...
  
Then [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMF&component=cdo.releng&version=4.3&short_desc=%5BOomph%5D submit] a bugzilla.
+
Our [http://download.eclipse.org/oomph/help help center] is still work in progress but you may already find answers to your questions there.
  
== See Also ==
+
The installer is provided by the [http://www.eclipse.org/oomph Oomph] project.
* [http://ed-merks.blogspot.fr/2014/02/shoes-for-shoemaker.html Shoes for the Shoemaker] a blog post by Ed Merks about the setup tool.
+
 
* [http://dev.eclipse.org/mhonarc/lists/emf-dev/msg01679.html Emf-dev - CDO Releng tools - setup tool?]
+
 
 +
[[Image:OomphSimpleInstaller2.png]]
 +
 
 +
See the [[Eclipse_Oomph_Authoring|Authoring Guide]] for details about how to customize the installer to create installations and provision workspaces for your specialized needs.

Latest revision as of 02:50, 14 September 2020

Oomph Project Logo.png Powered by Oomph

The Eclipse Installer automates the installation of Eclipse development environments:


The Eclipse Installers are also available with an embedded JRE:


To download the latest nightly build of the installer, pick one of Windows 64 Bit, Mac OS 64 Bit (dmg), Mac OS 64 Bit (tar.gz), Linux 64 Bit.

To download the latest nightly build of the installer with an embedded JRE, pick one of Windows 64 Bit, Mac OS 64 Bit (dmg), Mac OS 64 Bit (tar.gz), Linux 64 Bit.

You can also install the Oomph runtime into an existing IDE from the latest update site or site archive. See update sites for more...

Our help center is still work in progress but you may already find answers to your questions there.

The installer is provided by the Oomph project.


OomphSimpleInstaller2.png

See the Authoring Guide for details about how to customize the installer to create installations and provision workspaces for your specialized needs.

Back to the top