Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] help with local build
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Thu, 12 Sep 2019 20:24:31 +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=sme9J1yyPNnh0IEf+U6xSXT4X/A6exepWKJbUAdA5AQ=; b=PmO3CHxe4byB1LpGn7EHg7UCCwJyhMhOc+L4rYfSMgIsEIeK3d+mLa06HbGbFmL90vccIotasuPzACFb+vWG9ytK59N28Tv9LUIHW3eOUd2YldIgtPTkOVm6sBrRzI2M5S2T0z74+03IZjajNocf+RN05+ELzVPU7OhVfAWhcLeUHTZXaYWnzFxTv1/BFq+GUy4TSdofrVO5ndYkfvZYN/CY9BZ+YauQgM7Kkfs1cRZx6fdoNyi48Mt3DFPBrh0YOJwDyz3NcNSkkDxpxOjBt5JzwhXHCFCTtA5WCeHRmiiv6ItOnP6b8S5A/KdjbtqSRlVv3Kay3NXt1PiQ3E6D6Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hxc70Uav3CAxpzhaalSEKVwI981bk7HF8dPqantVDYMBGzY5cP08GpxsgpSRY+HIVDVhIkYpMrRiK5eWVI8VZOy191ptnuxB6ZbLGI8eXTeL4JYszqZm7tIEiSD3yFYkNkhEM+IFJJ9DywZXP1Umi+jcYu4Oich9U8Lq6npz6pHdNV2VIaan6p55UIgySjSmyBYNBE4bdWFYIS8K0degw+p4UIK9NHC1uG8P0bfksWkngaql/5AtVBc/4BETfzIvNEqtihHQ7AwKzrJ900yVY6wuPuV/P19lsnIjc3ZPXdAI4MK5+D3k00L5lJB80+Kd7IXzlJAT6eV1rg4ZLvKY/Q==
  • Delivered-to: mylyn-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/mylyn-dev>
  • List-help: <mailto:mylyn-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mylyn-dev>, <mailto:mylyn-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mylyn-dev>, <mailto:mylyn-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVaagVwyRp42ZNhkGHlzABw5SB0g==
  • Thread-topic: [mylyn-dev] help with local build
  • User-agent: Microsoft-MacOutlook/10.1d.0.190830

Bump

 

From: <mylyn-dev-bounces@xxxxxxxxxxx> on behalf of "Homer, Tony" <tony.homer@xxxxxxxxx>
Reply-To: Mylyn developer discussions <mylyn-dev@xxxxxxxxxxx>
Date: Thursday, September 5, 2019 at 10:41 AM
To: "mylyn-dev@xxxxxxxxxxx" <mylyn-dev@xxxxxxxxxxx>
Subject: [mylyn-dev] help with local build

 

Hi mylyn-dev.

 

My team is working on a fork of Eclipse for C/C++ Developers.  The reason we need this is because our company has stringent requirements for releasing software without CVEs.  Even if the CVEs are not relevant to the usage model in the product, we are required to mitigate them.  In the case of Eclipse for C/C++ Developers, one of the issues we have to resolve is that Mylyn depends on older versions of Guava.  In order to resolve this, we need to build a version of Mylyn that is updated to use newer versions of Guava.  Then we can use our fork of Mylyn to build our fork of Eclipse for C/C++.  It’s a pain but as far as I know, it’s our only route forward.

 

We were able to build mylyn-commons, but haven’t been able to build mylyn-contet.  I believe this might be because we have our local repositories set up incorrectly, but there are also other issues.  For example, the target file for mylyn.context is pointing at an Orbit repo from 2013, but in looking at ci.mylyn builds for mylyn.context, when the target is being resolved, a 2018 Orbit repo is used.  However, grepping the repo for the repo timestamp yields no results. 

 

We read through the docs in the repos and some of the docs in the wiki (https://wiki.eclipse.org/Mylyn, https://wiki.eclipse.org/Mylyn/Build_Infrastructure, https://wiki.eclipse.org/index.php?title=Mylyn/Contributor_Reference) and took a look at some of the ci repos but haven’t been able to move forward.  We’re going to keep stumbling along, but could use some help.

 

Specifically, please help us understand how to set up our local clones, any environment variables that are needed and what build command we should use.  Our goal is to build a fork of the latest release of Mylyn including all of the sub-projects.  If there is already documentation that explains this and we missed it or misunderstood it, please point us to the exact parts we need to read.  Thanks in advance for reading and responding!!!

 

Tony Homer


Back to the top