Author: tschoening
Date: Thu Mar 24 15:54:56 2016
New Revision: 1736458

URL: http://svn.apache.org/viewvc?rev=1736458&view=rev
Log:
apr1.0 vs. apr1 und apache-log4cxx-0.10.0 vs. -x.x.x

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

Modified: incubator/log4cxx/trunk/src/site/apt/building/ant.apt
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/apt/building/ant.apt?rev=1736458&r1=1736457&r2=1736458&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/building/ant.apt (original)
+++ incubator/log4cxx/trunk/src/site/apt/building/ant.apt Thu Mar 24 15:54:56 
2016
@@ -46,7 +46,7 @@ Building Apache log4cxx with Apache Ant
 
 +----+
 $ export CLASSPATH=~/cpptasks/cpptasks-1.0b5.jar
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
 $ ant
 +----+
 
@@ -58,7 +58,7 @@ $ tar -xvzf apr-1.2.12.tar.gz
 $ mv apr-1.2.12 apr
 $ tar -xvzf apr-util-1.2.12.tar.gz
 $ mv apr-util-1.2.12 apr-util
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
 $ ant
 +----+
 
@@ -72,7 +72,7 @@ $ tar -xvzf apr-1.2.12.tar.gz
 $ rename apr-1.2.12 apr
 $ tar -xvzf apr-util-1.2.12.tar.gz
 $ rename apr-util-1.2.12 apr-util
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
 $ ant -Dcompiler=xyz
 +----+
 
@@ -186,14 +186,14 @@ $ ant -Dcompiler=xyz
    The Win32 path to the APR libraries need to be provided (CYGWIN_HOME/lib) 
if compiling against an installed APR and APR-Util.
 
 +-----+
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
 $ ant -Dos.family=cygwin -Dwith-apr=/cygwin/lib -Dwith-apr-util=/cygwin/lib 
-Denable-wchar_t=0
 +-----+
 
    *** MinGW:
 
 +----+
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
 $ path c:\mingw\bin;%PATH%
 $ ant -Dcompiler=gcc -Dfind=false build-all
 $ cd src\test\resources
@@ -214,7 +214,7 @@ $ ..\..\..\target\debug\shared\stream
    Apache APR, APR-Util, Ant and log4j and zip may be installed using:
 
 +----+
-$ sudo apt-get install libapr1.0-dev libaprutil1.0-dev ant ant-optional 
liblog4j1.2-java zip
+$ sudo apt-get install libapr1-dev libaprutil1-dev ant ant-optional 
liblog4j1.2-java zip
 +----+
 
    ** Mac OS/X:

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=1736458&r1=1736457&r2=1736458&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/building/maven.apt (original)
+++ incubator/log4cxx/trunk/src/site/apt/building/maven.apt Thu Mar 24 15:54:56 
2016
@@ -37,8 +37,8 @@ Building Apache log4cxx with Apache Mave
    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
+$ sudo apt-get install libapr1-dev libaprutil1-dev doxygen
+$ cd apache-log4cxx-x.x.x
 $ export PATH=/home/myself/maven-2.0.8/bin:$PATH
 $ mvn package
 +----+
@@ -51,7 +51,7 @@ $ tar -xvzf apr-1.2.12.tar.gz
 $ rename apr-1.2.12 apr
 $ tar -xvzf apr-util-1.2.12.tar.gz
 $ rename apr-util-1.2.12 apr-util
-$ cd apache-log4cxx-0.10.0
+$ cd apache-log4cxx-x.x.x
 $ mvn package
 +----+
 

Modified: incubator/log4cxx/trunk/src/site/apt/building/vstudio.apt
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/apt/building/vstudio.apt?rev=1736458&r1=1736457&r2=1736458&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/building/vstudio.apt (original)
+++ incubator/log4cxx/trunk/src/site/apt/building/vstudio.apt Thu Mar 24 
15:54:56 2016
@@ -27,7 +27,7 @@ unzip apr-1.2.11-win32-src.zip
 rename apr-1.2.11 apr
 unzip apr-util-1.2.10-win32-src.zip
 rename apr-util-1.2.10 apr-util
-cd apache-log4cxx-0.10.0
+cd apache-log4cxx-x.x.x
 configure
 configure-aprutil
 +----+

Modified: incubator/log4cxx/trunk/src/site/apt/building/xcode.apt
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/apt/building/xcode.apt?rev=1736458&r1=1736457&r2=1736458&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/building/xcode.apt (original)
+++ incubator/log4cxx/trunk/src/site/apt/building/xcode.apt Thu Mar 24 15:54:56 
2016
@@ -26,7 +26,7 @@ Building Apache log4cxx with Apple Xcode
    then launch Xcode.
 
 +----+
-cd apache-log4cxx-0.10.0
+cd apache-log4cxx-x.x.x
 ./configure
 open projects/log4cxx.xcodeproj
 +----+


Reply via email to