Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho migrate version from 2.2 to 2.4
  • From: "Keppler Michael (ETAS/ESW-CI)" <Michael.Keppler@xxxxxxxx>
  • Date: Thu, 12 Aug 2021 11:13:50 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 139.15.153.201) smtp.rcpttodomain=eclipse.org smtp.mailfrom=etas.com; dmarc=pass (p=reject sp=none pct=100) action=none header.from=etas.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=COK6e8AnsU4ldOo4A1gEpOmjqVCJLYWxHwDq3+ukkTE=; b=DDan5B0nl5t2URh566i6JLdm65CY5GnlXtgL5iwsZ4IUrwsi0tsTZqhb8J6sHVMpPo+le6GzrEPyTxikyQAwTN8Ma4Kqx2rFYOwf/hCkNhWpBr1l6NiFZV3Y4dJMVoNvJ8QBAjvp6RrHO7NjrgPHxhp08dACnvx+YpWnl3sFxpNrkmhGe3945rjsmn7JF00E0ADoU2ImKoYuF7N28QYz+wmlJGGNnoxZ2Xm3Q9SjjgLDtMDwsk2VYpt1qLNAvNpMEDH1hRT+K8WQLnYa8BBESCWmJCiCpSsV/U/spAr5mvtMB6tclzsRxiSTm+24I7EbgfLVKWH0WzzDxUKzr0RscA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VmYpPVcpNZJrMsXGXMWvp67h7z6SZVjL4bGxp4ol4FHEhSjGqmCkTKAnqKx/JeNeGpssH3bTiNcJXD4DhjgszxLC5FVKcCNMSjzx0bjgeTLHVp7umDQFuZ7MP6V+PWFYxxPfjcPZ/+P3USnGZLczJVfuMn68/dPYHSol27/RSP2h1Ba5RMQ4TW5ehDr9v9G92XCvU5KevEcpnGFKnvswgiK9Xqb4w9IASIQqrg4nc2C4kyKt7KAybaqZdw7wQmz6W0hzsScmCr1ihP0f/3ZvPY7qv5dwYjEiTKfgFxihBaF8/ybqWyVCf7iZaJs+f6FLfOvjfPi8BE0HaXEncU6iHQ==
  • Delivered-to: tycho-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tycho-user/>
  • List-help: <mailto:tycho-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tycho-user>, <mailto:tycho-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tycho-user>, <mailto:tycho-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXjsaZb3A9M74Au029UG92aRW9Z6tvuF4g
  • Thread-topic: [tycho-user] Tycho migrate version from 2.2 to 2.4

Just guessing that this may be related to the resolver changes in 2.3: https://wiki.eclipse.org/Tycho/Release_Notes/2.3#Official_Equinox_Resolver_used_for_dependency_resolution_.28stricter_and_can_produce_errors_for_split_packages.29

 

Mit freundlichen Grüßen / Best regards

Michael Keppler

Engineering Application Software - Chapter CI/CD and Common Infrastructure Components

T +49 711 3423-2429
Michael.Keppler@xxxxxxxx

ETAS GmbH, ETAS/ESW-CI
Borsigstraße 24, 70469 Stuttgart, Germany
www.etas.com


ETAS – Driving Embedded Excellence


Managing Directors: Christoph Hartung, Günter Gromeier, Götz Nigge
Chairman of the Supervisory Board: Dr. Walter Schirm
Registered Office: Stuttgart, Registration Court: Amtsgericht Stuttgart, HRB 19033

Von: tycho-user <tycho-user-bounces@xxxxxxxxxxx> Im Auftrag von Antonio Garmendía
Gesendet: Mittwoch, 11. August 2021 17:36
An: Tycho user list <tycho-user@xxxxxxxxxxx>
Betreff: [tycho-user] Tycho migrate version from 2.2 to 2.4

 

Hi all,

 

Currently, I built my jars using Tycho 2.2 and at this moment it works fine. However, I was trying to migrate to version 2.4, but the following error arises:

 

[ERROR]   Unresolved requirement: Require-Bundle: org.jboss.forge.roaster.roaster-api; bundle-version="2.23.0"
[ERROR]     -> Bundle-SymbolicName: org.jboss.forge.roaster.roaster-api; bundle-version="2.23.0.Final"; singleton:="true"
[ERROR]        org.jboss.forge.roaster.roaster-api [1]
[ERROR]          Unresolved requirement: Require-Capability: osgi.extender; filter:="(osgi.extender=osgi.serviceloader.processor)"
[ERROR] -> [Help 1]

 

Since I am using Apache Aries I do not know if I am missing something. It is weird (at least for me) because it works with version 2.2. In addition, I tested also with Tycho 2.3 and the same error arises.

 

Any hints? Should I make a minimal example?

 

Thanks in advance.

 

Kind regards,

Antonio


Back to the top