To Skip or Excluding/Disabling jsp Validation in Eclipse, we can disable validation process as below:
Go to Preferences -> Validation Find the Validator you wish to change and select settings (not all of the validators have settings).
You can also exclude specific folder from validation in eclipse, you have to follow following steps to excluse folder validation:
- Right click project
- Select properties
- Select validation
- Check Enable Project specific settings
- Click XMl Validator settings
- Select Exclude Gruop
- Click Add rule
- Select Folder or File name
- Click Next
- Select files or folder which are not validated.
- Click Finish
- Click OK
- Click OK
Thanks.
No comments:
Post a Comment