You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by rm5248 <gi...@git.apache.org> on 2017/06/10 01:51:25 UTC

[GitHub] logging-log4cxx pull request #2: Build with autotools+maven

GitHub user rm5248 opened a pull request:

    https://github.com/apache/logging-log4cxx/pull/2

    Build with autotools+maven

    This fix updates the log4cxx maven file to build with Maven properly when running on Linux.
    
    It is rather simplistic at this point, and it will break on Windows.  There was some discussion earlier on using CMake for the build system instead of autotools.

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

    $ git pull https://github.com/rm5248/logging-log4cxx fix-maven-build

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

    https://github.com/apache/logging-log4cxx/pull/2.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 #2
    
----
commit db50031562c41a346dae659e65c3cffcc5dcc29a
Author: Robert Middleton <os...@gmail.com>
Date:   2017-06-10T01:40:33Z

    Build with autotools+maven
    
    log4cxx now builds with autotools and maven on linux

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] logging-log4cxx issue #2: Build with autotools+maven

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

    https://github.com/apache/logging-log4cxx/pull/2
  
    Can you point me to the CMake discussion? I would be really interested on having a cross-platform solution.


---

[GitHub] logging-log4cxx issue #2: Build with autotools+maven

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

    https://github.com/apache/logging-log4cxx/pull/2
  
    There have been multiple discussions regarding CMake in the past, please search for them yourself on the mailing lists or in JIRA:
    
    https://markmail.org/search/?q=list%3Aorg.apache.logging.dev+cmake
    https://markmail.org/search/?q=list%3Aorg.apache.logging.log4cxx-dev+cmake
    
    https://logging.apache.org/log4cxx/latest_stable/mail-lists.html
    
    https://issues.apache.org/jira/browse/LOGCXX-486?jql=project%20%3D%20LOGCXX%20AND%20text%20~%20cmake


---