[platform-dev] Eclipse 4.16 RC1 & Equinox 2020-06 RC1 are available

2020-05-29 Thread Mat Booth
Good morning, We are pleased to announce that 2020-06 RC1 is available for download and updates. Eclipse downloads: https://download.eclipse.org/eclipse/downloads/drops4/S-4.16RC1-202005280200/ New and Noteworthy: https://www.eclipse.org/eclipse/news/4.16/ Update existing (

[platform-dev] 4.16 RC2 milestone week reminders

2020-05-29 Thread Mat Booth
Hi all, We are scheduled to promote and contribute 4.16 RC2 to the simrel on Friday the 5th of June. Don't forget to consult the endgame plan regarding release candidates: https://www.eclipse.org/eclipse/development/plans/freeze_plan_4_16.php Here is the schedule: Wednesday 3rd June -- Release

[platform-dev] Start an Eclipse with modified Source

2020-05-29 Thread Christoph Läubrich
I used Ooompf to setup an IDE (2020-03) for development of platform code, but is still can't get it to work completely. For example at the moment I get Acces Restriction warnings, unsatisfied version constraints and unresolved types. Is there any target platform I need to activate? I Also won

Re: [platform-dev] Start an Eclipse with modified Source

2020-05-29 Thread Lars Vogel
Hi Christoph, I use the approach described in https://www.vogella.com/tutorials/EclipsePlatformDevelopment/article.html Basically, download latest I-Build, clone repo and setup API baseline (or change setting to warning). Best regards, Lars On Fri, May 29, 2020 at 12:44 PM Christoph Läubrich w

Re: [platform-dev] Start an Eclipse with modified Source

2020-05-29 Thread Christoph Läubrich
Hi Lars, I downloaded the latest I-Build, opend my Workspacen and now there are 145.000+ errors and the git perspective is wrecked :-\ Using my old install I disabled all warnings about baselines but still no luck as some classes and imports can't be resolved. I also tried creating a target p

Re: [platform-dev] Start an Eclipse with modified Source

2020-05-29 Thread Ed Merks
Christoph, Did you use this tutorial?   https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning If there are issues with it, please record them in https://bugs.eclipse.org/bugs/show_bug.cgi?id=536533 The automated setup creates a launcher "Runtime Workspace" that will launch with the con

Re: [platform-dev] Start an Eclipse with modified Source

2020-05-29 Thread Lars Vogel
Hi Christoph, You need to install Git tooling in the SDK and follow the tutorial to get rid of the errors. Feel free to check why the Oomph installer did not work. I checked a while ago and reported multiple issues, some of them have been fixed others not. Best regards, Lars Christoph Läubri

Re: [platform-dev] Start an Eclipse with modified Source

2020-05-29 Thread Ed Merks
Lars, Approximately how close to a million were those issues?  It appears to be closer to 31: https://bugs.eclipse.org/bugs/buglist.cgi?classification=Tools&email1=lars&emailreporter1=1&emailtype1=substring&order=Importance&product=Oomph&query_format=advanced None of them are currently unreso

Re: [platform-dev] Start an Eclipse with modified Source

2020-05-29 Thread Lars Vogel
Ed, I think I said "multiple", at least that is what I see in my history and also what I wanted to say. Ed Merks schrieb am Fr., 29. Mai 2020, 13:55: > Lars, > > Approximately how close to a million were those issues? It appears to be > closer to 31: > > > https://bugs.eclipse.org/bugs/buglist.

Re: [platform-dev] Start an Eclipse with modified Source

2020-05-29 Thread Lars Vogel
I hope "multiple" was ok to use, I intended of offence, but I think > 10 is multiple. Btw. I use Oomph in a customer setup and it's works great in this environment. Best regards, Lars Lars Vogel schrieb am Fr., 29. Mai 2020, 13:59: > Ed, I think I said "multiple", at least that is what I see i

Re: [platform-dev] Start an Eclipse with modified Source

2020-05-29 Thread Christoph Läubrich
Hi Ed, I tried to upgrade from a previous install but ended up in clearing the whole installation and starting from scratch as described on the page. This seems to work quite nice except that I again hit this bug [1] and even though all and everything indicates that Eclipse is able to run wi