2010-02-01 16:23:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.2"?>
|
2006-07-24 18:34:31 +00:00
|
|
|
<plugin>
|
2010-04-07 16:04:56 +00:00
|
|
|
<extension id="XlcErrorParser" name="%CDTXLCErrorParser.name" point="org.eclipse.cdt.core.ErrorParser">
|
|
|
|
<errorparser
|
|
|
|
class="org.eclipse.cdt.core.errorparsers.RegexErrorParser"
|
|
|
|
id="org.eclipse.cdt.errorparsers.xlc.XlcErrorParser"
|
|
|
|
name="%CDTXLCErrorParser.name">
|
|
|
|
<pattern
|
|
|
|
regex="%CDTXLCErrorParser.pattern.error"
|
|
|
|
severity="Error"
|
|
|
|
file-expr="$1"
|
|
|
|
line-expr="$2"
|
|
|
|
description-expr="$4"
|
|
|
|
eat-processed-line="true">
|
|
|
|
</pattern>
|
|
|
|
<pattern
|
|
|
|
regex="%CDTXLCErrorParser.pattern.warning"
|
|
|
|
severity="Warning"
|
|
|
|
file-expr="$1"
|
|
|
|
line-expr="$2"
|
|
|
|
description-expr="$4"
|
|
|
|
eat-processed-line="true">
|
|
|
|
</pattern>
|
|
|
|
<pattern
|
|
|
|
regex="%CDTXLCErrorParser.pattern.macro"
|
|
|
|
severity="Warning"
|
|
|
|
file-expr="$6"
|
|
|
|
line-expr="$5"
|
|
|
|
description-expr="%CDTXLCErrorParser.pattern.macro.replacement"
|
|
|
|
eat-processed-line="true">
|
|
|
|
</pattern>
|
|
|
|
<pattern
|
|
|
|
regex="%CDTXLCErrorParser.pattern.info"
|
|
|
|
severity="Info"
|
|
|
|
description-expr="$4"
|
|
|
|
file-expr="$1"
|
|
|
|
line-expr="$2"
|
|
|
|
eat-processed-line="true">
|
|
|
|
</pattern>
|
|
|
|
<pattern
|
|
|
|
regex="%CDTXLCErrorParser.pattern.ld.error"
|
|
|
|
severity="Error"
|
|
|
|
file-expr=""
|
|
|
|
line-expr=""
|
|
|
|
description-expr="$2"
|
|
|
|
eat-processed-line="true">
|
|
|
|
</pattern>
|
|
|
|
<pattern
|
|
|
|
regex="%CDTXLCErrorParser.pattern.ld.error2"
|
|
|
|
severity="Error"
|
|
|
|
file-expr=""
|
|
|
|
line-expr=""
|
|
|
|
description-expr="$2"
|
|
|
|
eat-processed-line="true">
|
|
|
|
</pattern>
|
|
|
|
<pattern
|
|
|
|
regex="%CDTXLCErrorParser.pattern.ld.warning"
|
|
|
|
severity="Warning"
|
|
|
|
file-expr=""
|
|
|
|
line-expr=""
|
|
|
|
description-expr="$2"
|
|
|
|
eat-processed-line="true">
|
|
|
|
</pattern>
|
|
|
|
<pattern
|
|
|
|
regex="%CDTXLCErrorParser.pattern.ld.info"
|
|
|
|
severity="Info"
|
|
|
|
file-expr=""
|
|
|
|
line-expr=""
|
|
|
|
description-expr="$2"
|
|
|
|
eat-processed-line="true">
|
|
|
|
</pattern>
|
|
|
|
</errorparser>
|
|
|
|
</extension>
|
2006-07-24 18:34:31 +00:00
|
|
|
</plugin>
|