You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2020/03/30 05:35:09 UTC

[GitHub] [logging-log4j2] rgoers edited a comment on issue #351: LOG4J2-1360 - Provide a Log4j implementation of System.Logger

rgoers edited a comment on issue #351: LOG4J2-1360 - Provide a Log4j implementation of System.Logger
URL: https://github.com/apache/logging-log4j2/pull/351#issuecomment-605791148
 
 
   I am having a difficult time getting the site build to work with this. When I use Java 11 it fails in the JMX GUI module because jconsole isn't provided with Java 11. When I build with Java 8 the javadoc plugin fails in this new module with:
   
   `Exit code: 1 - error: module not found: org.apache.logging.log4j.jpl`
   
   I believe this is because it is using the wrong version of javadoc even though it says it is using the Java 11 version. When I run mvn javadoc:javadoc with Java 11 I don't get this error. I am not prepared to commit this until I can get the site build to work.
   
   Actually, I think I will just set failonerror to false for this module.

----------------------------------------------------------------
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


With regards,
Apache Git Services