Re: Intended commits for L7dTestCase (LOGCXX-125)

2006-03-08 Thread Curt Arnold
On Mar 8, 2006, at 1:34 PM, Andreas Fester wrote: Ok, I would like to retry this one ;-) I added an InputStreamReader to split the reader and stream hierarchy. The classes should now be similar to java. InputStreamReader converts from char to LogString. Thanks, Andreas Go ahead an

Re: Intended commits for L7dTestCase (LOGCXX-125)

2006-03-08 Thread Andreas Fester
Ok, I would like to retry this one ;-) I added an InputStreamReader to split the reader and stream hierarchy. The classes should now be similar to java. InputStreamReader converts from char to LogString. Thanks, Andreas On Jan 30, 2006, at 9:12 AM, Andreas Fester wrote: > This patch fi

log4cxx on HP UX with aCC compiler (was Re: Intended commits for L7dTestCase (LOGCXX-125))

2006-02-04 Thread Curt Arnold
On Feb 4, 2006, at 2:22 PM, Narasimha Rao wrote: Dear Arnold, DO you know anybody using Log4CXX on HP UX with aCC compiler. I need to compile Log4CXX with aCC compiler on HP UX 11.11. I need a make file to compile the code and do we need any specific libraries lile xml2 etc.. before compile?

Re: Intended commits for L7dTestCase (LOGCXX-125)

2006-02-04 Thread Narasimha Rao
Dear Arnold, DO you know anybody using Log4CXX on HP UX with aCC compiler. I need to compile Log4CXX with aCC compiler on HP UX 11.11. I need a make file to compile the code and do we need any specific libraries lile xml2 etc.. before compile? Can you pleae help me? While compiling i got one e

Re: Intended commits for L7dTestCase (LOGCXX-125)

2006-01-30 Thread Curt Arnold
On Jan 30, 2006, at 9:12 AM, Andreas Fester wrote: This patch fixes the localized logging which was still #if 0'ed out. To read the resource files, a FileInputStream class was added. This aligns the class structure better with the java world, instead of having read/write methods directly on th

Intended commits for L7dTestCase (LOGCXX-125)

2006-01-30 Thread Andreas Fester
This patch fixes the localized logging which was still #if 0'ed out. To read the resource files, a FileInputStream class was added. This aligns the class structure better with the java world, instead of having read/write methods directly on the File class. Best Regards, Andreas Index: in

Re: More intended commits

2005-12-01 Thread Curt Arnold
On Dec 1, 2005, at 12:40 PM, Andreas Fester wrote: Hi, I intend to commit the following patches. These should be the remaining ones necessary for a proper autotools dist-tarball generation. They fix the following build issues (I think they can be summarized to LOGCXX-43, "configure/make he

More intended commits

2005-12-01 Thread Andreas Fester
Hi, I intend to commit the following patches. These should be the remaining ones necessary for a proper autotools dist-tarball generation. They fix the following build issues (I think they can be summarized to LOGCXX-43, "configure/make help needed"): - Allow to create proper dist-tarball with "

intended commits

2005-11-27 Thread Andreas Fester
LOGCXX-43: required changes for proper win32 build Index: src/class.cpp === --- src/class.cpp (Revision 332794) +++ src/class.cpp (Arbeitskopie) @@ -34,7 +34,7 @@ #include #endif #include -#ifdef LOG4CXX_HAVE_SMTP +#

intended commits

2005-11-27 Thread Andreas Fester
The following patches add the streamtestcase files: --- tests/src/Makefile.am (Revision 345118) +++ tests/src/Makefile.am (Arbeitskopie) @@ -10,6 +10,7 @@ testsuite_SOURCES = \ asyncappendertestcase.cpp\ +encodingtest.cpp\ filetestcase.cpp \ hierar

Re: Intended Commits

2005-11-26 Thread Curt Arnold
On Nov 26, 2005, at 12:14 PM, Andreas Fester wrote: Hi, I intend to commit the following patch to solve issue http://issues.apache.org/jira/browse/LOGCXX-82 +0 There are other more significant issues with logstream that need to be addressed which may eventually cause this to be a non-issu

Re: Intended Commits

2005-11-26 Thread Curt Arnold
On Nov 26, 2005, at 12:45 PM, Andreas Fester wrote: Issue: http://issues.apache.org/jira/browse/LOGCXX-120 +1

Intended Commits

2005-11-26 Thread Andreas Fester
Issue: http://issues.apache.org/jira/browse/LOGCXX-120 Index: include/log4cxx/patternlayout.h === --- include/log4cxx/patternlayout.h (Revision 332794) +++ include/log4cxx/patternlayout.h (Arbeitskopie) @@ -101,40 +101,39 @@

Intended Commits

2005-11-26 Thread Andreas Fester
Hi, I intend to commit the following patch to solve issue http://issues.apache.org/jira/browse/LOGCXX-82 Index: include/log4cxx/stream.h === --- include/log4cxx/stream.h(Revision 332794) +++ include/log4cxx/stream.h(Arbeitsko

Re: Intended commits

2005-11-21 Thread Curt Arnold
+1

Intended commits

2005-11-19 Thread Andreas Fester
Hi, I intend to commit the following patches. They clean up and extend the logchar configuration. All configuration of the LOG4CXX_LOGCHAR_IS_... and the LOGCHAR_IS_WCHAR macros is now done by the build/configure scripts, so that no dependencies need to be calculated in the include file. I think t

Re: Intended commits

2005-11-15 Thread Curt Arnold
On Nov 14, 2005, at 1:38 PM, Andreas Fester wrote: Hi, I intend to commit the following patches; they are all a first step towards creating a proper dist-tarball with the GNU autotools based build. Any objections? Thanks, Andreas +1

Intended commits

2005-11-14 Thread Andreas Fester
Hi, I intend to commit the following patches; they are all a first step towards creating a proper dist-tarball with the GNU autotools based build. Any objections? Thanks, Andreas jira LOGCXX-119: Index: tests/src/Makefile.am