Skip to main content

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

You may be able to fake something with custom-bundle tycho extras plugin
I wrote for 0.14 [1] and p2.inf file.


[1] http://git.eclipse.org/c/tycho/org.eclipse.tycho.extras.git/tree/tycho-custom-bundle-plugin/src/it/custom-bundle-parent/custom.bundle

--
Regards,
Igor

On 12-04-25 10:00 AM, Ralf Sternberg wrote:
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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top