This is an automated email from the ASF dual-hosted git repository. tschoening pushed a commit to branch gphr_30_docs in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit 416ef540b4cd55d8353f1d90f88df370abeb6a39 Author: Thorsten Schöning <[email protected]> AuthorDate: Sat Aug 8 11:54:13 2020 +0200 Couldn't find a reference that ZIP is necessary for tests. I don't have it in my PATH-variable. --- src/site/xdoc/building/index.xml | 436 +++++++++++++++++++-------------------- 1 file changed, 218 insertions(+), 218 deletions(-) diff --git a/src/site/xdoc/building/index.xml b/src/site/xdoc/building/index.xml index 037e692..e7303e6 100644 --- a/src/site/xdoc/building/index.xml +++ b/src/site/xdoc/building/index.xml @@ -1,218 +1,218 @@ -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ---> -<document> - <properties> - <title>Building Apache log4cxx</title> - </properties> - - <body> - <section name="Building Apache log4cxx"> - <p> - The project supports different build tools on different platforms, have a look at - the menu to find the platform you need. If your environment is not covered already, - feel free to ask about it on one of the <a href="../mail-lists.html">Mailing Lists</a> - or leave a bug in our <a href="../issue-tracking.html">Issue Tracker</a>. In this - case it would be very helpful of course if you could already provide some patches - to support your environment or at least provide some technical details about the - build tools, compiler etc. you use. - </p> - </section> - - <section name="Running unit tests"> - <p> - Autotools will link all tests into a single executable (testsuite). - The cmake build generates a number of executables which can be run using the ctest tool. - Some unit tests will fail if sed, gzip and zip are not available. - </p> - </section> - - <section name="Covered by the team"> - <p> - The following table provides an overview about the environments some of the team - members have access to and therefore normally should work out of the box or at - least were used sometimes in the past. This list by no means tells something about - how good the support on each platform is, it's just a guide. - </p> - - <table> - <caption>Environments in use</caption> - <thead> - <tr> - <th id="os">OS</th> - <th id="os_arch">Architecture</th> - <th id="environment">Environment</th> - <th id="compiler">Compiler</th> - <th id="compiler_arch">Architecture</th> - </tr> - </thead> - <tbody> - <!-- Windows --> - <tr> - <td headers="os" - rowspan="9"> - Windows 7 - </td> - <td headers="os_arch" - rowspan="9"> - x64 - </td> - <td headers="environment" - rowspan="6"> - Win32 - </td> - <td headers="compiler"> - MS Visual Studio 2008 - </td> - <td headers="compiler_arch" - rowspan="5"> - x86 and x64 - </td> - </tr> - <tr> - <td headers="compiler">MS Visual Studio 2010 (Pro)</td> - </tr> - <tr> - <td headers="compiler">MS Visual Studio 2010 (Express)</td> - </tr> - <tr> - <td headers="compiler">MS Visual Studio 2012</td> - </tr> - <tr> - <td headers="compiler">MS Visual Studio 2013 (Express)</td> - </tr> - <tr> - <td headers="compiler">Embarcadero C++ Builder XE 4</td> - <td headers="compiler_arch">x86</td> - </tr> - <tr> - <td headers="environment" - rowspan="2"> - MinGW - </td> - <td headers="compiler"> - gcc 4.5.4 - </td> - <td headers="compiler_arch" - rowspan="3"> - x86 and x64 - </td> - </tr> - <tr> - <td headers="compiler">gcc 4.6.4</td> - </tr> - <tr> - <td headers="environment">Cygwin</td> - <td headers="compiler">gcc 4.8.2</td> - </tr> - <tr> - <td headers="os">Windows 10</td> - <td headers="os_arch">x64</td> - <td headers="environment">Win32</td> - <td headers="compiler">MS Visual Studio 2019 (Community)</td> - <td headers="compiler_arch">x86</td> - </tr> - <!-- Linux --> - <tr> - <td headers="os" - rowspan="2"> - Debian - </td> - <td headers="os_arch" - rowspan="2"> - x86 - </td> - <td headers="environment" - rowspan="14"> - Posix - </td> - <td headers="compiler"> - gcc - </td> - <td headers="compiler_arch" - rowspan="2"> - x86 - </td> - </tr> - <tr> - <td headers="compiler">clang</td> - </tr> - <tr> - <td headers="os" rowspan="8"> - Ubuntu and Scientific Linux - </td> - <td headers="os_arch" - rowspan="10"> - x64 - </td> - <td headers="compiler"> - gcc 4.5 - </td> - <td headers="compiler_arch" - rowspan="8"> - x86 and x64 - </td> - </tr> - <tr> - <td headers="compiler">gcc 4.6</td> - </tr> - <tr> - <td headers="compiler">gcc 4.7</td> - </tr> - <tr> - <td headers="compiler">gcc 4.8</td> - </tr> - <tr> - <td headers="compiler">gcc 7.5</td> - </tr> - <tr> - <td headers="compiler">Intel 11.1</td> - </tr> - <tr> - <td headers="compiler">Intel 12.1</td> - </tr> - <tr> - <td headers="compiler">Intel 13.1</td> - </tr> - <tr> - <td headers="os">Red Hat</td> - <td headers="compiler">gcc</td> - </tr> - <!-- Mac OS X --> - <tr> - <td headers="os">Mac OS X 10.9 Mavericks</td> - <td headers="compiler">Xcode 5.0.2</td> - <td headers="compiler_arch">x64</td> - </tr> - <!-- Arm --> - <tr> - <td headers="os">Raspian</td> - <td headers="os_arch">armv7</td> - <td headers="compiler">gcc 8.3</td> - <td headers="compiler_arch">armv7</td> - </tr> - <tr> - <td headers="os">Ubuntu 20.04</td> - <td headers="os_arch">armv8</td> - <td headers="compiler">gcc 9.10</td> - <td headers="compiler_arch">aarch</td> - </tr> - </tbody> - </table> - </section> - </body> -</document> \ No newline at end of file +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> +<document> + <properties> + <title>Building Apache log4cxx</title> + </properties> + + <body> + <section name="Building Apache log4cxx"> + <p> + The project supports different build tools on different platforms, have a look at + the menu to find the platform you need. If your environment is not covered already, + feel free to ask about it on one of the <a href="../mail-lists.html">Mailing Lists</a> + or leave a bug in our <a href="../issue-tracking.html">Issue Tracker</a>. In this + case it would be very helpful of course if you could already provide some patches + to support your environment or at least provide some technical details about the + build tools, compiler etc. you use. + </p> + </section> + + <section name="Running unit tests"> + <p> + Autotools will link all tests into a single executable (testsuite). + The cmake build generates a number of executables which can be run using the ctest + tool. Some unit tests will fail if sed and gzip are not available. + </p> + </section> + + <section name="Covered by the team"> + <p> + The following table provides an overview about the environments some of the team + members have access to and therefore normally should work out of the box or at + least were used sometimes in the past. This list by no means tells something about + how good the support on each platform is, it's just a guide. + </p> + + <table> + <caption>Environments in use</caption> + <thead> + <tr> + <th id="os">OS</th> + <th id="os_arch">Architecture</th> + <th id="environment">Environment</th> + <th id="compiler">Compiler</th> + <th id="compiler_arch">Architecture</th> + </tr> + </thead> + <tbody> + <!-- Windows --> + <tr> + <td headers="os" + rowspan="9"> + Windows 7 + </td> + <td headers="os_arch" + rowspan="9"> + x64 + </td> + <td headers="environment" + rowspan="6"> + Win32 + </td> + <td headers="compiler"> + MS Visual Studio 2008 + </td> + <td headers="compiler_arch" + rowspan="5"> + x86 and x64 + </td> + </tr> + <tr> + <td headers="compiler">MS Visual Studio 2010 (Pro)</td> + </tr> + <tr> + <td headers="compiler">MS Visual Studio 2010 (Express)</td> + </tr> + <tr> + <td headers="compiler">MS Visual Studio 2012</td> + </tr> + <tr> + <td headers="compiler">MS Visual Studio 2013 (Express)</td> + </tr> + <tr> + <td headers="compiler">Embarcadero C++ Builder XE 4</td> + <td headers="compiler_arch">x86</td> + </tr> + <tr> + <td headers="environment" + rowspan="2"> + MinGW + </td> + <td headers="compiler"> + gcc 4.5.4 + </td> + <td headers="compiler_arch" + rowspan="3"> + x86 and x64 + </td> + </tr> + <tr> + <td headers="compiler">gcc 4.6.4</td> + </tr> + <tr> + <td headers="environment">Cygwin</td> + <td headers="compiler">gcc 4.8.2</td> + </tr> + <tr> + <td headers="os">Windows 10</td> + <td headers="os_arch">x64</td> + <td headers="environment">Win32</td> + <td headers="compiler">MS Visual Studio 2019 (Community)</td> + <td headers="compiler_arch">x86</td> + </tr> + <!-- Linux --> + <tr> + <td headers="os" + rowspan="2"> + Debian + </td> + <td headers="os_arch" + rowspan="2"> + x86 + </td> + <td headers="environment" + rowspan="14"> + Posix + </td> + <td headers="compiler"> + gcc + </td> + <td headers="compiler_arch" + rowspan="2"> + x86 + </td> + </tr> + <tr> + <td headers="compiler">clang</td> + </tr> + <tr> + <td headers="os" rowspan="8"> + Ubuntu and Scientific Linux + </td> + <td headers="os_arch" + rowspan="10"> + x64 + </td> + <td headers="compiler"> + gcc 4.5 + </td> + <td headers="compiler_arch" + rowspan="8"> + x86 and x64 + </td> + </tr> + <tr> + <td headers="compiler">gcc 4.6</td> + </tr> + <tr> + <td headers="compiler">gcc 4.7</td> + </tr> + <tr> + <td headers="compiler">gcc 4.8</td> + </tr> + <tr> + <td headers="compiler">gcc 7.5</td> + </tr> + <tr> + <td headers="compiler">Intel 11.1</td> + </tr> + <tr> + <td headers="compiler">Intel 12.1</td> + </tr> + <tr> + <td headers="compiler">Intel 13.1</td> + </tr> + <tr> + <td headers="os">Red Hat</td> + <td headers="compiler">gcc</td> + </tr> + <!-- Mac OS X --> + <tr> + <td headers="os">Mac OS X 10.9 Mavericks</td> + <td headers="compiler">Xcode 5.0.2</td> + <td headers="compiler_arch">x64</td> + </tr> + <!-- Arm --> + <tr> + <td headers="os">Raspian</td> + <td headers="os_arch">armv7</td> + <td headers="compiler">gcc 8.3</td> + <td headers="compiler_arch">armv7</td> + </tr> + <tr> + <td headers="os">Ubuntu 20.04</td> + <td headers="os_arch">armv8</td> + <td headers="compiler">gcc 9.10</td> + <td headers="compiler_arch">aarch</td> + </tr> + </tbody> + </table> + </section> + </body> +</document>
