[jbosstools-issues] [JBoss JIRA] (JBIDE-25665) It is not possible to update from 4.5.1. to 4.5.2.Final using Check for Update

Lukáš Valach (JIRA) issues at jboss.org
Fri Jan 26 04:53:00 EST 2018


    [ https://issues.jboss.org/browse/JBIDE-25665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13524272#comment-13524272 ] 

Lukáš Valach commented on JBIDE-25665:
--------------------------------------

Great, thank you Nick.

The p2.inf have to be listed in build.properties, I prepared this change in this PR \[1\].
\[1\] https://github.com/jbosstools/jbosstools-webservices/pull/286

I also had problem with baseline check:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.0.0:compare-version-with-baselines (default) on project org.jboss.tools.ws.jaxrs.ui: Only qualifier changed for (org.jboss.tools.ws.jaxrs.ui/2.0.0.v20180126-0743). Expected to have bigger x.y.z than what is available in baseline (2.0.0.v20180105-1426) -> [Help 1]
{code}

I am not sure if you want to increase version of all plugins to 2.0.1, if so, I prepared this change in second PR \[2\].
\[2\] https://github.com/jbosstools/jbosstools-webservices/pull/287

And there is result:
 !CheckForUpdates_after_fix.png|thumbnail! 


> It is not possible to update from 4.5.1. to 4.5.2.Final using Check for Update
> ------------------------------------------------------------------------------
>
>                 Key: JBIDE-25665
>                 URL: https://issues.jboss.org/browse/JBIDE-25665
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.5.2.Final
>            Reporter: Lukáš Valach
>            Assignee: Nick Boldt
>             Fix For: 4.5.3.AM1
>
>         Attachments: CheckForUpdates.png, CheckForUpdates_after_fix.png
>
>
> It is not possible to update to 4.5.2.Final using "Check for Update". Check for Update is not able to find any remedy for this conflict:
> {code}
> Cannot complete the install because of a conflicting dependency.
>   Software being installed: JBoss JAX-RS Tools 2.0.0.v20180105-1426 (org.jboss.tools.ws.jaxrs.feature.feature.group 2.0.0.v20180105-1426)
>   Software currently installed: JBoss WebServices Tools 1.9.101.v20170822-1704 (org.jboss.tools.ws.feature.feature.group 1.9.101.v20170822-1704)
>   Only one of the following can be installed at once: 
>     JBoss WebServices Tools 2.0.0.v20180105-1426 (org.jboss.tools.ws.ui 2.0.0.v20180105-1426)
>     JBoss WebServices Tools 1.9.101.v20170822-1704 (org.jboss.tools.ws.ui 1.9.101.v20170822-1704)
>   Cannot satisfy dependency:
>     From: JBoss WebServices Tools 1.9.101.v20170822-1704 (org.jboss.tools.ws.feature.feature.group 1.9.101.v20170822-1704)
>     To: org.jboss.tools.ws.ui [1.9.101.v20170822-1704]
>   Cannot satisfy dependency:
>     From: JBoss JAX-RS Tools 2.0.0.v20180105-1426 (org.jboss.tools.ws.jaxrs.feature.feature.group 2.0.0.v20180105-1426)
>     To: org.jboss.tools.ws.ui [2.0.0.v20180105-1426]
> {code}
>  !CheckForUpdates.png|thumbnail! 
> It is maybe caused by separation of SOAP from jbosstools-webservices (JBIDE-24880).
> This process is routinely tested and the test passed on Friday/Monday, but unfortunately I made a mistake. I installed JBT 4.5.1 from Eclipse Marketplace, then I added staging update site and executed Check for Update which passed without any problems. But I didn't realize that JBT 4.5.1 added stable update site for 4.5.1, which was used together with 4.5.2 update site, so it was able to resolve that conflict. So I apologize for this issue.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)



More information about the jbosstools-issues mailing list