[cross-project-issues-dev] UI tests on HIPP - segfaults and browser support

2017-02-03 Thread Carsten Reckord
Hi everybody, Do any of you have UI tests running on HIPP? I'm running SWTBot tests on the MPC HIPP using Xvnc, and I'm currently having a couple of problems: 1. MPC is using the embedded SWT Browser widget, and since the default XULRunner support doesn't work on GTK3, I moved my tests to WebKi

Re: [cross-project-issues-dev] UI tests on HIPP - segfaults and browser support

2017-02-03 Thread Aleksandar Kurtakov
- Original Message - > From: "Carsten Reckord" > To: "Cross project issues" > Sent: Friday, 3 February, 2017 12:36:59 PM > Subject: [cross-project-issues-dev] UI tests on HIPP - segfaults and browser > support > > Hi everybody, > > Do any of you have UI tests running on HIPP? I'm ru

Re: [cross-project-issues-dev] UI tests on HIPP - segfaults and browser support

2017-02-03 Thread Oberhuber, Martin
Hi Carsten, I suppose that libwebkitgtk.so is not installed or otherwise not working on your HIPP. Eclipse would usually prefer webkitgtk over xulrunner automatically if it’s available. By enforcing webkitgtk, you enforced a non-working configuration. Perhaps at least temporarily you should

Re: [cross-project-issues-dev] UI tests on HIPP - segfaults and browser support

2017-02-03 Thread Carsten Reckord
> > 2. I recently switched my target platform to Oxygen, and now my UI tests > > always segfault somewhere down the line: > > > > > # A fatal error has been detected by the Java Runtime Environment: > > > # > > > # SIGSEGV (0xb) at pc=0x7f19ea78b510, pid=10922, > > > tid=0x7f1b077af700 > >

Re: [cross-project-issues-dev] UI tests on HIPP - segfaults and browser support

2017-02-03 Thread Carsten Reckord
> Hi Carsten, > > I suppose that libwebkitgtk.so is not installed or otherwise not working > on your HIPP. > > Eclipse would usually prefer webkitgtk over xulrunner automatically if > it’s available. > By enforcing webkitgtk, you enforced a non-working configuration. > > Perhaps at least tempora

[cross-project-issues-dev] Oxygen M5 is available

2017-02-03 Thread Frederic Gurr
Oxygen M5 has been made available at the built-in URL of http://download.eclipse.org/releases/oxygen/ (It is a composite, now consisting of M5, M4, M3, and M2.) The EPP Packages are available at the "developers" tab for packages, at https://www.eclipse.org/downloads/index-developer.php T

[cross-project-issues-dev] Problem with org.apache.httpcomponents.httpclient bundle in Oxygen M5

2017-02-03 Thread konstantin.komissarchik
We are having troubling building our plugin against Oxygen M5. The org.apache.httpcomponents.httpclient bundle in M5 build of root eclipse project is missing org.apache.http.entity.mime package. In M5 root Eclipse project repo, the version is 4.5.2 (771KB) and is missing the mime package In M5

Re: [cross-project-issues-dev] Problem with org.apache.httpcomponents.httpclient bundle in Oxygen M5

2017-02-03 Thread Andrey Loskutov
I think this is your bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=508321 Am 3. Februar 2017 18:33:04 MEZ schrieb konstantin.komissarc...@oracle.com: >We are having troubling building our plugin against Oxygen M5. The >org.apache.httpcomponents.httpclient bundle in M5 build of root eclipse >

Re: [cross-project-issues-dev] Problem with org.apache.httpcomponents.httpclient bundle in Oxygen M5

2017-02-03 Thread Daniel Megert
Hi Konstantin I have no clue what you mean with "root". But I can comment for the Eclipse top-level project (a.k.a. as SDK and Platform): we never shipped 'org.apache.http.entity.mime'. Dani From: To: Cross project issues Date: 03.02.2017 18:33 Subject:[cross-project-issues

Re: [cross-project-issues-dev] Problem with org.apache.httpcomponents.httpclient bundle in Oxygen M5

2017-02-03 Thread Gunnar Wagenknecht
FWIW, there is an effort to modify the situation again: https://dev.eclipse.org/mhonarc/lists/orbit-dev/msg04658.html I agree that the situation is problematic. Are you relying just on the bundle symbolic name or are you also using

Re: [cross-project-issues-dev] Problem withorg.apache.httpcomponents.httpclient bundle in Oxygen M5

2017-02-03 Thread konstantin . komissarchik
Yes, by root I mean platform, JDK, etc. > But I can comment for the Eclipse top-level project (a.k.a. as SDK and > Platform): we never shipped 'org.apache.http.entity.mime'. That’s false. The eclipse top-level project repository for 4.6.2 includes version 4.3.6 of the org.apache.httpcomponents.

Re: [cross-project-issues-dev] Problem withorg.apache.httpcomponents.httpclient bundle in Oxygen M5

2017-02-03 Thread Daniel Megert
Sorry, I see you talked about "package". I was looking at bundles. Dani From: konstantin.komissarc...@oracle.com To: Daniel Megert/Zurich/IBM@IBMCH, Cross project issues Date: 03.02.2017 19:24 Subject:Re: [cross-project-issues-dev] Problem withorg.apache.httpcomponents.httpcl

Re: [cross-project-issues-dev] Problem withorg.apache.httpcomponents.httpclient bundle in Oxygen M5

2017-02-03 Thread konstantin . komissarchik
Thanks. I followed the discussion trail that tracks fixing the Orbit bundle to the following bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511333 > 1. Where did version 4.5.2 in root Eclipse project repo come from, as it’s > not in Orbit M5 build? I answered this question myself. This ver

Re: [cross-project-issues-dev] Problem withorg.apache.httpcomponents.httpclient bundle in Oxygen M5

2017-02-03 Thread David Williams
For what it's worth, you are both right. :) Nothing in the platform depends directly on the Apache httpcomponents, but ECF does, and the platform depends on ECF. In fact, part of ECF is duplicated in our repository so that it will be a self-contained reposi