You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2017/04/09 06:49:42 UTC

[03/50] [abbrv] logging-log4cxx git commit: apr1.0 vs. apr1 und apache-log4cxx-0.10.0 vs. -x.x.x

apr1.0 vs. apr1 und apache-log4cxx-0.10.0 vs. -x.x.x


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/fbb303d9
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/fbb303d9
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/fbb303d9

Branch: refs/heads/master
Commit: fbb303d9d5d311cf861c1e59b4f9bf94f0b7870e
Parents: 6bd6d02
Author: Thorsten Sch�ning <ts...@apache.org>
Authored: Thu Mar 24 15:54:56 2016 +0000
Committer: Thorsten Sch�ning <ts...@apache.org>
Committed: Thu Mar 24 15:54:56 2016 +0000

----------------------------------------------------------------------
 src/site/apt/building/ant.apt     | 12 ++++++------
 src/site/apt/building/maven.apt   |  6 +++---
 src/site/apt/building/vstudio.apt |  2 +-
 src/site/apt/building/xcode.apt   |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/fbb303d9/src/site/apt/building/ant.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/building/ant.apt b/src/site/apt/building/ant.apt
index e2e5a5a..a7842f2 100644
--- a/src/site/apt/building/ant.apt
+++ b/src/site/apt/building/ant.apt
@@ -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:

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/fbb303d9/src/site/apt/building/maven.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/building/maven.apt b/src/site/apt/building/maven.apt
index 9bd3a0c..9a3d1fe 100644
--- a/src/site/apt/building/maven.apt
+++ b/src/site/apt/building/maven.apt
@@ -37,8 +37,8 @@ Building Apache log4cxx with Apache Maven 2
    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
 +----+
 

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/fbb303d9/src/site/apt/building/vstudio.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/building/vstudio.apt b/src/site/apt/building/vstudio.apt
index ffa7ab3..0e7211a 100644
--- a/src/site/apt/building/vstudio.apt
+++ b/src/site/apt/building/vstudio.apt
@@ -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
 +----+

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/fbb303d9/src/site/apt/building/xcode.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/building/xcode.apt b/src/site/apt/building/xcode.apt
index 191ad46..ff1cb2c 100644
--- a/src/site/apt/building/xcode.apt
+++ b/src/site/apt/building/xcode.apt
@@ -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
 +----+