Re: [cross-project-issues-dev] SWT win32 Broken in Latest 4.20 IBuild?

2021-04-15 Thread Rolf Theunissen
It seemed like the signing service was having trouble, from the commit
message:

diff --git
a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4944r16.dll
b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4944r16.dll
new file mode 100644
index 0..0ab5323f8
--- /dev/null
+++ b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4944r16.dll

@@ -0,0 +1,3 @@
+HTTP Error 400
+Problem accessing '/authenticode/sign'
+Reason: Bad Request

Op vr 16 apr. 2021 om 08:16 schreef Sravan K Lakkimsetti <
sravankum...@in.ibm.com>:

> Found the faulty commit
> https://git.eclipse.org/c/platform/eclipse.platform.swt.binaries.git/commit/?id=a26b79c959e884b3a3a96ce2e2cbf0b6ef9e6d23
>
> Need to investigate why this happened.
>
> @Niraj Modi
> Can you please help?
>
> Thanks
> Sravan
>
> -Original Message-
> From: Ed Merks 
> Sent: 16 April 2021 11:18
> To: Cross project issues 
> Subject: [EXTERNAL] [cross-project-issues-dev] SWT win32 Broken in Latest
> 4.20 IBuild?
>
> Hi,
>
> I updated my target platform from
> http://download.eclipse.org/eclipse/updates/4.20-I-builds and after that
> I could not run any SWT applications anymore:
>
> java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
>
> D:\Users\merks\oomph-1.21\ws\.metadata\.plugins\org.eclipse.pde.core\IDE\org.eclipse.osgi\480\0\.cp\swt-win32-4944r16.dll:
> %1 is not a valid Win32 application
> no swt-win32 in java.library.path: [C:\Program
> Files\Java\jdk-11.0.9\bin,]
> D:\Users\merks\.swt\lib\win32\x86_64\swt-win32-4944r16.dll: %1 is not a
> valid Win32 application
> Can't load library: D:\Users\merks\.swt\lib\win32\x86_64\swt-win32.dll
> D:\Users\merks\.swt\lib\win32\x86_64\swt-win32-4944r16.dll: %1 is not a
> valid Win32 application
>
> Using http://download.eclipse.org/releases/2021-06/202104161000 instead
> works fine, so it seems to be something that's happened between M1 and
> today.
>
> Has anyone else noticed this? For those who "eat our own dog food", such a
> problem could cripple your IDE if you update the IDE itself...
>
> Regards,
> Ed
>
>
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Restricting bugzilla issues creation/edition?

2021-03-19 Thread Rolf Theunissen
RTFM:
https://bugzilla.readthedocs.io/en/5.0/administering/categorization.html#basic-product-group-restriction
Based on group permissions it is controlled who can enter, edit, read,
etc., on a product granularity,  So it should be possible to disable
create, while remain edit rights.

(Sorry to be blund, but manuals do have value although engineers tend to
just ignore them)

Op vr 19 mrt. 2021 om 09:43 schreef Mickael Istria :

> Hi all,
>
> I'm brainstorming about how to have a complete the migration to GitHub for
> some projects (eg m2e, Tycho...). Currently, the main pain point would be
> the bug tracker: the backlog on Bugzilla is huge and migrating it to GitHub
> wouldn't be very relevant, but this backlog needs to remain accessible.
> One approach would be to make the BZ tracker progressively "read-only", or
> at least to prevent from creating new issues.
> For a given product, is it possible to prevent creation of new issues? Is
> it possible to block creation of issues while keeping edition access on
> existing issues? Is it possible to make the product issues "read-only" (no
> creation, no edition)?
> My favorite one at the moment would be to block creation of new issues but
> still allow edition.
>
> Thanks in advance for your insights.
>
> --
> Mickael Istria
> Eclipse IDE 
> developer, for Red Hat Developers 
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] How can I receive daily digest of all new Bugzilla tickets for project?

2020-11-16 Thread Rolf Theunissen
As a workaround (if not already known) you can define and save your custom
search. Then you can query that search with xml/csv/atom. Running a job
somewhere might give you  the digest in your mailbox.

For example all new (and reassigned) bugs for the Eclipse Platform project
in the last 7 days



Op ma 16 nov. 2020 om 09:59 schreef Mickael Istria :

> Hi,
>
> I'd like to configure Bugzilla in a way that for some projects, I receive
> every day a list of the new bugs that were open to them.
> I went through Bugzilla settings and didn't find anything obvious. Did I
> miss anything? Is that already doable or something impossible with Bugzilla?
>
> Thanks in advance
>
> --
> Mickael Istria
> Eclipse IDE 
> developer, for Red Hat Developers 
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] SWT based 3D plot library?

2020-08-21 Thread Rolf Theunissen
The SWT_AWT bridge is indeed not the most stable. However the SWT/JavaFX
bridge should be in better shape. In that case you can look at charting
frameworks that can use JavaFX as backend. For instance JFreeChart and
Orson Charts https://github.com/jfree/, not sure how active they are
maintained.

B.T.W. JFreeChart has a SWT backend too, but it is relatively slow and not
maintained anymore.



