You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/08/12 20:46:08 UTC

[GitHub] [netbeans] matthiasblaesing opened a new pull request #2308: Update validator.jar for html.validation

matthiasblaesing opened a new pull request #2308:
URL: https://github.com/apache/netbeans/pull/2308


   6debf7f90cf42e7dcac649cc6d55abf38ab678cc 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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #2308: Update validator.jar for html.validation

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #2308:
URL: https://github.com/apache/netbeans/pull/2308#issuecomment-673388113


   @junichi11 something had to break :-) Pushed an updated version, that holds the short license statement.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] junichi11 commented on pull request #2308: Update validator.jar for html.validation

Posted by GitBox <gi...@apache.org>.
junichi11 commented on pull request #2308:
URL: https://github.com/apache/netbeans/pull/2308#issuecomment-673163749


   @matthiasblaesing I'll test it ASAP. Thank you!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] junichi11 commented on a change in pull request #2308: Update validator.jar for html.validation

Posted by GitBox <gi...@apache.org>.
junichi11 commented on a change in pull request #2308:
URL: https://github.com/apache/netbeans/pull/2308#discussion_r469609809



##########
File path: ide/html.validation/external/validator-howto-build.txt
##########
@@ -0,0 +1,12 @@
+# This way the validator-20200626-patched.jar was build:

Review comment:
       Missing the license header.
   
   ```
   BUILD FAILED
   /home/travis/build/apache/netbeans/scratch/nbbuild/build.xml:2220: Failed Rat test(s):
   Unapproved license in 1 file(s) 
   https://github.com/apache/netbeans/tree/master/ide/html.validation/external/validator-howto-build.txt
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net merged pull request #2308: Update validator.jar for html.validation

Posted by GitBox <gi...@apache.org>.
neilcsmith-net merged pull request #2308:
URL: https://github.com/apache/netbeans/pull/2308


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #2308: Update validator.jar for html.validation

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #2308:
URL: https://github.com/apache/netbeans/pull/2308#issuecomment-673102761


   @neilcsmith-net @junichi11 this is an update/followup of 6debf7f90cf42e7dcac649cc6d55abf38ab678cc, which has reproducible problems (see the new unittest).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists