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"

(Problems and Solutions)
Line 32: Line 32:
  
 
The configuration is model driven, with the possibility to customize a lot for each project, each branch, each user…
 
The configuration is model driven, with the possibility to customize a lot for each project, each branch, each user…
 
== Frequently Asked Questions ==
 
 
=== How can I change values I've entered in the prompt dialog (e.g., my "git.user.id") once that dialog is gone? ===
 
In your installed IDE there should be button with a blue person in the main toolbar. Please click it to open your setup preferences. All prompted values are stored as VariableTasks in there and you're able to change them. (see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=428268 Bug 428268])
 
  
 
== Mailing List ==
 
== Mailing List ==
Line 46: Line 41:
 
== Bug Reports and Feature Requests ==
 
== Bug Reports and Feature Requests ==
  
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.
+
First browse the [[#Frequently Asked Questions|FAQ]] section in this article.
  
Then [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMF&component=cdo.releng&version=4.3&short_desc=%5BOomph%5D submit] a bugzilla.
+
Then [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.
 +
 
 +
If nothing else helps [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMF&component=cdo.releng&version=4.3&short_desc=%5BOomph%5D submit] a bugzilla.
  
 
== See Also ==
 
== See Also ==
 
* [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://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?]
 
* [http://dev.eclipse.org/mhonarc/lists/emf-dev/msg01679.html Emf-dev - CDO Releng tools - setup tool?]
 +
 +
== Frequently Asked Questions ==
 +
 +
=== How can I change values I've entered in the prompt dialog (e.g., my "git.user.id") once that dialog is gone? ===
 +
In your installed IDE there should be button with a blue person in the main toolbar. Please click it to open your setup preferences. All prompted values are stored as VariableTasks in there and you're able to change them. (see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=428268 Bug 428268])

Revision as of 06:59, 16 February 2014

Warning2.png
Work in Progress
This page might not be in sync with the latest tool version. Please help to improve this page.


What is Oomph?

Eclipse Oomph is an installer and updater for Eclipse development environments. See what The Free Dictionary says.

Installation

Just download the installer for your operating system and unzip it to your local disk:

Then start the included executable:

InstallerDialogScreenshot.png

The installer comes with a help page. For the moment, there's no authoring guide.

Features

Nom-exhaustive list of features:

  • Provisioning correct set of plugins in the Eclipse IDE.
  • Binding Git repos (incl. personal Gerrit push URL).
  • Checking out projects.
  • Setting workspace preferences.
  • Configuring 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…

Mailing List

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 EMF newsgroup or the emf-dev mailing list.

Please prefix the subject header of your posts with "[Oomph] ".

Bug Reports and Feature Requests

First browse the FAQ section in this article.

Then search existing bugzillas to avoid duplication.

If nothing else helps submit a bugzilla.

See Also

Frequently Asked Questions

How can I change values I've entered in the prompt dialog (e.g., my "git.user.id") once that dialog is gone?

In your installed IDE there should be button with a blue person in the main toolbar. Please click it to open your setup preferences. All prompted values are stored as VariableTasks in there and you're able to change them. (see Bug 428268)

Back to the top