]
Marián Labuda commented on JBDS-4077:
-------------------------------------
Maybe there is a problem that devstudio-product.jar is removed. This is output of freshly
installed studio
{code}[12:00:19] [mlabuda@dhcp-10-40-5-177 studio]$ find . -name "*product*" -o
-name "*devstudio*"
./configuration/org.eclipse.osgi/18/0/.cp/devstudio-product.jar
./.eclipseproduct
./48-devstudio.icon.png
./devstudio
./plugins/com.jboss.devstudio.core.project.examples_10.2.0.v20160901-2203.jar
./plugins/ternjs_1.1.0.201511082254/node_modules/tern-browser-extension/node_modules/sax/examples/get-products.js
./plugins/com.jboss.devstudio.core.capabilities_10.2.0.v20160901-2203.jar
./plugins/com.jboss.devstudio.core.central_10.2.0.AM2-v20161005-2259-B6159.jar
./plugins/com.jboss.devstudio.core_10.2.0.AM2-v20161005-2259-B6159.jar
./plugins/com.jboss.devstudio.core.usage.branding_10.2.0.v20160901-2203.jar
./plugins/org.eclipse.pde.build_3.9.200.v20160204-0642/scripts/productBuild
./plugins/org.eclipse.pde.build_3.9.200.v20160204-0642/scripts/productBuild/productBuild.xml
./p2/director/plugins/com.jboss.devstudio.core.p2.director_10.2.0.v20160901-2203.jar
./p2/org.eclipse.equinox.p2.engine/profileRegistry/devstudio.profile
./p2/org.eclipse.equinox.p2.core/cache/binary/com.jboss.devstudio.core.package.executable.gtk.linux.x86_64_10.2.0.AM2-v20161005-2259-B6159
./features/com.jboss.devstudio.core.rpm.feature_10.2.0.v20161005-2259
./features/com.jboss.devstudio.core.feature_10.2.0.v20161005-2259
./features/com.jboss.devstudio.core.capabilities.feature_10.2.0.v20160901-2203
./features/com.jboss.devstudio.core.rpmdeps.feature_10.2.0.v20160902-1312
./devstudio.ini
{code}
and this is output after running tests, which uses broken Eclipse
{code}[12:01:22] [mlabuda@dhcp-10-40-5-177 studio]$ find . -name "*product*" -o
-name "*devstudio*"
./.eclipseproduct
./48-devstudio.icon.png
./devstudio
./plugins/com.jboss.devstudio.core.project.examples_10.2.0.v20160901-2203.jar
./plugins/ternjs_1.1.0.201511082254/node_modules/tern-browser-extension/node_modules/sax/examples/get-products.js
./plugins/com.jboss.devstudio.core.capabilities_10.2.0.v20160901-2203.jar
./plugins/com.jboss.devstudio.core.central_10.2.0.AM2-v20161005-2259-B6159.jar
./plugins/com.jboss.devstudio.core_10.2.0.AM2-v20161005-2259-B6159.jar
./plugins/com.jboss.devstudio.core.usage.branding_10.2.0.v20160901-2203.jar
./plugins/org.eclipse.pde.build_3.9.200.v20160204-0642/scripts/productBuild
./plugins/org.eclipse.pde.build_3.9.200.v20160204-0642/scripts/productBuild/productBuild.xml
./p2/director/plugins/com.jboss.devstudio.core.p2.director_10.2.0.v20160901-2203.jar
./p2/org.eclipse.equinox.p2.engine/profileRegistry/devstudio.profile
./p2/org.eclipse.equinox.p2.core/cache/binary/com.jboss.devstudio.core.package.executable.gtk.linux.x86_64_10.2.0.AM2-v20161005-2259-B6159
./features/com.jboss.devstudio.core.rpm.feature_10.2.0.v20161005-2259
./features/com.jboss.devstudio.core.feature_10.2.0.v20161005-2259
./features/com.jboss.devstudio.core.capabilities.feature_10.2.0.v20160901-2203
./features/com.jboss.devstudio.core.rpmdeps.feature_10.2.0.v20160902-1312
./devstudio.ini
{code}
Cannot run integration tests against Devstudio with latest target
platform
--------------------------------------------------------------------------
Key: JBDS-4077
URL:
https://issues.jboss.org/browse/JBDS-4077
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: build, target-platform
Affects Versions: 10.2.0.AM1
Reporter: Jan Richter
Assignee: Nick Boldt
Priority: Blocker
Attachments: .log, jbosstools-integration-tests.log.txt.zip,
org.jboss.tools.deltaspike.ui.bot.test.DeltaspikeAllBotTests.txt,
org.jboss.tools.deltaspike.ui.bot.test.log.txt,
org.jboss.tools.deltaspike.ui.bot.test.log_0.txt, Screenshot_2016-10-05_10-00-03.png,
Screenshot_2016-10-05_10-00-21.png, Screenshot_2016-10-05_10-00-28.png,
Screenshot_2016-10-05_10-00-57.png, Screenshot_2016-10-05_10-01-14.png,
Screenshot_2016-10-05_10-01-32.png, shell.png,
TEST-org.jboss.tools.deltaspike.ui.bot.test.DeltaspikeAllBotTests.xml, tpfail.png
Integration tests run from maven against Devstudio, which was built using the latest
target platform (4.61.0.AM1-SNAPSHOT), cannot properly launch all the plugins and fail
afterwards.
A full devstudio should open when the tests are run. Instead it looks like this:
!tpfail.png|thumbnail!