Bug 366770 - projectType name attribute causes configurations to disappear
Summary: projectType name attribute causes configurations to disappear
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 8.1.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 18:24 EST by Petr Penzin CLA
Modified: 2020-09-04 15:18 EDT (History)
2 users (show)

See Also:


Attachments
CDT configruation file that causes build configuraitons to disappear (100.54 KB, text/xml)
2011-12-14 18:28 EST, Petr Penzin CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Penzin CLA 2011-12-14 18:24:49 EST
Build Identifier: 20110615-0604

We are working on integrating PGI compilers with Eclipse. When <projectType> element in plugin.xml configuration has name attribute set New Project Wizard fails to pick up build configurations.
Same as in CDT Forum: http://www.eclipse.org/forums/index.php/mv/msg/209139/669993/

Reproducible: Always

Steps to Reproduce:
1. Export and install plugin with name attribute being set in projectType
2. File -> New -> C Project -> Select "Hello World ANSI Project" -> Select your custom toolchain
3. Press Next twice to get to "Select configurations" screen. Configurations list is empty and message "At least one configuration should be available. Project cannot be created." is on the top of the form.
Comment 1 Petr Penzin CLA 2011-12-14 18:28:44 EST
Created attachment 208416 [details]
CDT configruation file that causes build configuraitons to disappear

Removing 'name' attribute in projectType element (lines 1788, 1875, 1961) solves the issue.