Re: [cross-project-issues-dev] Gotchas Building Against Eclipse 4.20

2021-03-19 Thread Ed Willink
Hi You may also find https://bugs.eclipse.org/bugs/show_bug.cgi?id=569379 relevant if you move on from an old Tycho to avoid IPlatformRunnable. It would appear that something in the auto-POM logic ignores the MANIFEST.MF BREE and instead picks one from an explicit pom.xml BREE so avoid vinta

Re: [cross-project-issues-dev] Gotchas Building Against Eclipse 4.20

2021-03-19 Thread Wim Jongman
Thanks, Ed! I was just starting to convert some builds to 4.20. On Fri, Mar 19, 2021 at 9:17 AM Ed Merks wrote: > > BREE 1.6 and when I moved them to BREE 1.8, that magically avoided the > Tycho compile errors. Probably others won't have such a problem, but > maybe good to keep in mind. > May

[cross-project-issues-dev] Gotchas Building Against Eclipse 4.20

2021-03-19 Thread Ed Merks
FYI, So that others can short-circuit problems they're likely to have (may have) building against Eclipse 4.20, take note that IPlatformRunnable has now been removed, but Tycho Surefire <= 2.0.0 Surefire uses it (even though it's deprecated since 2006). There isn't much in the way of diagnosi