Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 74f8f0d23ce3ea50b950856bb60d0e03e81739ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Filtering errors</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>

<h1>Filtering errors</h1>

<p>The Error Parsers page of the Properties window lists a set of filters that detect error patterns in 
the build output log.</p>

<p>If an error or warning is detected, an icon appears on the file in the Tasks 
view. If the file is not found, the icon appears on the project.</p>

<p>You can define the properties on a per project basis in the New Project 
wizard, in the C/C++ Projects view or in the Project Explorer view. You can also define 
project properties in the Preferences window for future standard make projects.</p>

<p>To select error parsers:</p>

<ol>
  <li>Do one of the following:</li>
  <ul>
  	  <li>To set properties for future Standard Make projects, click <b>Window &gt; Preferences </b>. Expand<b>C/C++</b>, and click <b>New Make Projects</b>.</li>
	  <li>For a Standard Make project, in the C/C++ Projects view, right-click the project, and select <b>Properties</b>.  Select <b>C/C++ Make Project</b> from the list.</li>
	  <li>For a Managed Make project, in the C/C++ Projects view, right-click the project, and select <b>Properties</b>.  Select <b>C/C++ Build</b> from the list.</li>
  </ul>
  <li>Click the <b>Error Parsers</b> tab.</li>
  <li>In the <b>Error parsers</b> list, select error parsers.</li>
  <li>Click <b>OK</b>.</li>
</ol>
  <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
  <a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
  <a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a></p>


<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_u_newproj_parser_error.htm">Error Parsers, C/C++ Properties window</a></p>


<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >

</body>

</html>

Back to the top