[cross-project-issues-dev] An Index of Mirror Disk Usage

2019-04-17 Thread Ed Merks
Note that Denis has asked us to reduce the footprint of Eclipse on its mirrors. I've made a complex index of the space used on the mirrors.  It is useful for identifying where your team could take action to move/remove stale content:   https://download.eclipse.org/oomph/archive/eclipse/ E.g

Re: [cross-project-issues-dev] http or https reference to P2 repos: (was Re: Initialization for 2019-06)

2019-04-17 Thread Ed Willink
Hi @David: Thanks for the details. https://bugs.eclipse.org/bugs/show_bug.cgi?id=546516 raised and assigned to Fred who can WONTFIX as appropriate.     Regards         Ed Willink On 17/04/2019 14:32, Dav On 17/04/2019 14:32, David Williams wrote: On 4/16/19 04:13, Ed Willink wrote: Hi I

Re: [cross-project-issues-dev] http or https reference to P2 repos: (was Re: Initialization for 2019-06)

2019-04-17 Thread David Williams
On 4/16/19 04:13, Ed Willink wrote: Hi I just changed the repo reference in the *.aggrcon from http: to https: but the resulting log changes from: 08:40:39 Adding child meta-data repository file:/home/data/httpd/download.eclipse.org/

Re: [cross-project-issues-dev] Issue with Antlr 3.4

2019-04-17 Thread Karsten Thoms
In project Xtext we use (a custom) ANTLR 3.2, which basically has the same issues. We do use antlr-runtime only directly, which is valid and can be found in Orbit. The dependency on antlr 2.7.7 comes from stringtemplate, which is used by the ANTLR generator and by antlr-runtime optionally. This

[cross-project-issues-dev] Issue with Antlr 3.4

2019-04-17 Thread Geyer-Blaumeiser Lars (INST-CSS/BSV-OS3)
Hello guys, We are depending on a component that is using antlr 3.4. But interestingly, with antlr 3.4 comes a compile dependency to antlr 2.7.7, which isn't approved from emo for understandable reasons. How did you resolve the issue in your project when using antlr 3.4? Especially, if it is a