You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2012/02/26 08:36:47 UTC

svn commit: r1293762 [3/15] - in /logging/log4net/site: ./ css/ release/ release/howto/ release/manual/

Modified: logging/log4net/site/release/building.html
URL: http://svn.apache.org/viewvc/logging/log4net/site/release/building.html?rev=1293762&r1=1293761&r2=1293762&view=diff
==============================================================================
--- logging/log4net/site/release/building.html (original)
+++ logging/log4net/site/release/building.html Sun Feb 26 07:36:45 2012
@@ -171,130 +171,130 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- 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. -->
-
-    
-        <a name="main"></a><div class="section"><h2 id="main">Building Apache log4net&#x2122;</h2>
-            <p>
-                The log4net release builds are built using NAnt. Log4net can also be built
-                using Visual Studio .NET 2008 or 2010.
-            </p>
-        
-            <a name="vsnet"></a><div class="section"><h2 id="vsnet">Visual Studio</h2>
-                <p>
-                    Visual Studio .NET 2008 and 2010 are supported build platforms for log4net.
-                </p>
-
-                <a name="vsnet-2008"></a><div class="section"><h2 id="vsnet-2008">Visual Studio .NET 2008</h2>
-                    <p>
-                        The log4net distribution includes a solution and project file
-                        for Visual Studio .NET 2008. Open the <span class="code">log4net.vs2008.sln</span>
-                        from the src directory in the distribution.
-                    </p>
-                    <p>
-                        The log4net project requires only the following references:
-                    </p>
-                    <ul>
-                        <li>System</li>
-                        <li>System.Configuration</li>
-                        <li>System.Data</li>
-                        <li>System.Web</li>
-                        <li>System.XML</li>
-                    </ul>
-                </div>
-
-                <a name="vsnet-2010"></a><div class="section"><h2 id="vsnet-2010">Visual Studio .NET 2010</h2>
-                    <p>
-                        The log4net distribution includes a solution and project file
-                        for Visual Studio .NET 2010. Open the <span class="code">log4net.vs2010.sln</span>
-                        from the src directory in the distribution.
-                    </p>
-                    <p>
-                        The log4net project requires only the following references:
-                    </p>
-                    <ul>
-                        <li>System</li>
-                        <li>System.Configuration</li>
-                        <li>System.Data</li>
-                        <li>System.Web</li>
-                        <li>System.XML</li>
-                    </ul>
-                </div>
-            </div>
-
-            <a name="nant"></a><div class="section"><h2 id="nant">NAnt</h2>
-                <p>
-                    The log4net distribution is built using the NAnt tool.
-                    A recent NAnt version 0.91 alpha2 is required to build log4net, this is 
-                    available from <a class="externalLink" href="http://nant.sourceforge.net">nant.sourceforge.net</a>.
-                </p>
-                <p>
-                    To support building log4net for the SSCLI framework the NAnt configuration
-                    files need to be updated to specify the SSCLI framework directory.
-                </p>
-                <p>
-                    To build log4net from the command line, change directory to the root of the
-                    log4net distribution, ensure that the nant executable is in the
-                    PATH, and then run the following command:
-                </p>
-                <div class="syntax"><div class="code"><pre>
-nant -buildfile:log4net.build compile-all</pre></div></div>
-                <p>
-                    This command will build log4net for all the supported frameworks
-                    that are available on the current machine. To list all the build
-                    targets that are available run the following command:
-                </p>
-                <div class="syntax"><div class="code"><pre>
-nant -buildfile:log4net.build -projecthelp</pre></div></div>
-                <p>
-                    Under windows the <span class="code">build.cmd</span> can be used 
-                    to script the nant build. This can be called from a different
-                    directory and will locate the correct log4net.build file to use.
-                    For example:
-                </p>
-                <div class="syntax"><div class="code"><pre>
-build.cmd compile-all</pre></div></div>
-            </div>
-
-            <a name="sdk"></a><div class="section"><h2 id="sdk">SDK Reference</h2>
-                <p>
-                    NDoc 1.3 is used to build the log4net SDK
-                    documentation using the <span class="code">generate-sdkdoc</span> target in
-                    log4net's Nant build file.
-
-                    NDoc is available from <a class="externalLink" href="http://ndoc.sourceforge.net">ndoc.sourceforge.net</a>.
-                </p>
-            </div>
-
-            <a name="html"></a><div class="section"><h2 id="html">HTML Documentation</h2>
-                <p>
-                    The log4net HTML documentation is built using Apache Maven.
-                    The source are files in various formats in the <span class="code">src/site</span> directory.
-                    Building the documentation requires Java 5 or newer and Maven 2.2.1 or newer.
-                    Run mvn from within the root directory.
-                </p>
-                <p>SDK documentation for the site is built using the
-                <span class="code">generate-sdkdoc-for-site</span> target in
-                log4net's NAnt build file.</p>
-                <p>It is not recommended to use mvn's <span class="code">site:deploy</span> goal but rather to
-                deploy the site generated to <span class="code">target/site</span> manually.</p>
-            </div>
-
-        </div>
-    
+        <!-- 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. -->
+
+    
+        <a name="main"></a><div class="section"><h2 id="main">Building Apache log4net&#x2122;</h2>
+            <p>
+                The log4net release builds are built using NAnt. Log4net can also be built
+                using Visual Studio .NET 2008 or 2010.
+            </p>
+        
+            <a name="vsnet"></a><div class="section"><h2 id="vsnet">Visual Studio</h2>
+                <p>
+                    Visual Studio .NET 2008 and 2010 are supported build platforms for log4net.
+                </p>
+
+                <a name="vsnet-2008"></a><div class="section"><h2 id="vsnet-2008">Visual Studio .NET 2008</h2>
+                    <p>
+                        The log4net distribution includes a solution and project file
+                        for Visual Studio .NET 2008. Open the <span class="code">log4net.vs2008.sln</span>
+                        from the src directory in the distribution.
+                    </p>
+                    <p>
+                        The log4net project requires only the following references:
+                    </p>
+                    <ul>
+                        <li>System</li>
+                        <li>System.Configuration</li>
+                        <li>System.Data</li>
+                        <li>System.Web</li>
+                        <li>System.XML</li>
+                    </ul>
+                </div>
+
+                <a name="vsnet-2010"></a><div class="section"><h2 id="vsnet-2010">Visual Studio .NET 2010</h2>
+                    <p>
+                        The log4net distribution includes a solution and project file
+                        for Visual Studio .NET 2010. Open the <span class="code">log4net.vs2010.sln</span>
+                        from the src directory in the distribution.
+                    </p>
+                    <p>
+                        The log4net project requires only the following references:
+                    </p>
+                    <ul>
+                        <li>System</li>
+                        <li>System.Configuration</li>
+                        <li>System.Data</li>
+                        <li>System.Web</li>
+                        <li>System.XML</li>
+                    </ul>
+                </div>
+            </div>
+
+            <a name="nant"></a><div class="section"><h2 id="nant">NAnt</h2>
+                <p>
+                    The log4net distribution is built using the NAnt tool.
+                    A recent NAnt version 0.91 alpha2 is required to build log4net, this is 
+                    available from <a class="externalLink" href="http://nant.sourceforge.net">nant.sourceforge.net</a>.
+                </p>
+                <p>
+                    To support building log4net for the SSCLI framework the NAnt configuration
+                    files need to be updated to specify the SSCLI framework directory.
+                </p>
+                <p>
+                    To build log4net from the command line, change directory to the root of the
+                    log4net distribution, ensure that the nant executable is in the
+                    PATH, and then run the following command:
+                </p>
+                <div class="syntax"><div class="code"><pre>
+nant -buildfile:log4net.build compile-all</pre></div></div>
+                <p>
+                    This command will build log4net for all the supported frameworks
+                    that are available on the current machine. To list all the build
+                    targets that are available run the following command:
+                </p>
+                <div class="syntax"><div class="code"><pre>
+nant -buildfile:log4net.build -projecthelp</pre></div></div>
+                <p>
+                    Under windows the <span class="code">build.cmd</span> can be used 
+                    to script the nant build. This can be called from a different
+                    directory and will locate the correct log4net.build file to use.
+                    For example:
+                </p>
+                <div class="syntax"><div class="code"><pre>
+build.cmd compile-all</pre></div></div>
+            </div>
+
+            <a name="sdk"></a><div class="section"><h2 id="sdk">SDK Reference</h2>
+                <p>
+                    NDoc 1.3 is used to build the log4net SDK
+                    documentation using the <span class="code">generate-sdkdoc</span> target in
+                    log4net's Nant build file.
+
+                    NDoc is available from <a class="externalLink" href="http://ndoc.sourceforge.net">ndoc.sourceforge.net</a>.
+                </p>
+            </div>
+
+            <a name="html"></a><div class="section"><h2 id="html">HTML Documentation</h2>
+                <p>
+                    The log4net HTML documentation is built using Apache Maven.
+                    The source are files in various formats in the <span class="code">src/site</span> directory.
+                    Building the documentation requires Java 5 or newer and Maven 2.2.1 or newer.
+                    Run mvn from within the root directory.
+                </p>
+                <p>SDK documentation for the site is built using the
+                <span class="code">generate-sdkdoc-for-site</span> target in
+                log4net's NAnt build file.</p>
+                <p>It is not recommended to use mvn's <span class="code">site:deploy</span> goal but rather to
+                deploy the site generated to <span class="code">target/site</span> manually.</p>
+            </div>
+
+        </div>
+    
 
       </div>
     </div>

Propchange: logging/log4net/site/release/building.html
------------------------------------------------------------------------------
    svn:eol-style = native