Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Howto simulate an IU in the target platform?

Hi,

I'm trying to switch the RAP build to tycho 0.14.1, but have a problem
related to the fake dependency to "A.PDE.Target.Platform". This
dependency is defined in a p2.inf file and is meant to prevent SDK
features from being installed in the IDE [1]. A clean solution is in
the works [2], but will be too late for Juno.

In the meantime, I'm looking for a workaround that allows me to update
to 0.14.1. Is there a way to declare a fake IU with the name
"A.PDE.Target.Platform" in the pom.xml to make tycho pass the
validation?

The error message starts with these lines:
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed:
org.eclipse.rap.runtime.feature.group 1.5.0.qualifier
[ERROR]   Missing requirement: org.eclipse.rap.runtime.feature.group
1.5.0.qualifier requires 'A.PDE.Target.Platform Cannot be installed
into the IDE 0.0.0' but it could not be found

Thanks, Ralf


[1] 276000: [target] Prevent SDK features from being installed into IDE
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276000

[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=365004#c9


Back to the top