Skip to content

Instantly share code, notes, and snippets.

@a-langer
a-langer / install_oomph.log
Created August 13, 2022 14:53
Oomph console installer output
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
LATEST
|#######################################################################|100%
Duration: 01 min, 36 sec
@a-langer
a-langer / install_project.sh
Created August 13, 2022 14:47
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"
@a-langer
a-langer / install_eclipse.sh
Created August 13, 2022 14:21
Install Eclipse product
# Install "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"
# Install "Eclipse IDE for PHP Developers"
./eclipse-inst -nosplash -application org.eclipse.oomph.console.application -vmargs \
-Doomph.installation.location="$PWD/ide" \
-Doomph.product.id="epp.package.php"