This file contains 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
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 |
This file contains 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" |
This file contains 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 "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" |