Re: [platform-dev] [cross-project-issues-dev] CVS support plugin discontinuation

2021-09-23 Thread Jonah Graham
Thank you all for your earlier thoughts and replies. I hope they prove to
be useful to others as my proposal was rejected and my client is
uninterested in funding support for CVS support in Eclipse going forward.
Unless/until someone funds this work, I won't be doing anything further on
it from my end.

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Mon, 20 Sept 2021 at 09:58, Jonah Graham  wrote:

>
> On Mon, 20 Sept 2021 at 02:47, Lars Vogel  wrote:
>
>>
>> Jonah, do you have interest in keeping cvs support around or are you
>> just asking to check for options?
>>
>
> Hi Lars,
>
> I have no personal interest in CVS - however I have one client who still
> uses CVS. I have asked them about CVS support in Eclipse going forward and
> I am waiting for their response. The answers to my questions were
> sufficient to put a proposal together for them.
>
> However, this may simply be the kick they need to move their legacy stuff
> off CVS and onto git.
>
> Thanks
> Jonah
>
___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


Re: [platform-dev] API Errors for SWT

2021-09-23 Thread Mickael Istria
Hi,

About API check, IIRC, it was not completely automated in SWT because it
was requiring a preliminary step to install the right .classpath for the
environment and so on. Back then it was more than what we were able to
implement in a timely manner. Maybe this could more easily be added now so
those checks could be automated.

Cheers,
___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


[platform-dev] API Errors for SWT

2021-09-23 Thread Ed Merks

After pulling today I see these errors:

I wonder how this slipped through the cracks?  Even if I fix the first 
error the others remain.  I guess those are then normally filtered?
___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


Re: [platform-dev] Gerrit Verification for eclipse.platform.releng

2021-09-23 Thread Sravan K Lakkimsetti


Hi Mickael,

The failed tests are applicable only for the full aggregator build. These
are not applicable during gerrit build. Please ignore them

Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, C Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India



From:   "Mickael Istria" 
To: "Eclipse platform general developers list."

Date:   23-09-2021 12:05
Subject:[EXTERNAL] Re: [platform-dev] Gerrit Verification for
eclipse.platform.releng
Sent by:"platform-dev" 



The job for the master branch (
https://ci.eclipse.org/platform/job/eclipse.platform.releng/job/master/ )
shows the same failures. So I think you can ignore them for your current
patch. 
‍ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
This message came from outside your organization.
ZjQcmQRYFpfptBannerEnd
The job for the master branch (
https://ci.eclipse.org/platform/job/eclipse.platform.releng/job/master/ )
shows the same failures. So I think you can ignore them for your current
patch.___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev


___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


Re: [platform-dev] Gerrit Verification for eclipse.platform.releng

2021-09-23 Thread Mickael Istria
The job for the master branch (
https://ci.eclipse.org/platform/job/eclipse.platform.releng/job/master/ )
shows the same failures. So I think you can ignore them for your current
patch.
___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


[platform-dev] Gerrit Verification for eclipse.platform.releng

2021-09-23 Thread Ed Merks

Hi,

The build to verify

https://git.eclipse.org/r/c/platform/eclipse.platform.releng/+/185693

fails like this:

https://ci.eclipse.org/platform/job/eclipse.platform.releng/job/93%252F185693%252F3/1/

But my impression is that this isn't a result of my changes but rather 
that this test cannot pass for a Gerrit verification build.  E.g., 
"buildId property must be specified for testComparatorLogSize test" is a 
failure caused by the build job configuration:


        String buildId = System.getProperty("buildId");
        assertNotNull("buildId property must be specified for 
testComparatorLogSize test", buildId);


So I think to proceed I need to bypass the verification build.

Please correct me if that is a wrong assumption.

Regards,
Ed

___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev