Thursday, July 7, 2011

Skip or Excluding/Disabling jsp Validation in Eclipse

Many of the times Validation of jsp in each and every changes irritate and time consuming for developer.

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:


  1. Right click project
  2. Select properties
  3. Select validation
  4. Check Enable Project specific settings
  5. Click XMl Validator settings
  6. Select Exclude Gruop
  7. Click Add rule
  8. Select Folder or File name
  9. Click Next
  10. Select files or folder which are not validated.
  11. Click Finish
  12. Click OK
  13. Click OK

Thanks.

No comments:

Post a Comment