Skip to content
  • Matthias Bläsing's avatar
    Update validator.jar for html.validation · 54049c2b
    Matthias Bläsing authored
    6debf7f9 updated the validator.jar, this
    update was missing the removal of the CSS validator, which caused
    NoClassDefFoundError at runtime:
    
    java.lang.NoClassDefFoundError: org/w3c/css/util/ApplContext
    at nu.validator.datatype.MediaQuery.checkValid(MediaQuery.java:47)
    at nu.validator.datatype.AbstractDatatype.checkValid(AbstractDatatype.java:77)
    at com.thaiopensource.relaxng.impl.DataDataDerivType.dataDeriv(Unknown Source)
    at com.thaiopensource.relaxng.impl.PatternMemo.dataDeriv(Unknown Source)
    at com.thaiopensource.relaxng.impl.PatternValidator.startElement(Unknown Source)
    
    This changeset updates the validator patch by removing the code for the
    css validator.
    
    In addition the libararies were updated to better match the libraries
    html validator expects.
    54049c2b