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:37:26 UTC

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

GitHub user wangzhongkuo opened a pull request:

    https://github.com/apache/logging-log4j2/pull/145

    fix bug LOG4J2-2211 

    I have written an unit test

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wangzhongkuo/logging-log4j2 master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/logging-log4j2/pull/145.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #145
    
----
commit 35d2bc2ac11296e23efc7a78f362d87354b19235
Author: wangzhongkuo <wa...@...>
Date:   2018-01-26T07:33:14Z

    fix bug LOG4J2-2211 (https://issues.apache.org/jira/projects/LOG4J2/issues/LOG4J2-2211?filter=addedrecently)

----


---

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

Posted by garydgregory <gi...@git.apache.org>.
Github user garydgregory commented on the issue:

    https://github.com/apache/logging-log4j2/pull/145
  
    There is something wrong with our Travis build. You can run 'mvn clean install' from the command line. You'll Maven 3.5.2, Java 9 and Java 7 installed.


---

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

Posted by wangzhongkuo <gi...@git.apache.org>.
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


---