Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm56
1 files changed, 28 insertions, 28 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
index d7c211eca06..b51ef9cf239 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
@@ -11,9 +11,9 @@
<body>
-<h1>Error Parser Options</h1>
+<h1 role="main">Error Parser Options</h1>
-<p>Use the <strong>Error Parsers Tab</strong> on <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.make.ui.preferences.BuildSettings)")'>
+<p>Use the <strong>Error Parsers Tab</strong> on <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.make.ui.preferences.BuildSettings)")'>
Build</a> preference panel to define global error parsing options.
</p>
<p><strong>Error Parsers</strong> scan build output looking for potential error or warning messages.
@@ -30,13 +30,13 @@
<col width="70%" valign="top" >
</colgroup>
<tbody>
- <tr align="center">
- <td><strong>Group</strong></td>
- <td><strong>Description</strong></td>
+ <tr style="text-align:center;">
+ <th id="group"><strong>Group</strong></th>
+ <th id="description"><strong>Description</strong></th>
</tr>
<tr valign="top">
- <td><strong>Error Parsers</strong></td>
- <td>Lists the available error parsers and the order in which they are called.
+ <td headers="group"><strong>Error Parsers</strong></td>
+ <td headers="description">Lists the available error parsers and the order in which they are called.
<ul>
<li>Click <strong>Add...</strong> to add additional parsers.</li>
<li>Click <strong>Edit...</strong> to show the Error Parser Options list if applicable.</li>
@@ -46,8 +46,8 @@
</ul></td>
</tr>
<tr valign="top">
- <td><strong>Error Parser Options</strong></td>
- <td>Lists the patterns used by the selected error parser and the order in which they are called.
+ <td headers="group"><strong>Error Parser Options</strong></td>
+ <td headers="description">Lists the patterns used by the selected error parser and the order in which they are called.
<ul>
<li>Click <strong>Add...</strong> to add a new pattern to the list.</li>
<li>Click <strong>Delete</strong> to remove a pattern.</li>
@@ -67,13 +67,13 @@
<col width="70%" valign="top" >
</colgroup>
<tbody>
- <tr align="center">
- <td><strong>Field</strong></td>
- <td><strong>Description</strong></td>
+ <tr style="text-align:center;">
+ <th id="field"><strong>Field</strong></th>
+ <th id="description2"><strong>Description</strong></th>
</tr>
<tr valign="top">
- <td><strong>Severity</strong></td>
- <td>Defines severity of problem marker to be generated. The choice is one of following:
+ <td headers="field"><strong>Severity</strong></td>
+ <td headers="description2">Defines severity of problem marker to be generated. The choice is one of following:
<blockquote>
<img src="../images/icon_error.gif" alt="Error"> <strong>Error</strong>
<br> <img src="../images/icon_warning.gif" alt="Warning"> <strong>Warning</strong>
@@ -84,36 +84,36 @@
</td>
</tr>
<tr valign="top">
- <td><strong>Pattern</strong></td>
- <td>Java regular expression pattern. This pattern should define groups in parentheses for using
+ <td headers="field"><strong>Pattern</strong></td>
+ <td headers="description2">Java regular expression pattern. This pattern should define groups in parentheses for using
in <strong>File</strong>, <strong>Line</strong>, and <strong>Description</strong> fields.
<br>The pattern is assumed to start from the beginning of line and end at the end,
so it is unnecessary to specify starting &quot;^&quot; or ending &quot;$&quot; in the pattern.
</td>
</tr>
<tr valign="top">
- <td><strong>File</strong></td>
- <td>Define a file which will be associated with the problem marker.
+ <td headers="field"><strong>File</strong></td>
+ <td headers="description2">Define a file which will be associated with the problem marker.
<br>This is a replacement pattern. Use <strong>$</strong> notation
to refer to one of the the groups defined in <strong>Pattern</strong>,
i.e. <strong>$1</strong>, <strong>$2</strong>,<strong>$3</strong> etc.
</td>
</tr>
<tr valign="top">
- <td><strong>Line</strong></td>
- <td>Define a line in the file which will be associated with the problem marker.
+ <td headers="field"><strong>Line</strong></td>
+ <td headers="description2">Define a line in the file which will be associated with the problem marker.
<br>This is a replacement pattern like for <strong>File</strong> field.
</td>
</tr>
<tr valign="top">
- <td><strong>Description</strong></td>
- <td>Define a description which will be assigned to the problem marker.
+ <td headers="field"><strong>Description</strong></td>
+ <td headers="description2">Define a description which will be assigned to the problem marker.
<br>This is a replacement pattern like for <strong>File</strong> field.
</td>
</tr>
<tr valign="top">
- <td><strong>Consume</strong></td>
- <td>This field defines if the pattern stops processing of output line (consumes it).
+ <td headers="field"><strong>Consume</strong></td>
+ <td headers="description2">This field defines if the pattern stops processing of output line (consumes it).
By default it does (field is empty).
Use <strong>No</strong> if the same line needs to be processed by several patterns.
</td>
@@ -121,17 +121,17 @@
</tbody>
</table>
-<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
+<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br><a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
</p>
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
+<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br><a href="../tasks/cdt_o_builderrors.htm">Tracking down compilation errors</a>
<br><a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a>
<br><a href="../tasks/cdt_o_build_task.htm">Building projects</a>
</p>
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
+<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br><a href="../reference/cdt_u_prop_build_settings_errparser.htm">Project properties, Error Parsers tab</a>
<br><a href="../reference/cdt_u_console_view.htm">Console View</a>
<br><a href="../reference/cdt_u_problems_view.htm">Problems View</a>

Back to the top