Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT 9.10.0 M2
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Tue, 12 Nov 2019 01:51:32 +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-SenderADCheck; bh=P874p/MhwtudX4WVGYsbQ6Ah5nr7xezxlvYgNva6frM=; b=Di7H4WrGivn8aCE2lNuZTrPJPdtKlPPK18NiDZVq5O+AX0DiTfP6J7gxvTOuYh42ippHT5zx3+lslXpkqAWbtRaTMMi3AY3JRY7WPwSV9SiTMQmuXNPAcCFqxpPxCaB9+qSeyFEjAUnpuhX6WmTE6iiNKpLnHW1QCDTp6d71PtJ7VfVJOTWkBPjnR3R+38UU9IwT08xxIm20OXI4J+IKiO9dBkTNe3R1H2tzPRejMfC8Wb+n8HhCC+rjs7r8KaBZ5ndkvmqXAdqOPFkGdd/FbpPvB3T5FFzgVi8KHwSKzpWMVlnEfV+67JTLooscN/1ft+rLZx29NQsI+ZuVihy3IA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ITdTSeqRkiBjt9E9PJwYXVQuUT76lR3YUSZO0wH0TUEkzBGyJOZ7brc0W7uEU+ZuP7m1ihjpULwYTMTLpOL7LSGlRZuOuNTHwiUt4wwa8CprQilZ7j8wWDbETCf1JCCOvB/Ud/TApUcesmNAK6jiOSL27biAJMhn0KX3xxTRXZlgtQtSEMdmp3rZMt9QhRu7CLAhvGEsEWjPA/EA2hyYBMH06ABhM+HYZdmulAAW0d70Wxtv741FDERpPlwgDJrKOvryVGeCpCZrzGXqvE5e1tlCJKyhzisagEvbkwhtE0zIPbtKh3TnIH0ZdU7UjIlsLhdm8WHUjXX+CB8VB9mFJQ==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVmJsYwYt9E7+R30u/xkNVRUp2gqeGxabe
  • Thread-topic: [cdt-dev] CDT 9.10.0 M2

Hi Jonah,

 

I for CDT from git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git. When I tried to build it, I got following error:

 

“Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) on project org.eclipse.cdt.core.native: Working tree is dirty.

git status core/org.eclipse.cdt.core.native:

 

Changes not staged for commit:

modified:    core/org.eclipse.cdt.core.native/plugin.properties

 

You are trying to use tycho-buildtimestamp-jgit on a directory that has uncommitted changes (see details above).

Either commit all changes/add files to .gitignore, or enable fallback to default timestamp provider by configuring

jgit.dirtyWorkingTree=warning for tycho-packaging-plugin”

 

Although I did not touch the folder.

 

Is there anyway I can get a complete CDT (CPP code generation part) jar file from Eclipse?

 

Warm Regards.

 

Ming Cheng

 

Sent from Mail for Windows 10

 


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
Sent: Monday, November 11, 2019 10:18:53 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] CDT 9.10.0 M2
 
Hello folks,

The EPP C/C++ package has been published for M2 along with the CDT standalone debugger.

Thank you,
Jonah

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


On Mon, 4 Nov 2019 at 15:29, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Hello folks,

CDT for Eclipse 2019-12 M2 has now been posted.

CDT is planning on shipping 9.10.0 as part of the 2019-12 release. Please have a look at the New and Noteworthy and the active and completed bugs to see what is planned for this release.

The CDT p2 repo is https://download.eclipse.org/tools/cdt/builds/9.10/cdt-9.10.0-simrel-2019-12-m2/ and is based on commit 4d94b8457  
.
The complete bundled C/C++ Package (the one that will be posted to https://www.eclipse.org/downloads/) will be ready this Friday/Saturday as will the CDT Standalone debugger for 2019-12 M2.

---

This is our schedule for publishing CDT's contribution to 2019-12 simultaneous release. See SimRel 2019-12 Plan for further details.  (The EPP generally will be available on Friday of the same week):
Today - 2019-12 M2
Monday 25 Nov - 2019-12 M3
Monday 2 Dec - 2019-12 RC1
Monday 9 Dec - 2019-12 RC2
Then we are in Quiet week(s) until the release on Wed 18 Dec.

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

Back to the top