Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho UI tests failure with 4.4 platform

I think this question should be directed to Platform UI developers. From
what I remember, several implied dependencies (i.e., not explicitly
declared but assumed to be available) were introduced in 4.4 and
platform clients are expected to add those in their code.

--
Regards,
Igor

On 2015-02-12 9:22, Bruno Medeiros wrote:
I'm not sure this is entirely related to Tycho, but:
I have a tests plugin that runs Workbench/UI tests. Everything was
working when when I had the 4.3 version of the "Eclipse Plaftorm"
feature in the build target platform, but when I changed/updated to
version 4.4, the UI tests no longer work. I get this warning in the logs:

Event Admin service is not available, unable to publish event
org.osgi.service.event.Event
[topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate].

A random commit found on a google search seems to indicate adding
`org.eclipse.equinox.event` to the test plugin dependencies is a fix,
and that seems to work, however, is that a correct solution? The Tycho
doc only appears to mention adding `org.eclipse.equinox.ds` to the
dependencies (https://wiki.eclipse.org/Tycho/Packaging_Types)

--
Bruno Medeiros
https://twitter.com/brunodomedeiros


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top