| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML> |
| <HEAD> |
| <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>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 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 <b>Window > Preferences > Workbench > Perform build automatically on resource modification</b>. |
| </P> |
| </DIV> |
| <DIV CLASS="Topic"> |
| <h2> |
| Rebuild Project</h2> |
| <P CLASS="Para"> |
| This command performs a full build of the selected project. That is, it builds (compiles) all |
| resources in the project from scratch.</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 <b>Window > Preferences > Workbench > Perform build automatically on resource modification</b>. |
| </P> |
| </DIV> |
| <DIV CLASS="Topic"> |
| <h2> |
| Rebuild All</h2> |
| <P CLASS="Para"> |
| This command performs a full build. That is, it builds (compiles) all resources in the Workbench from scratch.</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> |
| |
| <p> <br> |
| <a href="../hglegal2003.htm"><img src = "../images/ngibmcpy2003.gif" alt="Copyright IBM Corporation and others 2000, 2003" border="0" width="324" height="14"></a> |
| </p> |
| |
| </BODY> |
| </HTML> |