Visual Web JSF Project Properties: Build Category
See Also
The Build panels of the Project Properties dialog box enable you to determine how the IDE compiles a project, creates WAR files, and generates Javadoc documentation. You can open the Project Properties dialog box from the Projects window by right-clicking a main project node and choosing Properties.
Then, in the Categories list on the left side, select the Build node, and then the Compiling, Packaging, or Documenting subnode.
- Compiling panel. Enables you to set general compilation options for your
project. To add additional compiler options, enter them in a space-separated list in the
Additional Compiler Options text field.
- Packaging panel. Enables you to specify the JAR files, folders, libraries, and projects that are to be a part of your application WAR file when it is deployed on the production server. You can also set up a filter to exclude specific types of files from the WAR file.
- Documenting panel. Enables you to configure how the IDE generates Javadoc documentation for your classes.
- See Also
- Projects Window
- Files Window
- Projects Window
Legal Notices