Op vr 21 aug. 2020 om 15:13 schreef Andrey Loskutov :

> > I "for SWT" not menas "exclusivly for SWT" like in SWTChart, you can
> > take a look at http://www.jzy3d.org/
>
> Thanks,
>
> this was on my radar, but I fear this can only be used via SWT_AWT bridge,
> and so this would be a no go for me (SWT_AWT is extremely dangerous and
> crashes / deadlocks on GTK3 as much as it only can). See
> https://github.com/jzy3d/jzy3d-api/blob/master/jzy3d-swt/src/main/java/org/jzy3d/bridge/swt/Bridge.java
> .
>
> Kind regards,
> Andrey Loskutov
>
> Спасение утопающих - дело рук самих утопающих
>
> https://www.eclipse.org/user/aloskutov
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Infrastructure Problems

2020-04-06 Thread Rolf Theunissen
There is an bug open about Gerrit access problems:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=561802

Op ma 6 apr. 2020 om 14:05 schreef Christoph Läubrich :

> I can't anymore access the following gerrit:
>
> https://git.eclipse.org/r/#/c/160178/
>
> it has worked today but now I'm always getting error
> "https://git.eclipse.org/r/#/c/160178/";
> Am 06.04.20 um 12:01 schrieb Mikael Barbero:
> > It is fixed.
> > *
> > Mikaël Barbero *
> > *Team Lead - Release Engineering | Eclipse Foundation*
> > 🐦 @mikbarbero
> > Eclipse Foundation : The Platform for Open
> > Innovation and Collaboration
> >
> >> Le 6 avr. 2020 à 06:57, Ed Merks  >> > a écrit :
> >>
> >> FYI,
> >>
> >> I don't know if others are affected but the Oomph CI instance is not
> >> usable right now because of signing service failures and gateway errors:
> >>
> >> https://bugs.eclipse.org/bugs/show_bug.cgi?id=561793
> >>
> >> This started happening yesterday morning (Sunday).
> >>
> >> ___
> >> cross-project-issues-dev mailing list
> >> cross-project-issues-dev@eclipse.org
> >> To unsubscribe from this list, visit
> >> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
> >
> >
> > ___
> > cross-project-issues-dev mailing list
> > cross-project-issues-dev@eclipse.org
> > To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
> >
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Use Milestones/RCs To Test and Run

2019-12-13 Thread Rolf Theunissen
Install your environment using Oomph, select 'latest' Product version, and
you don't even need to worry about updating the p2 repository locations.
Moreover, re-installing milestones and bootstrapping a environment with
Oomph is a matter of minutes. Even having your custom set of plugins
installed is possible, though maybe less well documented/streamlined.

Op vr 13 dec. 2019 om 14:20 schreef Mickael Istria :

>
>
> On Fri, Dec 13, 2019 at 2:12 PM Ed Willink  wrote:
>
>> Yes. It would be great and in the past I did that re-installing for many
>> 6/8 weekly milestones. But with three weekly milestones, not all of which
>> have a coherent set of contributions and four releases a year I just do not
>> have time.
>>
> Just have the right p2 repositories enabled in the preferences and
> auto-update one, and that would be a matter of a few clicks every few weeks.
>
>
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Do You Constantly Need to Login?

2019-12-04 Thread Rolf Theunissen
Hi Ed,

Some while ago I tried to enable Firefox do-not-track functionality, after
that the forum login behaved like you describe here (basically it keeps
asking for the password). I believe that recent versions of Firefox are
enabling more do-not-track functionality.

Regards,
Rolf

Op wo 4 dec. 2019 om 06:10 schreef Ed Merks :

> I don't know if it's just me, or because of some Firefox issue, or
> because of some changes to the Eclipse infrastructure, but I find that I
> often/constantly need to login when I navigate to a Bugzilla, navigate
> to a Forum, or navigate to a CI instance.
>
> Particularly with the Forum, it shows me needing to login, but when I do
> that it navigates me to this page:
>
>https://www.eclipse.org/forums/index.php/re/
>
> And then I have to go back and refresh the Forum page that I was on
> before.  It's rather annoying!
>
> Bugzilla seems to remember my login a little longer, but it too often
> requires a new login as well...
>
> Is anyone else encountering such problems?
>
> Regards,
> Ed
>
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Regarding updatation of N&N pages for Eclipse Installer and EPP w.r.t. Win10 Defender performance issue.

2019-10-16 Thread Rolf Theunissen
Hi Mickael,

It must be possible to detect that Windows Defender is running and show a
warning. At least IntelliJ IDEA and Android Studio's Project Marble should
be doing similar, see
https://blog.jetbrains.com/idea/2019/06/intellij-idea-2019-2-eap5-commit-from-local-changes-and-more/
(scroll down to "Windows Defender performance warning")

Regards,
Rolf

Op wo 16 okt. 2019 om 15:51 schreef Mickael Istria :

> Hello Niraj,
>
> Let's first assume that the vast majority of users don't read any
> documentation ;)
> Can we detect that we are in the "slow" case at runtime? Would it make
> sense to open a popup on startup when we know we're in a bad state?
>
> Cheers,
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev