Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dd50fa57ee8dda9a096af848e99b47d60d514147 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Build preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>

<body>

<h1>Build preferences</h1>

<p>Use the <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)")'>Build</a> preference panel to define global error parsing options.</p>
<p><img src="../images/pref_panel_build.png" alt="Build Preferences Panel"></p>

<table width="700px" cellpadding="5" cellspacing="0" border="1" >
	<caption><strong>Build Preference Options</strong></caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<tbody>
		<tr align="center">
			<td><strong>Group</strong></td>
			<td><strong>Description</strong></td>
		</tr>
		<tr valign="top">
			<td><strong>Error Parsers</strong></td>
			<td>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>
				<li>Click <strong>Delete</strong> to remove a parser.</li>
				<li>Click <strong>Move Up</strong> to move a parser earlier in the call order.</li>
				<li>Click <strong>Move Down</strong> to remove a parser later in the call order.</li>
			</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.
			<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>
				<li>Click <strong>Move Up</strong> to move a pattern earlier in the call order.</li>
				<li>Click <strong>Move Down</strong> to remove a pattern later in the call order.</li>
				<li>Click a pattern to select it for editing.</li>
			</ul></td>
		</tr>
	</tbody>
</table>

<p><img border="0" 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><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<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"> <br>
<a href="../reference/cdt_o_views.htm">Views</a></p>
<hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ><br>
<img src="../images/nokiaCopyright.png" ALT="Nokia Copyright Statement" >

</body>

</html>

Back to the top