-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated all OSGi Declarative Services component files by PDE-DS/Tycho #2344
Generated all OSGi Declarative Services component files by PDE-DS/Tycho #2344
Conversation
99f7c85
to
15a32bb
Compare
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
Test Results 1 818 files + 606 1 818 suites +606 1h 31m 9s ⏱️ + 40m 10s For more details on these failures, see this check. Results for commit 189a8cb. ± Comparison against base commit 52d1a35. ♻️ This comment has been updated with latest results. |
....e4.ui.progress/src/org/eclipse/e4/ui/progress/internal/ProgressServiceCreationFunction.java
Outdated
Show resolved
Hide resolved
...rg.eclipse.search/search/org/eclipse/search/internal/ui/text/DirtyFileSearchParticipant.java
Show resolved
Hide resolved
e089d89
to
b3de554
Compare
7a86b49
to
1e9d341
Compare
I have now found out why this leads to many more test-failures, by replying the build and capturing the generated DS component files and noticing that the properties of the component types are missing. The reason is very likely that I defined Looking at |
Remove the now generated OSGi Declarative Services component-xml files from git. Resolve wildcards in Service-Component header.
and @org.osgi.service.event.propertytypes.EventTopics where applicable.
71a1d41
to
189a8cb
Compare
Finally this works. The test-failures are unrelated. |
Remove the now generated OSGi Declarative Services component-xml files from git.
Resolve wildcards in Service-Component header.
@laeubi do you want to have a look at this as well?