You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/01/26 19:23:01 UTC

svn commit: r1561526 - /incubator/log4cxx/trunk/src/site/apt/building/ant.apt

Author: tschoening
Date: Sun Jan 26 18:23:01 2014
New Revision: 1561526

URL: http://svn.apache.org/r1561526
Log:
enable-char was missing

Modified:
    incubator/log4cxx/trunk/src/site/apt/building/ant.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=1561526&r1=1561525&r2=1561526&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/building/ant.apt (original)
+++ incubator/log4cxx/trunk/src/site/apt/building/ant.apt Sun Jan 26 18:23:01 2014
@@ -119,6 +119,8 @@ $ ant -Dcompiler=xyz
 | -Dwith-apr        | path to non-default location for APR.                                                                                    |
 *-------------------+--------------------------------------------------------------------------------------------------------------------------+
 | -Dwith-apr-util   | path to non-default location for APR-Util.                                                                               |
+*-------------------+--------------------------------------------------------------------------------------------------------------------------+
+| -Denable-char     | Enable char API methods, choice of yes (default), no.                                                                    |
 *-------------------+--------------------------------------------------------------------------------------------------------------------------+
 | -Denable-wchar_t  | Enable wchar_t API methods, choice of yes (default), no.                                                                 |
 *-------------------+--------------------------------------------------------------------------------------------------------------------------+
@@ -126,9 +128,9 @@ $ ant -Dcompiler=xyz
 *-------------------+--------------------------------------------------------------------------------------------------------------------------+
 | -Denable-cfstring | Enable CFString API methods, requires Mac OS/X CoreFoundation, choice of yes, no (default).                              |
 *-------------------+--------------------------------------------------------------------------------------------------------------------------+
-| -Dwith-logchar    | Interal character representation, choice of utf-8 (default), wchar_t , unichar.                                          |
+| -Dwith-logchar    | Internal character representation, choice of utf-8 (default), wchar_t , unichar.                                         |
 *-------------------+--------------------------------------------------------------------------------------------------------------------------+
-| -Dwith-charset    | Exteral character encoding, choice of utf-8, iso-8859-1, usascii, ebcdic,  auto (default).                               |
+| -Dwith-charset    | External character encoding, choice of utf-8, iso-8859-1, usascii, ebcdic, auto (default).                               |
 *-------------------+--------------------------------------------------------------------------------------------------------------------------+
 | -Dwith-SMTP       | SMTP implementation for SMTPAppender, choice of libesmtp, no (default).                                                  |
 *-------------------+--------------------------------------------------------------------------------------------------------------------------+