Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Eclipse and Equinox 4.23 (2022-03) M2 complete
  • From: Sravan K Lakkimsetti <sravankumarl@xxxxxxxxxx>
  • Date: Thu, 3 Feb 2022 05:42:37 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=+HzlmMOaQfF5MHGEPj3fzoMVV8k1KSleJbH4wwzC9bY=; b=ST0gJKRj+pCnlVB1BdUvJztFdqp6GUsDvZfaR4mJF/N1YG37PXnjFRp8yJ4mM6htZbB3wdDfdXAWyy0L8i1cGj6hgHjnOyhWjxX1RT2eyP9IQAWeRSs+PL2ZD2ynIeCIAMXebxPrdg6983qXuTaD4ih6Eo134dFDSJRgF2x9eKAEQebr8/PZOOiJnoluaBj637ZXG9lYhE3a+OYcXqGe6TPulIdHazFSr4+Ka1m+1W5L0vPYFRsOJMf14jrmXKE1f2p7GxhFP4jTCcb//CLQo9HJSBRErsxgpBkVnFJaiOQxPZUJdKsk7H0yw+ILI1jARctsDHSCJkIGd85FMM1U5Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dzSDK0yzN1k7MxUE06nme5ty/e94xSkaAyFsDc3nUcQ28D3tSqm7a/ynGmxgAItqYk32/avR4W855GMvzUDgir4SzSg+zQWbncz5SVF1fcQpKn9HvNuGTGaRDn772MGsmX052W221Pkfvvv7YAFGqaYzf0jyHO60t30qTjs0q9QJ++QHZzLzwRXKtaS6Lbw0cUAvtTgtRhAA7fzZXbsYJWAHKfCu2L36dq1F6018LsquT+kkzII5vvEx7rM2iK4XRtKkxw6TanLbrmaEgYZreZqYReHlyZbboNnEdVxS30qexi5KZNeEMgArVbXs2T3x/yDxjd/lwzQqdWFuVSIapA==
  • Delivered-to: eclipse-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/eclipse-dev/>
  • List-help: <mailto:eclipse-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/eclipse-dev>, <mailto:eclipse-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/eclipse-dev>, <mailto:eclipse-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYFAT2U+OrkZaoOki2lT4LQ2f1sqyBAv8AgABWl/A=
  • Thread-topic: [EXTERNAL] Re: [eclipse-dev] Eclipse and Equinox 4.23 (2022-03) M2 complete

Hi Jonah,

 

This was a decision we have taken when we moved from yearly release to quarterly releases. We decided to keep p2 repo till the end of the release. We do have an easier way to get the zips using the following command.

 

eclipse -nosplash \

  -data <workspace path> \

  -application org.eclipse.equinox.p2.director \

  -repository <comma separated repository locations> \

  -installIU <comma separated products and features list> \

  -destination <destination path> \

  -profile SDKProfile

 

For platform product you can install org.eclipse.platform.ide and for sdk org.eclipse.sdk.ide

 

Build results is a problem may be we’ll need to discuss on how to retain them.

 

Thanks

Sravan

 

 

From: eclipse-dev <eclipse-dev-bounces@xxxxxxxxxxx> On Behalf Of Jonah Graham
Sent: 03 February 2022 06:02
To: General development mailing list of the Eclipse project. <eclipse-dev@xxxxxxxxxxx>
Cc: platform-releng-dev@xxxxxxxxxxx
Subject: [EXTERNAL] Re: [eclipse-dev] Eclipse and Equinox 4.23 (2022-03) M2 complete

 

Hi Kit,

 

The I-build is no longer fully available (i.e. the link from your email does not work anymore). The SimRel still works because the p2 repo is there, but the zips/build results etc seem to be gone.

 

Not sure of the process here as officially Platform does not make an M2 build, but it really helps my testing SimRel/EPP to have the same version of the SDK as the SimRel ships. 

 

Thanks

Jonah


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

 

 

On Fri, 28 Jan 2022 at 00:14, Kit Lo <kitlo@xxxxxxxxxx> wrote:

We have contributed I20220126-1800 to 2022-03 M2.


Thank you to everyone who made this checkpoint possible.

 

Regards,

Kit Lo

Eclipse Babel Project Lead

IBM Eclipse SDK (IES) Technical Lead and Release Manager

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


Back to the top