blob: cca8f892e6100abc4dc25db4f03f384db5583d66 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. 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">
<meta name="GENERATOR" content="Mozilla/4.76 [en] (Windows NT 5.0; U) [Netscape]">
<title>
Project actions
</title>
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
</head>
<body>
<h1>
Project actions
</h1>
<p>
Project menu commands:
</p>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Function
</p>
</th>
<td>
<strong>Keyboard Shortcut</strong>
</td>
</tr>
<tr align="left" valign="top">
<td align="left" valign="top">
<p>
Open Project
</p>
</td>
<td align="left" valign="top">
<p>
Shows a dialog that can be used to select a closed project and open it
</p>
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td align="left" valign="top">
<p>
Close Project
</p>
</td>
<td align="left" valign="top">
<p>
Closes the currently selected projects
</p>
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td align="left" valign="top">
<p>
Build All
</p>
</td>
<td align="left" valign="top">
<p>
Builds all projects in the workspace. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the
number of changed files.
</p>
</td>
<td>
Ctrl + B&nbsp;
</td>
</tr>
<tr>
<td align="left" valign="top">
<p>
Build Project
</p>
</td>
<td align="left" valign="top">
<p>
Builds the currently selected project. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the
number of changed files.
</p>
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td align="left" valign="top">
<p>
Build Working Set
</p>
</td>
<td align="left" valign="top">
<p>
Builds the projects contained in the currently selected working set. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the
number of changed files.
</p>
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td align="left" valign="top">
<p>
Clean...
</p>
</td>
<td align="left" valign="top">
<p>
Shows a dialog where the projects to be cleaned can be selected.
</p>
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td>
Build Automatically
</td>
<td>
If selected, all modified files are automatically rebuilt if saved. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the
number of changed files.
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td>
Generate Javadoc...
</td>
<td>
Opens the Generate Javadoc wizard on the currently selected project.
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td>
Properties
</td>
<td>
Opens the property pages on the currently selected project.
</td>
<td>&nbsp;
</td>
</tr>
</tbody>
</table>
<p>
<img src="../images/ngrelc.png" alt="Related concepts" border="0" >
</p>
<p>
<a href="../concepts/concepts-3.htm">Java projects</a><br>
<a href="../concepts/concepts-4.htm">Java builder</a>
</p>
</body>
</html>