I have a site that I am testing with the following: <verifyLinks depth="11" onsiteonly="true" excludes=".*js.*"/>
I want to test 11 levels deep and ignore any javascripts files. I'm still receiving errors for the following: http://127.0.0.1:8080/js/prototype/dragdrop.js#600 I thought it would skip over this file since i didn't want it looked after. Also, does anyone have good examples of using reportLinks and ReportSite? Not quite sure the difference between the 2 except that reportSite appears to work if you provide the sub element and reportLinks just seems to short-circuit to true.

