Author: tschoening
Date: Sat Jan 11 10:58:01 2014
New Revision: 1557340

URL: http://svn.apache.org/r1557340
Log:
Added some content for the building link as a summary of the thread 
"Contributor OS cross reference?".

Added:
    incubator/log4cxx/trunk/src/site/xdoc/building/
    incubator/log4cxx/trunk/src/site/xdoc/building/index.xml
Modified:
    incubator/log4cxx/trunk/src/site/site.xml

Modified: incubator/log4cxx/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/site.xml?rev=1557340&r1=1557339&r2=1557340&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/site.xml (original)
+++ incubator/log4cxx/trunk/src/site/site.xml Sat Jan 11 10:58:01 2014
@@ -108,7 +108,7 @@
                                        href="dependencies.html"
                        />
                        <item   name="Building"
-                                       href="javascript://nop">
+                                       href="/building/index.html">
                                <item   name="autotools"
                                                href="/building/autotools.html"
                                />

Added: incubator/log4cxx/trunk/src/site/xdoc/building/index.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/xdoc/building/index.xml?rev=1557340&view=auto
==============================================================================
--- incubator/log4cxx/trunk/src/site/xdoc/building/index.xml (added)
+++ incubator/log4cxx/trunk/src/site/xdoc/building/index.xml Sat Jan 11 
10:58:01 2014
@@ -0,0 +1,137 @@
+<!--
+ 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">
+                       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.
+               </section>
+
+               <section name="Covered by the team">
+                       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.
+
+                       <table>
+                               <caption>Environments in use</caption>
+                               <thead>
+                                       <tr>
+                                               <th>OS</th>
+                                               <th>x86 vs. x64</th>
+                                               <th>Environment</th>
+                                               <th>Compiler</th>
+                                               <th>x86 vs. x64</th>
+                                       </tr>
+                               </thead>
+                               <tbody>
+                                       <!-- Windows -->
+                                       <tr>
+                                               <td rowspan="9">Windows 7</td>
+                                               <td rowspan="9">x64</td>
+                                               <td rowspan="6">Win32</td>
+                                               <td>MS Visual Studio 2008</td>
+                                               <td rowspan="5">both</td>
+                                       </tr>
+                                       <tr>
+                                               <td>MS Visual Studio 2010 
(Pro)</td>
+                                       </tr>
+                                       <tr>
+                                               <td>MS Visual Studio 2010 
(Express)</td>
+                                       </tr>
+                                       <tr>
+                                               <td>MS Visual Studio 2012</td>
+                                       </tr>
+                                       <tr>
+                                               <td>MS Visual Studio 2013 
(Express)</td>
+                                       </tr>
+                                       <tr>
+                                               <td>Embarcadero C++ Builder XE 
4</td>
+                                               <td>x86</td>
+                                       </tr>
+                                       <tr>
+                                               <td rowspan="2">MinGW</td>
+                                               <td>gcc 4.5.4</td>
+                                               <td rowspan="3">both</td>
+                                       </tr>
+                                       <tr>
+                                               <td>gcc 4.6.4</td>
+                                       </tr>
+                                       <tr>
+                                               <td>Cygwin</td>
+                                               <td>gcc 4.8.2</td>
+                                       </tr>
+                                       <!-- Linux -->
+                                       <tr>
+                                               <td rowspan="2">Debian</td>
+                                               <td rowspan="2">x86</td>
+                                               <td rowspan="11">Posix</td>
+                                               <td>gcc</td>
+                                               <td rowspan="2">x86</td>
+                                       </tr>
+                                       <tr>
+                                               <td>clang</td>
+                                       </tr>
+                                       <tr>
+                                               <td rowspan="7">Ubuntu and 
Scientific Linux</td>
+                                               <td rowspan="9">x64</td>
+                                               <td>gcc 4.5</td>
+                                               <td rowspan="8">both</td>
+                                       </tr>
+                                       <tr>
+                                               <td>gcc 4.6</td>
+                                       </tr>
+                                       <tr>
+                                               <td>gcc 4.7</td>
+                                       </tr>
+                                       <tr>
+                                               <td>gcc 4.8</td>
+                                       </tr>
+                                       <tr>
+                                               <td>Intel 11.1</td>
+                                       </tr>
+                                       <tr>
+                                               <td>Intel 12.1</td>
+                                       </tr>
+                                       <tr>
+                                               <td>Intel 13.1</td>
+                                       </tr>
+                                       <tr>
+                                               <td>Red Hat</td>
+                                               <td>gcc</td>
+                                       </tr>
+                                       <!-- Mac OS X -->
+                                       <tr>
+                                               <td>Mac OS X 10.9 Mavericks</td>
+                                               <td>Xcode 5.0.2</td>
+                                               <td>x64</td>
+                                       </tr>
+                               </tbody>
+                       </table>
+               </section>
+       </body>
+</document>
\ No newline at end of file


Reply via email to