Bug 209324 - Warning when buildDefinition toolChain contains no tool elements
Summary: Warning when buildDefinition toolChain contains no tool elements
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 5.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.0.2   Edit
Assignee: Oleg Krasilnikov CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-11-09 06:01 EST by Wieant CLA
Modified: 2008-06-22 02:22 EDT (History)
1 user (show)

See Also:


Attachments
Patch proposal (936 bytes, patch)
2007-11-09 06:02 EST, Wieant CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wieant CLA 2007-11-09 06:01:26 EST
In our "org.eclipse.cdt.managedbuilder.core.buildDefinitions" extension we have defined an abstract toolchain that is subclassed in several configurations at which point it is filled with the necessary tools.

So the 'abstract' toolchain superclass itselve has no tools in it, but currently the extension point schema requires at least one tool in it, hence a warning is issued.
Comment 1 Wieant CLA 2007-11-09 06:02:24 EST
Created attachment 82527 [details]
Patch proposal
Comment 2 Oleg Krasilnikov CLA 2007-11-09 08:12:38 EST
Your patch is applied.
Comment 3 Oleg Krasilnikov CLA 2007-11-09 08:13:06 EST
Fixed.