Processing an Order in a Purchase Order System

Building the Project

The next step to creating your project is to clean and build it, which means compiling, correcting, and packaging the project's components.

ProcedureTo compile and package the project

  1. In the Projects window, select the HTTP-SOAP-PO-BPEL project node.

  2. From the NetBeans Toolbar, click the Clean and Build Main Project icon (hammer and broom).

  3. The Output window displays the Ant output and any compilation errors. If any errors are found, double-click each error to go to the error location in the source code. Refer to the error message for information on how to resolve the error.