| <!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, 2005. 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=utf-8"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <title>Project menu</title> |
| </head> |
| <body bgcolor="#FFFFFF"> |
| <h1 class="Head">Project menu</h1> |
| <p class="Para">The Project menu allows you to perform actions (builds or compilations) on projects in the |
| Workbench.</p> |
| <div class="Topic"> |
| <h2>Open Project</h2> |
| <p class="Para">This command opens the currently selected project or projects. The selected projects must currently |
| be closed for this command to be available.</p> |
| </div> |
| <div class="Topic"> |
| <h2>Close Project</h2> |
| <p class="Para">This command closes the currently selected project or projects. The selected projects must be |
| currently open for this command to be available. Closing a project will remove all of that project's state from |
| memory, but the contents on disk are left untouched.</p> |
| </div> |
| <div class="Topic"> |
| <h2>Build All</h2> |
| <p class="Para">This command performs an incremental build on all projects in the Workbench. That is, it builds |
| (compiles) all resources in the Workbench that are affected by any resource changes since the last incremental |
| build. This command is only available if auto-build is turned off. Auto-build is turned off via the <strong>Build |
| Automatically</strong> menu option or from the <b>General > Workspace</b> preference page.</p> |
| </div> |
| <div class="Topic"> |
| <h2>Build Project</h2> |
| <p class="Para">This command performs an incremental build on the currently selected project. That is, it builds |
| (compiles) all resources in the project that are affected by any resource changes since the last build. This |
| command is only available if auto-build is turned off. Auto-build is turned off via the <strong>Build |
| Automatically</strong> menu option or from the <b>General > Workspace</b> preference page.</p> |
| </div> |
| <div class="Topic"> |
| <h2>Build Working Set</h2> |
| <p class="Para">This menu allows you to performs an incremental build on a working set. That is, it builds |
| (compiles) all resources in the working set that are affected by any resource changes since the last build. This |
| command is only available if auto-build is turned off. Auto-build is turned off via the <strong>Build |
| Automatically</strong> menu option or from the <b>General > Workspace</b> preference page.</p> |
| </div> |
| <div class="Topic"> |
| <h2>Clean</h2> |
| <p class="Para">This command discards all previous build results. If autobuild is on, then this invokes a full |
| build.</p> |
| </div> |
| <div class="Topic"> |
| <h2>Build Automatically</h2> |
| <p class="Para">This command allows you to toggle the auto build preference. The auto-build preference is also |
| located on the <b>General > Workspace</b> preference page.</p> |
| </div> |
| <div class="Topic"> |
| <h2>Properties</h2> |
| <p class="Para">This command opens a dialog showing the properties of the selected project or of the project that |
| contains the selected resource.</p> |
| </div> |
| </body> |
| </html> |