Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Core build launch configurations are not persistent.
  • From: "Waterlander, Erwin" <erwin.waterlander@xxxxxxxxx>
  • Date: Tue, 4 Oct 2022 07:45:49 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=gdEoFucKf80C3onRF8jIhREtoQWfCOi5VNqvLldzcdQ=; b=i0y8IlHxQ96M3Z6F4ehgR4Gq1NeYEHDAqvggpkT1m2o+HkU7mJ2UsbZSVD8bdVgmoypNUBvGyaWtAjdu4tVyV3+JgW7U+KVaEpe32onsvysXGpPQez9Jg7R8aLaeFvvdeJ3tiazIUAENhSj4HNHtQlZXkKVyynwA1TeUJ9n9OmWBbS2tJR+aObTpl6pIevStsXiHgWV98H+n2kg4N+/E297zURfXxU40vzOeP1UT8vpEt6eIuLGVblcXBoJIgeGdg57IBM1PoJENHzCjx3oNtnRWLi5ZDZora7RxwjOOw7VvfEMh0dY/bfm45CuKSCgmt6tYONLKjqWqMTavbmV6/Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gDFAzVYQdEUjy08Pu/lxCzpKZ4/UQ95BVRRWTAXG1OocVPRYehqeMbS60fsO0wZxvpEaS38bmh3RBzjEsySY0LpgBLH5dPY8WPbVCjkfcOnbSSHIMbxiAHRukmv7zitw3RZCwWjpY05tvJXDFuge2lNtEXMRW4LOMOLxHmKzeN97l07SZQsOFDWWMFLmoiG6OLqXa4ZckYpu5+fQkIJTP7+Zmo5EvE0hJrsCIIE02O/ivuNKK4/Btr0zNZ6+d0Nl/TVXKkz/XTqS+qAKZjBWJ0YbRhNEHsFsEJXm7XLmy73V77hC+EfVq9wwsDvYams8q0PD2aMa8mruPiUz54W6+A==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • Dlp-product: dlpe-windows
  • Dlp-reaction: no-action
  • Dlp-version: 11.6.500.17
  • 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: AdjSTztVAquI8XmxRN2z0oCWStpq0wE6EvsAACM0trA=
  • Thread-topic: [cdt-dev] Core build launch configurations are not persistent.

Hi,

 

The core build launch configurations are of launch-type "Auto C/C++ Local Application" (org.eclipse.cdt.debug.core.localCoreBuildLaunchConfigType). They are present in the .metadata folder, but they contain no build settings. I think that's why the build information is lost when you close the project. I don't know why they disappear completely when you close the project and exit Eclipse. To restore a disappeared launch configuration I delete the project and recreate a new project op top of the old location.

 

regards,

 

--

Erwin Waterlander                                                 Intel

 

From: cdt-dev <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Jonah Graham
Sent: Monday, October 03, 2022 16:51
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Core build launch configurations are not persistent.

 

Hello folks,

 

Does anyone have any knowledge in this area and can help out Erwin?

 

Thanks

Jonah


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

 

 

On Tue, 27 Sept 2022 at 05:05, Waterlander, Erwin <erwin.waterlander@xxxxxxxxx> wrote:

Hi,

I noticed the following playing with core build cmake/make projects.

The launch configurations are only visible in in the launch bar.
Being used to managed build, I found it strange to find build settings in a launch configuration.
When I close the project and re-open it, the build settings are back to default.
When I close the project, exit Eclipse, open Eclipse, open the project, the launch configuration is gone. I see no way to restore it or create a new one.
Is this on purpose? To me it seems not handy.

--
Erwin Waterlander                                                 Intel

---------------------------------------------------------------------
Intel Benelux B.V.
Registered in The Netherlands under number 24134020
Statutory seat: Rotterdam
Registered address: Capronilaan 37, 1119NG Schiphol-Rijk

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

---------------------------------------------------------------------
Intel Benelux B.V.
Registered in The Netherlands under number 24134020
Statutory seat: Rotterdam
Registered address: Capronilaan 37, 1119NG Schiphol-Rijk

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


Back to the top