blob: d8e8967e91f6e5c39d771f0f598cce46de986d91 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Changing build order</title>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Changing build order</H1>
<p>By default, the Workbench computes the build order by interpreting project
references as prerequisite relationships. Alternatively, you can explicitly
define the order in which projects are built.
</p>
<p>The Build Order preference page allows you to disable the <b>Use default build
order</b> option so that you can access the projects list and manipulate
the order of it.
</p>
<p>To define the order in which the Workbench performs builds projects:
</p>
<ol>
<li>Open the
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.BuildOrder)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link">
<b>General &gt; Workspace &gt; Build Order</b></a>
preference page.</li>
<li>Ensure that the <b>Use default build order</b> checkbox is cleared. If
it is selected, the buttons on this page are disabled, and builds are performed
in the order of the project list.</li>
<li>(Optional) Click <b>Add Project</b> and <b>Remove Project</b> buttons to
add and remove projects from the list.</li>
<li>Select one or more projects in the list and click <b>Up</b> or <b>Down </b>to
to set the preferred project build order.</li>
<li>Click <b>OK</b> to close the Preferences dialog.</li>
</ol>
<p><img border="0" src="../images/ngrelc.png" alt="Related concepts" ><br>
<a href="../concepts/concepts-22.htm">Builds</a>
</p>
<p><img border="0" src="../images/ngrelt.png" alt="Related tasks" ><br>
<a href="tasks-75.htm">Performing builds manually</a><br>
<a href="tasks-16.htm">Performing builds automatically</a>
</p>
</BODY>
</HTML>