Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Wed, 8 Jan 2020 06:15:53 +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=gcBGy+MUy6a1XM0Yr/2tLM5gntCf12It70q8jiphggE=; b=A9dGF5SY4Ml/jfegojzFRktCKteP2ItKMUUtu5WwZMMZKKXf3SxR7n+m1W7Ubac8EWf8EWbEdkdhyiy9OJvcmhWUYBwpgwXOwFBhzAhFZLL4iBK3iHrOBzYagdC9cILHA32iR/DH9CQLaZ2p1NIH4AQdzKg74Kwv0/l7edHlpjeFe1IgV9Wx9TWoIztRVf14NWtPp4GfOpvR5JDak5BeXfwbfoSxJwIRRSSri1cLG0SajzyYGwnRk1DOQLqIEemCJ1KZReb9dz1kPoYZGXKB/y2fGRBx90XuAvP8WklIu6K6wxTigXiEDb31wBbL90n5vFLfMx0VBg0+7NHtUvJMUw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WhHWUa4FO80KULjLsZ4cG5WszL7gA0u+gwJPOnk7zzc/xf2CqNeqo5WqaRIErjBTSqHMTFo7/uDsSGGrJ6oker1wPmHof88E/JMlnRhKPs93MhMhDrbKJpCc008yDtW0roHky/fE6SNPXTZkpS8u0Ro9fVJWANB9n6m5/L+xQt7V3p6mYjQ/MgtsibKN4qGM2gXhaBqBaASHXcm+Mx4O9Fc/9c8R3f/3k6RzUjzfa/iqSegTGC2SgDl/vi+kKi8vfl4EQW7NLTE+gEKDbrJ02QjKm4TE74MTdFDZSSUUWs0k20Bt8GZaQNLuY4nO1vk7AinhL5yDVvB8pwNWc9WXqQ==
  • 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: AQHVqwsPman4yV3TP06y8wYySKvP3qeqyVwAgA0X656AAAg4AIAEX/kDgACj6ICAASpIK4AAX7CAgADAhK+AACe9mYAALVUAgAACiv6AATrMUIAAAZEAgAANKZSAAAzMAIAAGUtjgAAK8p2AAPozWoAdEaMFgAFn6fM=
  • Thread-topic: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

Hi Nate,

 

I downloaded an older Eclipse Committer (Eclipse IDE for Eclipse Committers  Version: 2019-03 (4.11.0)  Build id: 20190314-1200). Don’t know why ExportàPlugins works now.

 

However I can only see these CDT related jars files:

 

 

However Eclipse CDT IDE build has a lot of CDT related jar files:

 

 

Rgds.

 

Sent from Mail for Windows 10

 

From: Ming Cheng
Sent: Tuesday, January 7, 2020 4:44 PM
To: Nathan Ridge; CDT General developers list.
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

Hi Nate,

 

Happy 2020! I like your suggestion but encountered some issue:

 

cid:image001.png@01D5C579.8C2D2060

 

After clicking Finish, then

 

cid:image002.png@01D5C579.99A7BFC0

 

Keen to hearing your further input.

 

Sent from Mail for Windows 10

 

From: Nathan Ridge
Sent: Friday, December 20, 2019 4:49 AM
To: Ming Cheng; CDT General developers list.
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

> What’s the ABC steps to generate all CDT jars?

The steps that I've had success with are:

1. Follow the steps in the first two sections of the "Getting started" article [1] ("Eclipse installation" and "Setting up the sources").
2. Then perform File --> Export --> Plug-in Development --> Deployable features.
3. Select the features you're interested in (possibly all of them), and enter a destination directory under "Directory".
4. Press "Finish" and wait for the operation to complete. The jars will be in the "plugins" subdirectory of the directory you entered.

Hope that helps,
Nate

[1] https://wiki.eclipse.org/Getting_started_with_CDT_development

 

 


Back to the top