Created
August 13, 2022 14:47
-
-
Save a-langer/d4b1475c1c9d9f9c971a608700799cd4 to your computer and use it in GitHub Desktop.
Install Eclipse project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install "SWTBot testing tool" over "Eclipse IDE for Java Developers" | |
./eclipse-inst -nosplash -application org.eclipse.oomph.console.application -vmargs \ | |
-Doomph.installation.location="$PWD/ide" \ | |
-Doomph.product.id="epp.package.java" \ | |
-Doomph.project.id="swtbot" \ | |
-Doomph.workspace.location="$PWD/workspace" \ | |
-Doomph.installation.id="eclipse-with-swtbot" \ | |
-Dsetup.p2.agent="$HOME/.p2" | |
# Install "Model Workflow Engine" over "Eclipse IDE for Java Developers" | |
./eclipse-inst -nosplash -application org.eclipse.oomph.console.application -vmargs \ | |
-Doomph.installation.location="$PWD/ide" \ | |
-Doomph.product.id="epp.package.java" \ | |
-Doomph.project.id="MWE" \ | |
-Doomph.workspace.location="$PWD/workspace" \ | |
-Doomph.installation.id="eclipse-with-mwe" \ | |
-Dsetup.p2.agent="$HOME/.p2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment