Project Menu

The Project menu allows you to perform actions (e.g., builds or compilations) on projects in the Workbench.

Open Project

This command opens the currently selected project or projects. The selected projects must currently be closed for this command to be available.

Close Project

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.

Build Project

This command performs an incremental build on the currently selected project. That is, it builds (e.g., 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 Preferences > Workbench > Perform build automatically on resource modification.

Rebuild Project

This command performs a full build of the selected project. That is, it builds (e.g., compiles) all resources in the project from scratch.

Build All

This command performs an incremental build on all projects in the Workbench. That is, it builds (e.g., 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 Preferences > Workbench > Perform build automatically on resource modification.

Rebuild All

This command performs a full build. That is, it builds (e.g., compiles) all resources in the Workbench from scratch.

 
Copyright IBM Corporation and others 2000, 2002