You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by wangzhongkuo <gi...@git.apache.org> on 2018/01/26 07:56:29 UTC

[GitHub] logging-log4j2 issue #145: fix bug LOG4J2-2211

Github user wangzhongkuo commented on the issue:

    https://github.com/apache/logging-log4j2/pull/145
  
    I'm puzzled why the all checks failed...
    `
    $ ./mvnw --toolchains=./.travis-toolchains.xml install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
    Error: JAVA_HOME is not defined correctly.
      We cannot execute /usr/lib/jvm/java-7-oracle/bin/java
    The command "./mvnw --toolchains=./.travis-toolchains.xml install -DskipTests=true -Dmaven.javadoc.skip=true -B -V" failed and exited with 1 during .
    Your build has been stopped.
    `
    zhongkuo


---