Building Manually

Projects can be built at any time manually. Manual builds give you the control to build the entire workspace, individual projects, or to rebuild projects.

About this task

To build manually:

Procedure

  1. To incrementally build all open projects, select Projects > Build All or type CTRL+B.

    Note: This is what the Build Automatically feature does.

  2. To incrementally build a particular project, select it in the Project Explorer view, select Projects > Build Project.
  3. To rebuild a project, select it in the Project Explorer view, select Projects > Clean. If the Build Automatically feature is on, it will be rebuilt immediately. If not, you will have to manually build it.

Feedback