Hi,
I've started using your plug-in and it works fine using xpath search. Instead I've noticed a validation bug in web.xml scan if a web project use linked resource.
Think about a workspace with a main web project (webTest) ed e common web project webCommon).
webCommon is linked to webTest using linkedResources, so in .project file (of webTest) you have:
Hi, I've started using your plug-in and it works fine using xpath search. Instead I've noticed a validation bug in web.xml scan if a web project use linked resource.
Think about a workspace with a main web project (webTest) ed e common web project webCommon). webCommon is linked to webTest using linkedResources, so in .project file (of webTest) you have:
and in org.eclipse.wst.common.component (of webTest) you have:
Any static resource that is in webCommon/web, like index.html, is not seen by the validator of web.xml (web.xml is in webTest),
File "index.html" not found. web.xml /Web_kion/web/WEB-INF line 480 XML References Problem
Tell me if I can give you more details about this issue.