Community
Participate
Working Groups
Build Identifier: WTP 3.2 there are cases where I have javascript code alongside my java code. as such, these js files will be existing inside the java output folder, for instance web-inf/classes, after build. js validation should ignore these files by default since they are derived resources. Currently validator does go through these files and flag errors if there are validation problems. Reproducible: Always Steps to Reproduce: 1. create a dynamic web project 2. add a js file with validation errors (such as missing "}") to a java source package 3. build the project 4. notice the error on the js file inside the web-inf/classes folder
Created attachment 178289 [details] proposed patch
Created attachment 179695 [details] updated patch
Committed to HEAD.
Fixed in 3.2.3 and HEAD.