Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] backporting and building?
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Tue, 9 Jun 2020 00:34:21 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; 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-SenderADCheck; bh=GsPE4Bo80LnPcllpHeGNpNxZRa3Sgq5UOvmN38jB2GM=; b=AVLjVVB/BpUpHu4toaUsL5gOws3CfaI+AzKBhuLpxwpu5EkfJZN4NV/rdEpg84t49tXaqNPb205ySj2x47KxnT8gMULPMDyU1odq6+oU97WlBfFtkr2kjFu8xYMLD5aq+kO0CPVFZJjKj/VgIBWfpC1xtkgvSv2Tb28D4dz0uXYxnJrTnQxizq79AtFP6f2Oyu44AMtFo/YBGlLpc+s73WwdrvpsYB5VmIJv4qaseKk4tO497Ku34K+wxv3qruo15HvW4qu06ZNqSADv2qKxHU0BCUqmkLATUI6p2OMDj77lmIkLMjOUl2M8NBCcOcbzJRqSGqaQo9LgfLmXfI8Wtg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PIna5TniC/slBcQNnmpsE/bYVYDr+5pXgGpwLcivaM1YJn2zba0qvpDvUo8CQimGcT3i3dzvtipjYCxbIVqxLajkxxfzuORgzvY849rmg7HU5+bLPHSPsTVdp4z9MtlvLeIRjVG7kUeAK8lULcGzQ2yAl3U7JfUHqEgMWGxBuMlvdUXpFDx0v1TETXcw1cfh78YgtRJOnQ4pexBh8FeFymK4++CJG/p6gGYF6dgp7OSdPfyxUrd9qiboQ+2+IBC6YBgo8d9LTeSPpy0hH1hQfP9mRuFesUa2PPRjFoGTThXy0hwkA3gY+4dSBPHOTj8Wa/Wxkc6RzlpgWwjnct41+w==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • Ironport-sdr: g90i1kGM6eLqwR/o8jRi5G/1LagaMqztbao4SdvpOPOjtou6Kl0RvfZyqpk0kX572uiAa2nzU1 WqIpMR+fd2zw==
  • Ironport-sdr: OzSIwJDo/u02kiynW72wtaX6cxfDlb4ivbmqLdxwBpdXiglbsWwMsjizkXJOCLxMSTPpMdG93h ooGdM4QHcXXw==
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWPfW4NcxOOD6WlUyQEmXx6jgvgg==
  • Thread-topic: [platform-dev] backporting and building?
  • User-agent: Microsoft-MacOutlook/16.38.20060702

No, it wasn’t what I wanted.  Thanks for pointing that out, Dani!  I have since made my own changes to make Platform 4.15 use Ant 1.10.8 rather than cherry-picking the several commits that have been made to do this.

 

From: <platform-dev-bounces@xxxxxxxxxxx> on behalf of Daniel Megert <daniel_megert@xxxxxxxxxx>
Reply-To: "Eclipse platform general developers list." <platform-dev@xxxxxxxxxxx>
Date: Sunday, June 7, 2020 at 1:23 AM
To: "Eclipse platform general developers list." <platform-dev@xxxxxxxxxxx>
Subject: Re: [platform-dev] backporting and building?

 

Hi Tony

That commit only changes the Ant version in a test class. Is this really what you want to backport?

Dani



From:        "Homer, Tony" <tony.homer@xxxxxxxxx>
To:        "platform-dev@xxxxxxxxxxx" <platform-dev@xxxxxxxxxxx>
Date:        06.06.2020 22:51
Subject:        [EXTERNAL] [platform-dev] backporting and building?
Sent by:        platform-dev-bounces@xxxxxxxxxxx


 

I have an RCP product that is currently building against 4.15 and due to release timing I cannot update to 4.16 until after the current release cycle.

 

I’d like to backport this fix to 4.15:

https://git.eclipse.org/c/platform/eclipse.platform.git/commit/?id=4a27c8ad20b921af8df9731037aa756d70d6875f

 

Applying the patch is no problem, but I’ve never built platform before.

I’m not sure if I need to check out all the repos or can just checkout one of them.

I’m not sure what build command to use.

 

I looked for instructions, but there are none listed on the developer resources page:

https://projects.eclipse.org/projects/eclipse.platform/developer

 

I also looked at ci and it helped with the build command, but I couldn’t work out what I need to do to setup my environment:

https://ci.eclipse.org/linuxtools/job/linuxtools-master/142/console

 

Is there a doc that explains which repos to checkout and what build command to use?

 

Thanks!

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




Back to the top