Author: tschoening
Date: Thu Mar 24 15:31:29 2016
New Revision: 1736453
URL: http://svn.apache.org/viewvc?rev=1736453&view=rev
Log:
Spelling
Modified:
incubator/log4cxx/trunk/src/site/apt/building/vstudio.apt
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=1736453&r1=1736452&r2=1736453&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:31:29 2016
@@ -34,15 +34,15 @@ configure-aprutil
configure.bat copies the prefabricated log4cxx.hw and
private/log4cxx_private.hw over
to log4cxx.h and private/log4cxx_private.h.
-
+
configure-aprutil.bat uses "sed" to modify apu.hw and apr_ldap.hw to disable
APR-Iconv
and LDAP which are not necessary for log4cxx and problematic to build.
If "sed" is not available, the modifications would be trivial to do in any
text editor.
-
+
Use the Win32 source zips for APR and APR-Util to preserve the required line
endings
for the project files. Directories need to be renamed to "apr" and
"apr-util" respectively.
-
+
*Building log4cxx.dll
@@ -50,18 +50,18 @@ configure-aprutil
Visual Studio 6 or later at which time you may be prompted to
upgrade the projects to the format used by your version
of Microsoft Visual Studio.
-
+
Select log4cxx as active project and build.
-
-
+
+
*Running unit tests
- To pass the unit tests, gzip, zip and sed must be on the path.
+ To pass the unit tests, gzip, zip and sed must be on the path.
Also three
environment variables need to be defined: TOTO=wonderful,
key1=value1 and key2=value2. These must be done outside
of Microsoft Visual Studio, either in the Control Panel or
- in a Command Prompt uses to launch Microsoft Visual Studio.
+ in a Command Prompt used to launch Microsoft Visual Studio.
Open projects/testsuite.dsw or projects/testsuite-standalone.dsw
(test suite and implementation in one project) in Microsoft Visual
@@ -79,8 +79,8 @@ configure-aprutil
compilation with Visual Studio 6 unless a later Platform SDK is installed.
See APR bug {{{http://issues.apache.org/bugzilla/show_bug.cgi?44327}44327}}.
APR 1.2.11 and the corresponding APR-Util 1.2.10 will compile with Visual
Studio 6.
-
+
*APR-Util requires later LDAP headers than provided with Visual Studio 6
and will fail to compile. log4cxx does not use LDAP, it can be disabled in
apr_ldap.hw.
-
+
*APR-Iconv is problematic and not used by log4cxx, it can be disabled in
apu.hw.