Author: carnold
Date: Tue Feb 26 16:37:12 2008
New Revision: 631438
URL: http://svn.apache.org/viewvc?rev=631438&view=rev
Log:
LOGCXX-62: More details for sed and zip on Win32
Modified:
logging/log4cxx/trunk/src/site/apt/building/ant.apt
logging/log4cxx/trunk/src/site/apt/building/autotools.apt
Modified: logging/log4cxx/trunk/src/site/apt/building/ant.apt
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/site/apt/building/ant.apt?rev=631438&r1=631437&r2=631438&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/site/apt/building/ant.apt (original)
+++ logging/log4cxx/trunk/src/site/apt/building/ant.apt Tue Feb 26 16:37:12 2008
@@ -37,6 +37,9 @@
*Install APR and APR-Util or place source in apr and apr-util directories as
a
sibling to the log4cxx directory.
+
+ *Install gzip and zip (used for compression by RollingFileAppender) and
+ sed (used to normalize output files for comparison in unit tests).
Building and testing log4cxx on a Unix platform with packaged APR and
APR-Util.
@@ -158,9 +161,10 @@
** Microsoft Windows
- A GNU sed command is required to be on the path to complete the unit tests.
- Cygwin's implementation is known to work.
-
+ {{{http://gnuwin32.sourceforge.net}GnuWin32}}
+ provides binary versions of sed, gzip and zip. Alternative,
+ the bin directory of {{{http://www.cygwin.com}Cygwin}} may be placed on the
path.
+
If -Dwith-SMTP=libesmtp is specified, the build will attempt to build
libesmtp from source, unfortunately libesmtp depends on poll.h and will not
build.
Modified: logging/log4cxx/trunk/src/site/apt/building/autotools.apt
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/site/apt/building/autotools.apt?rev=631438&r1=631437&r2=631438&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/site/apt/building/autotools.apt (original)
+++ logging/log4cxx/trunk/src/site/apt/building/autotools.apt Tue Feb 26
16:37:12 2008
@@ -71,7 +71,8 @@
** Cygwin:
- Install sed which is required by the unit tests. The prepackaged
+ Install zip (used by RollingFileAppender) and sed (used to normalize
+ output files for comparison in the unit tests). The prepackaged
APR currently available from Cygwin has APR_HAS_THREADS == 0.
Some appenders will not be available and some may operate
with reduced functionality. There have been reports of