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: Thu, 19 Dec 2019 09:50:11 +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=I2tpEGxx+CYVTkkBjVkqByvv2kJJ0vOKp9/ljyTUdsg=; b=SnAaV2W9p3ilr/eYDrmvF174IOyExb2VuRx5c7E7t4a4kRxe5WGYVx8E/KhtxHPXfgtB3FODoOHku56FuNE44DMNxpZPptHTaLEyy4k9A9t/bidHxLUYsAhsN47frFyTA7Eh0TTFon2VAM3bOfaBYtk8I2hY/CdyVLQNGGzMtLnulPjxlyHd+VlWGLDklWk9xGtLfgfDscfP1bIntikd9GH7elPM09/AvzjjIeuYuhc6aIdcFHsLv8z6+Yej4hmbWNX/0wE48gSuRt2R9x21tLwQz/WvG6qK/zMBuj3J0jgD/12hKD9ho0YNFJx0dotBdfT0E6Mu7GNzAIo/b6ndLQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=L08KbkLajEeVK8lavEyZX6p3SMNr2mAJOPh1tcVyocQ6/IM2tFrYZJl12q81NVEQTodOO7vpnDC0HAdP3kWeqiPGxCexn6k2r+UK8Im/WWK7eDwwINkYUMLJcGni/mz3woZtKpxLgjqrBSrNz6BHQxB3S3wlwIrc79YTeyGv9+Vj/1JFVWaCS3CeDygF10xIv0zDD/RzTej9TlcxaX+2LT3IYHtT9F46rhZoemOJ5Z2qhc/ljlFjGUpnKpWGEErLfU795iEmUbiGSAdWJqbeQw6ImG2vjZ1a98CdL0qgfNQFmqpwsA9VXDdHv7A3qpJp1WH6AbfBxXqBwQm5VcW+Lw==
  • 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+AACe9mYAALVUAgAACiv6AATrMUIAAAZEAgAANKZSAAAzMAIAAGUtjgAAK8p2AABsKgIAAI+u+
  • Thread-topic: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

Hi Christian,

 

If just want to find org.eclipse.cdt.ui src, it’s very straightforward. If we follow the link https://wiki.eclipse.org/Getting_started_with_CDT_development Launching section

 

Window->Perspective->Other->"Plug in Development". There, you'll see a project with the name org.eclipse.cdt.ui, right click the org.eclipse.cdt.ui project, select "Run As"->"eclipse application". You should see a new instance of eclipse - with the latest version of eclipse CDT plugins.

 

Then I am lost here. I can’t see org.eclipse.cdt.ui. My Eclipse version is:

 

Eclipse IDE for Java Developers

 

Version: 2019-09 R (4.13.0)

Build id: 20190917-1200

 

To allow UMLet src to access CDT, I need jar files. Maybe there is a better way.  Thanks for tips on how to generated it. I stopped at Launching section and did not go further down the guide.

 

Thanks.

 

Sent from Mail for Windows 10

 

From: Christian Walther
Sent: Thursday, December 19, 2019 3:26 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

Mopping up some unanswered questions:

> Issue 2
> I couldn’t follow the above steps bcos I can’t find a project with the name org.eclipse.cdt.ui.

It's at core/org.eclipse.cdt.ui and should have been imported if you followed the steps correctly. There is a list in the article. If you don't have this project, then what projects *do* you have?

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

Why are you so insistent on getting these jars? What would you do with them? They are an implementation detail that you shouldn’t need to care about. They are not generated by the PDE build that you are using up to the "Launching" step. They are generated in the Maven/Tycho build described in the "Building the CDT p2 repository" step.

 -Christian

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

 


Back to the top