svenkreiss / html5validator

Command line tool to validate HTML5 files. Great for continuous integration.
MIT License
319 stars 34 forks source link

any error in running vnu.jar causes "===> Not HTML5 compatible." #2

Closed mprins closed 9 years ago

mprins commented 9 years ago

any runtime error caused by the java runtime tells people "===> Not HTML5 compatible." while this is may me entirely untrue.

eg. in a site directory with 50 html pages:

html5validator --root .\_site --show-warnings
===> Not HTML5 compatible.

but running on a non-existent directory

html5validator --root C:\_site --show-warnings
===> Not HTML5 compatible.