2. Second try to run usually ends up with
[INFO] Installing IUs [org.jboss.tools.foundation.core.test,
org.eclipse.tycho.surefire.osgibooter,
org.eclipse.tycho.surefire.junit4] to
/home/eskimo/jbdevstudio-java-with-space/studio
Installing org.jboss.tools.foundation.core.test
1.1.0.Alpha1-v20131109-0206.
Installing org.eclipse.tycho.surefire.osgibooter 0.19.0.
Installing org.eclipse.tycho.surefire.junit4 0.19.0.
Installation failed.
Cannot complete the install because of a conflicting
dependency.
Software being installed: JBoss Foundation Tests
1.1.0.Alpha1-v20131109-0206
(org.jboss.tools.foundation.core.test
1.1.0.Alpha1-v20131109-0206)
Software currently installed: JBoss Foundation Tests
1.1.0.Alpha1-v20131109-0203
(org.jboss.tools.foundation.core.test
1.1.0.Alpha1-v20131109-0203)
Only one of the following can be installed at once:
JBoss Foundation Tests 1.1.0.Alpha1-v20131109-0203
(org.jboss.tools.foundation.core.test
1.1.0.Alpha1-v20131109-0203)
JBoss Foundation Tests 1.1.0.Alpha1-v20131109-0206
(org.jboss.tools.foundation.core.test
1.1.0.Alpha1-v20131109-0206)
Application failed, log file location:
/tmp/config3255596288906066066equinox/1383962733126.log
[INFO]
------------------------------------------------------------------------
That's because Foundation Tests is a singleton, and that you
tried to run tests twice which caused to install the same bundle
twice. p2 doesn't allow multiple version in same application.