[
https://issues.jboss.org/browse/JBDS-4236?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBDS-4236:
----------------------------------
If you're inheriting values from the jbosstools parent pom, then please use
TARGET_PLATFORM_VERSION_MAX instead of TARGET_PLATFORM_VERSION_MAXIMUM.
Or better yet, don't set tpc.version at all because you're using the version from
parent pom so don't need to override using the same value.
https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...
Also, the latest parent pom version is 4.4.3.AM1-SNAPSHOT.
https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml#L7
Should you be using that version instead of 4.4.2.Final ?
Test of update of devstudio from last stable version to last snapshot
doesn't work
----------------------------------------------------------------------------------
Key: JBDS-4236
URL:
https://issues.jboss.org/browse/JBDS-4236
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: install-tests
Reporter: Lukáš Valach
Assignee: Lukáš Valach
Labels: integration-test
Fix For: 10.3.0.AM1
Test of update from last stable to last snapshot doesn't work, there is following
error in the log:
{code}
Multiple versions of the framework bundle org.eclipse.osgi found
{code}
Jenkins job:
http://machydra.brq.redhat.com:8080/view/Installation%20Jobs/view/DevStud...
Log:
http://machydra.brq.redhat.com:8080/view/Installation%20Jobs/view/DevStud...
It is probably because of inconsistence between bundles/plugins versions, so I tried to
change parent from 4.4.2.AM1-SNAPSHOT to 4.4.2.Final-SNAPSHOT which was used in 10.2.0.GA
I guess.
Unfortunatelly it has not solved my problem, tycho has been still installing another
version of org.eclipse.osgi bundle. So I tried to apply same fix as in JBDS-4077
Commit:
https://source.jboss.org/changelog/JBossToolsIntegrationTests?cs=2acfada0...
It solved problem with multiple versions of osgi bundle but I got another error during
start of devstudio
{code}
!ENTRY org.eclipse.osgi 4 0 2017-01-04 10:40:36.851
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application
"org.eclipse.tycho.surefire.osgibooter.uitest" could not be found in the
registry.
{code}
Whole log
http://machydra.brq.redhat.com:8080/view/Installation%20Jobs/view/DevStud...
Please notice I started job using my fork.
My changes are here
https://github.com/luvalach/jbdevstudio-qa/commit/133ac415ede6a2a9d6758d7...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)