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: Nathan Ridge <zeratul976@xxxxxxxxxxx>
  • Date: Thu, 19 Dec 2019 20:49:06 +0000
  • Accept-language: en-CA, 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=+DTtAsnsHpk2O8bfVggI1kWfG7PO7YkXBNJTjZ08uJc=; b=bp9ljq+c0cHykjZJyvOmLFADTvzJSpXimb+/mAii5HslribBDgf//FYmoPEmf/InrrMUtN0l3dlUQZC0LWnbxgfe3DRkqpUxLQnpxxtcDa1HR63z5oL1f971pEIopdM+1NYB+K+zB61qWfwCU4GZmlWmd0domW6awi9GgvrtkfoIj+cO7dQ+kbY2LI4A167cSc1r0W/XLlwGHOatxHDqVW4hXuDwWu/Siu7IhdjhtLZ+xttq1bLDDlV+FlcUCcOwwkZYx1LqNZTndebjB1gGurVFDjVe0sEw8PC3TgT/aADiAWbQXPKcN6mGWV4h0q+wm7CU0AkaJIBN5VGWq4WF4w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ez4XpPKl5Yx/KxAKYJgoDmr/kokvz2pAhduXuVkLxEgZH9OBoKzG343Cn5C357NjAEdeSxIaTeQKRpURZbsOr7fs3QMmAd99NqOZbLao3VvIaCYkFhAxqFzBxMRK5cjVvgPXh1IiZsbemLCvhlGUKLun4fRqy6AL4I+fB6+NPS4h3wZJgm3WBDJLUdQG2gbK/Zh8vFiKFXHbx74jokT2D9zaJdOoUUTR+hovnQkAuvQ81PpyIQ1K9cuxLkrlQZbWxPl3VhDP3EZCwtoxDdx8mRxqeBSldx3fYzXsKw4x5t8brZfYJFcZWrWrwm93v5PobU9nI7nxFmVnum/k0mjouQ==
  • 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+AACe9mYAALVUAgAACiv6AATrMUIAAAZEAgAANKZSAAAzMAIAAGUtjgAAK8p2AAPozWg==
  • Thread-topic: [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