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: Tue, 7 Jan 2020 08:44:17 +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=NZSi/WjBVMPIpzO4m5phgf3WPcGn71Tl+HTfstQqFwY=; b=m3l+Q+7jimWw5DxKZKpwZ9I3+coJCRppAx5W1cyYFjz9ufu3O5IkTskTyRuYzZ3NtesluuqHGqVA8g9V7AXJuY775akgZgN8vG6Bg+maHnqclLWSDwcR6rq5bz92rQUQG4y0kGGxmgv5zQ0EygJMuPmfZt2hDu/MjMGgC0xsH8rOfxXXsnrsKsqYrK33gi5YUgRxehoP69/sgwLCU+5rfTiu6z/J1pmpLQjdvKpBriBFuNDdWSioa63f9dQqJLMDQPfLD8/Mno32l7bsp46VhtNPzJxGxFA97p8C2EBXsXozJ3wVyd5i7EFtvw+6rF+AfmZcEgNVQL79L6Fz++PJvg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=n+f364sYAygy2aYPcosT7gEF3ILsSg5xNXGkscGAi+v81D5/2rY+bb38UQS458qiKO5B5kaVXNNn1VgOPlHznDzGj61vXuGiiDHEzUL0BeLIxAW1v+Yeou4Y/Av0/8+NUHF14MXQ1uTA1ACIhI6e7uFhGwh/EWoLzV+jVEGDXz16+yoHMEmyDo6PRXv3OiD8ZslZNP0tp9GgYq4aTKpHKhlY38GMgo1BhRSnNAQvQcMUvERek619285u3Jr/CK4Yh8s556R0NNlm7npwWdxky9ck+TKprWcESmQd6oknmVSog5PBKBALrRbQjd7qF4CG+ZNoHxggd/RAbTGG3B4NJA==
  • 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+AACe9mYAALVUAgAACiv6AATrMUIAAAZEAgAANKZSAAAzMAIAAGUtjgAAK8p2AAPozWoAdEaMF
  • Thread-topic: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

Hi Nate,

 

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

 

 

After clicking Finish, then

 

 

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