Re: [jira] [Commented] (LOGCXX-494) Provide a windows build environment for the project

2020-02-01 Thread Matt Sicker
Thanks for confirming! I’ve switched back and forth depending on which computer I’m using and the state of my 2FA on GitHub (which has evolved to the point where I’ve got a few hardware Yubikeys for it now just for fun). In some clones, I have at least three remotes set up (gb, gh, and my gh fork)

Re: [jira] [Commented] (LOGCXX-494) Provide a windows build environment for the project

2020-01-31 Thread Ralph Goers
gitbox.apache.org and github.com/apache are mirrors of each other. Committing to one automatically updates the other. So once your PR is merged it will be in both. I will try to look at the PR this weekend and see if it works for me. Ralph > On Jan 31, 2020, at

Re: [jira] [Commented] (LOGCXX-494) Provide a windows build environment for the project

2020-01-30 Thread Stephen Webb
Hi Ralph, Can someone tell me how I get an Apache account to able to commit to https://gitbox.apache.org. I have replaced the ant build in log4cxx with the CMake build. All changes are shown https://github.com/apache/logging-log4cxx/pull/14/files Here is the tail of "mvn release:prepare":

Re: [jira] [Commented] (LOGCXX-494) Provide a windows build environment for the project

2020-01-23 Thread Ralph Goers
I am all for anything that can get a release out. Ralph > On Jan 23, 2020, at 6:26 PM, Stephen Webb wrote: > > Am I correct in thinking the ant build is very broken as 'find-apr.xml' > does not make use of 'apr-1-config' like 'find_apr.m4' does? (The same > applies to 'find-apr-util.xml' etc.)

[jira] [Commented] (LOGCXX-494) Provide a windows build environment for the project

2020-01-23 Thread Stephen Webb
Am I correct in thinking the ant build is very broken as 'find-apr.xml' does not make use of 'apr-1-config' like 'find_apr.m4' does? (The same applies to 'find-apr-util.xml' etc.) Am I missing something or is log4cxx the only Apache Portable Runtime user that provides an ant build (I looked at