Closed GoogleCodeExporter closed 9 years ago
About "the impression it slows down the build", this is based on a 20 sec. wait
(no output) during the build between the following output messages:
[WARNING] No dictionary file under folder d:\src\main\resources\messages.
Skipping spellcheck validation.
and
[ERROR] Could not initialize HtmlValidator
Original comment by dies...@gmail.com
on 21 Mar 2014 at 1:27
This noticed adding <xhtmlSchema>xhtml5.xsd</xhtmlSchema> makes the error, and
the delay, go away :)
Original comment by dies...@gmail.com
on 21 Mar 2014 at 1:35
Thanks for the stacktrace, I knew something was wrong in there, but you nailed
down the issue !
There was an absolute import in the xhtml1 schemas which was causing latency:
<xs:import schemaLocation="http://www.w3.org/2001/xml.xsd"/>
This was the cause of the average 20 sec build slowness, and the issue wasn't
present in the xhtml5 schema.
Original comment by romain.q...@gmail.com
on 23 Mar 2014 at 4:39
Original comment by romain.q...@gmail.com
on 23 Mar 2014 at 4:40
Wrong status
Original comment by romain.q...@gmail.com
on 23 Mar 2014 at 9:13
Issue has been fixed in 1.8
Original comment by romain.q...@gmail.com
on 30 Nov 2014 at 11:53
Original issue reported on code.google.com by
dies...@gmail.com
on 20 Mar 2014 at 10:15