Questions tagged [oomph]

For questions about Eclipse Oomph (a.k.a Eclipse Installer) which is an open source project (EPL license) related to the Eclipse IDE. It automates the installation and update of Eclipse IDE.

Eclipse Oomph is an open source project (EPL license) related to the Eclipse IDE. It automates the installation and update of Eclipse IDE.

It is the technology behind the Eclipse Installer introduced with the Mars release (June 2015) of Eclipse.

Project Homepage

59 questions
1
vote
1 answer

Use Oomph to create new workspace for existing installation

Given an Eclipse installation and a workspace created by Oomph, is it possible to let Oomph create a second workspace with a different project setup reusing the same Eclipse installation?
Harald Wellmann
  • 12,615
  • 4
  • 41
  • 63
1
vote
1 answer

Eclipse Mars 2 SmartHome (OOMPH) - Cannot build SmartHome projects

I've been struggling with the SmartHome SDK of the Eclipse project. I've followed the instructions in http://www.eclipse.org/smarthome/documentation/development/ide.html but I'm still running into issues. When I try to perform the update tasks for…
DanielY
  • 1,141
  • 30
  • 58
0
votes
1 answer

NoSuchMethodError: 'java.lang.String org.apache.commons.io.IOUtils.toString(java.io.InputStream, java.nio.charset.Charset)'

I wanted to start a spring boot project recently with eclipse, I always imported zip files in this new laptop and did not get any need to create new projects. Although I already did this multiple times in my previous laptop, I cannot do it right now…
0
votes
0 answers

Explicit configuration for Eclipse Ooomph in eclipse.ini useful?

I've recently upgraded my Eclipse to 2023-06. Then I examined my eclipse.ini which has been used for more than a year and multiple updated versions of Eclipse. I found two lines of oomph…
Meng Lu
  • 13,726
  • 12
  • 39
  • 47
0
votes
0 answers

while installing eclipse in mac .it is saying change your network connections.what should i do now?

While installing eclipse in mac there was a pop up like this. What should I do now? I selected the local host option and then I pressed ok. But nothing worked
0
votes
0 answers

Why I Cannot access eclipse download site from docker container (connection refused)?

I am trying to install eclipse inside a docker container (Ubuntu 22.04, JDK 17) I am trying to use the oomph installer to install the eclipse. Seems like some of the eclipse download sites cant be accessed. Errors like: !MESSAGE Connection to…
0
votes
0 answers

What minimal running target should a Project Setup expect?

When authoring a project setup in Oomph, I can install additional plugins using P2. Project setups only work in context of product setups, but the Project Setup has no reference to the product setup. I would like to ensure as much as possible that…
Jörn Guy Süß
  • 1,408
  • 11
  • 18
0
votes
0 answers

Linking to the Configuration using Redirectable Catalogs only

I am using the installer for proprietary project installations. I am avoiding polluting the OSS index by using redirectable catalogs. Now I would like to offer Configurations to the developers, as described in link to the configuration section. Q: I…
Jörn Guy Süß
  • 1,408
  • 11
  • 18
0
votes
2 answers

Python interpreters frequently reset on restarting eclipse

I have recently changed the username on my MacBook and deleted the previous installation of miniconda to install new anaconda. Moving forward, I removed previous definition for python interpreter based on miniconda (py36) from Eclipse > Preferences…
Viswanath
  • 1,003
  • 2
  • 11
  • 21
0
votes
1 answer

Maven dependency: import cannot be resolved but is present in local repository (Eclipse Oomph Unzip Setup Task)

I have problems using Maven. A Maven mvn clean package of the submodule "task-unzip" from the Eclipse Oomph's Unzip Setup Task repository (https://github.com/maybeec/oomph-task-unzip) fails with the following error on several…
J. Doe
  • 142
  • 1
  • 14
0
votes
1 answer

Eclipse - Cannot complete the install because one or more required items could not be found (unzip Setup Task)

I am trying to install eclipse with Oomph by using a link during the oomph setup (Eclipse Installer >> Advanced Mode >> Eclipse Modelling Tools >> Add user Project (Eclipse Project) and there I am pasting a link to finish the installation. When I…
Johnas
  • 296
  • 2
  • 5
  • 15
0
votes
0 answers

Prevent incompatible Eclipse IDE plugin updates

I have an Oomph setup for installing Eclipse 2018-12 with a few specific plugins. In the setup I had to restrict some plugins to older versions, because all later versions of these plugins are incompatible with our build environment. Eclipse…
kapex
  • 28,903
  • 6
  • 107
  • 121
0
votes
0 answers

How to create eclipse plugin to checkout project and configure it

I want to automate the project check out and configuration, for that I am trying to create plugin. I tried to search the web but no luck so far. I have started with the basic example templates but how to code checkout and configuration, can't figure…
Nilesh
  • 69
  • 1
  • 11
0
votes
1 answer

OpenChrom - IDE user product not showing up in Eclipse Installer simple mode

I am following OpenChrom's development instructions on their wiki (https://wiki.openchrom.net/index.php/Development). I've been able to add the user product in advanced mode, but the next step is to switch to simple mode and install the IDE but it's…
brandav
  • 623
  • 4
  • 10
0
votes
1 answer

Content assist in eclipse not available at all

I installed eclipse with oomph - eclipse for JEE as basis + lots of other stuff defined in the oomph.setup. Now I can't activate the content assist for java: Is it possible that I have to install something through oomph? UPDATE In my…
user1414745
  • 1,317
  • 6
  • 25
  • 45