Skip to content

Instantly share code, notes, and snippets.

@a-langer
Created August 13, 2022 14:47
Show Gist options
  • Save a-langer/d4b1475c1c9d9f9c971a608700799cd4 to your computer and use it in GitHub Desktop.
Save a-langer/d4b1475c1c9d9f9c971a608700799cd4 to your computer and use it in GitHub Desktop.
Install Eclipse project
# 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