Author: tschoening
Date: Mon Jan  6 15:28:41 2014
New Revision: 1555858

URL: http://svn.apache.org/r1555858
Log:
Ambiguous link: 'ant.html' corrected

Modified:
    incubator/log4cxx/trunk/src/site/apt/building/maven.apt

Modified: incubator/log4cxx/trunk/src/site/apt/building/maven.apt
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/apt/building/maven.apt?rev=1555858&r1=1555857&r2=1555858&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/building/maven.apt (original)
+++ incubator/log4cxx/trunk/src/site/apt/building/maven.apt Mon Jan  6 15:28:41 
2014
@@ -22,31 +22,31 @@
 Building Apache log4cxx with Apache Maven 2
 
    {{{http://maven.apache.org}Apache Maven 2}} is used to generate the release 
assemblies and generate
-   product documentation.  It delegates to the {{{ant.html}Apache Ant build}} 
to build
-   and test log4cxx and can be used as an alternate front end to the Ant 
+   product documentation.  It delegates to the {{{./ant.html}Apache Ant 
build}} to build
+   and test log4cxx and can be used as an alternate front end to the Ant
    build process since it can automatically download and use ant-contrib,
    cpptasks and log4j.
    The Maven build, like the Ant build, can build APR and APR-Util from source.
 
 * Quick start:
-  
+
   *Install {{{http://maven.apache.org}Apache Maven}} 2.0.8 or later.
 
   *Install APR and APR-Util or place source in apr and apr-util directories in 
same parent directory
       as log4cxx directory.
 
-        
-   Building and testing log4cxx on a Unix platform with packaged APR and 
APR-Util.  
+
+   Building and testing log4cxx on a Unix platform with packaged APR and 
APR-Util.
 
 +----+
  sudo apt-get install libapr1.0-dev libaprutil1.0-dev doxygen
  cd apache-log4cxx-0.10.0
  export PATH=/home/myself/maven-2.0.8/bin:$PATH
  mvn package
-+----+  
++----+
 
 
-   Building and testing log4cxx on a Microsoft Windows with APR and APR-Util 
built from source.  
+   Building and testing log4cxx on a Microsoft Windows with APR and APR-Util 
built from source.
 
 +----+
  set PATH=\maven-2.0.8\bin;%PATH%
@@ -56,7 +56,7 @@ Building Apache log4cxx with Apache Mave
  rename apr-util-1.2.12 apr-util
  cd apache-log4cxx-0.10.0
  mvn package
-+----+  
++----+
 
 
 
@@ -78,18 +78,18 @@ Building Apache log4cxx with Apache Mave
 | clean                    | Delete all generated files.                       
                                          |
 
*--------------------------+---------------------------------------------------------------------------------------------+
 
-   All build products will be placed in the target subdirectory.  
+   All build products will be placed in the target subdirectory.
 
    It is not possible to directly pass options to the Ant build, however the 
ant build will read
    any build.properties file in the log4cxx directory.
-        
-   SMTP and ODBC options can depend on libraries that 
+
+   SMTP and ODBC options can depend on libraries that
    that have different licenses.
    You should review the corresponding licenses and understand
    the implications before redistribution.
 
 * Platform specific notes:
 
-  See the {{{ant.html}Apache Ant build}} for platform specific notes.  
-  
-   
+  See the {{{./ant.html}Apache Ant build}} for platform specific notes.
+
+


Reply via email to