The JLinEE tests are part of the Java EE toolset based on the Web Tools Platform (WTP) and are registered in the Java EE perspective as a JLinEE Validator. You can configure these tests globally for all projects in a particular workspace, or for a specified project.
Configuring JLinEE tests on workspace level
- In the menu bar, choose Window → Preferences… → Validation → JLinEE validator.
- If you want to execute only the JLinEE validator, choose Disable All.
- In the displayed table you can configure whether the JLinEE validator is executed manually or automatically:
- If you select the Manual checkbox, you can run the JLinEE tests when you want by choosing Validation in the context menu of a project.
- If you select the Build checkbox, the JLinEE tests are executed automatically when the project is built.
- Choose Apply and then OK.
Configuring JLinEE tests on project level
- In the context menu of a project, choose Properties → Validation.
- Select the Override validation preferences checkbox.
- Deselect the Suspend all validators checkbox.
- In the displayed table you can configure whether the JLinEE validator is executed manually or automatically:
- If you select the Manual checkbox, you can run the JLinEE tests when you want by choosing Validation in the context menu of a project.
- If you select the Build checkbox, the JLinEE tests are executed automatically when building the project.
- Choose Apply and then OK.
- To edit the setting of the whole workspace, choose Configure Workspace Settings…
The results of the JLinEE tests are displayed in the Problems view.
More information: Displaying JLin Results