Re: Is log4cxx still alive?

2012-02-02 Thread Curt Arnold
Sorry about not responding sooner. I'm going to pull the old newborn excuse. everybody is doing well, but no one is getting much sleep or keeping up with mailing lists. log4net had a reasonably successful reboot a few months ago. There is a bit of a chicken and egg issue with ASF development is

Re: [ANNOUNCEMENT} New comm...@logging.apache.org mailing list

2011-08-29 Thread Curt Arnold
The SVN commits have been redirected and will no longer go to the -dev lists (or gene...@logging.apache.org for Chainsaw). On Aug 25, 2011, at 10:49 PM, Curt Arnold wrote: > The comm...@logging.apache.org mailing list is now accepting subscription > requests at commits-

[ANNOUNCEMENT} New comm...@logging.apache.org mailing list

2011-08-25 Thread Curt Arnold
The comm...@logging.apache.org mailing list is now accepting subscription requests at commits-subscr...@logging.apache.org. The current plan is to redirect all SVN commit messages from logging services projects to comm...@logging.apache.org and to discontinue any commit message logging to log4j

Re: log4cpp access-core dumping

2010-11-08 Thread Curt Arnold
You might have better luck at http://log4cpp.sourceforge.net. This is the user list for Apache log4cxx. On Nov 3, 2010, at 11:58 AM, Thorsten Schöning wrote: > Guten Tag Priya Sankaralingam, > am Mittwoch, 3. November 2010 um 17:25 schrieben Sie: > >> We are using log4cpp in our logger(ys_lo

Newest development: Isabella Claire Arnold

2010-09-16 Thread Curt Arnold
Isabella Claire Arnold was born on September 14th at 1:55 PM. Mom is a little sore and daughter is getting a little extra oxygen and IV feeding, but is expected to be on her own soon.

Re: log4cxx-0.10.0: Fix for 64 bit-only thread safety bug in ObjectPtrBase

2010-07-15 Thread Curt Arnold
I may have an afternoon free this weekend and see if I can't regain my train of thought. There has been a tension between wanting to avoid memory leaks on shutdown to not offend Valgrind, Purify et al and not shutting down APR while it is still being used. There were many previous discussio

log4cxx 0.10.1 release plan (Re: link error in release mode with Visual Studio 2008 on log4cxx-user)

2010-05-11 Thread Curt Arnold
On May 10, 2010, at 8:44 AM, Reynolds, John wrote: > Good to see you back Curt. Any dates on next release? > > I meant what executable format ( looked it up, it is Mach-O ). I knew it > wasn't ELF even though it does use the FreeBSD tools. > I've just logged http://issues.apache.org/jira/brow

Re: AW: some contributions

2010-04-12 Thread Curt Arnold
On Apr 12, 2010, at 8:43 AM, Daniel Toplak wrote: > Hi, > > What exactly do you need from me? There are no bug report issues in the > log4cxx project which matches the code changings I have made. > > Gruß > Daniel Toplak > For each of the features, create a new bug report and describe the

Re: some contributions

2010-04-12 Thread Curt Arnold
Thanks. The use of "we" and "our" in your description needs to be elaborated. Contribution work on behalf of a corporation or on behalf of other developers requires more care. Please read http://www.apache.org/legal and http://www.apache.org/licenses/icla.txt. The most straight forward situa

Re: 15-16 milliseconds granularity on Windows

2010-04-08 Thread Curt Arnold
On Apr 7, 2010, at 9:54 AM, Sameer Gupta wrote: > Hi, > > I have noticed the message timestamps being logged are atleast 15-16 > milliseconds apart on windows NT/2003 systems even though the messages > actually requested to be logged were just couple of milliseconds apart. This > is due to th

Re: Cross compiling Log4Cxx with APR/APU

2010-01-15 Thread Curt Arnold
On Jan 15, 2010, at 6:38 PM, NEAL, RYAN wrote: > > Hello, > > I am trying to cross compile log4cxx for the powerpc, and am running into > some build errors that I can’t understand. > > I am using APR/APU 1.3.9 – both compiled without issue. I am having the > problem that the iconv in APU

Re: log4cxx-0.10.0: Fix for 64 bit-only thread safety bug in ObjectPtrBase

2009-07-29 Thread Curt Arnold
On Jul 16, 2009, at 7:43 AM, abgimeno wrote: Hi I have the same problem and I could not solve. I have installed the version apache-log4cxx-0.10.0. apr-1.3.6 and apr-util-1.3.8. in a Red Hat 5 x64 I tried with the patch 596934 and does not work. When the program ends gives an exception

Re: New appender for log4cxx

2009-06-09 Thread Curt Arnold
On Jun 8, 2009, at 11:05 AM, George Morgan wrote: I've started porting the IMAppender from log4j-sandbox to log4cxx. I am hoping to produce code which is suitable for inclusion in the log4cxx distribution. Is there is a list of guidelines for inclusion somewhere? I've looked over the code an

Re: Issue with PropertyConfigurator::configure function

2009-05-25 Thread Curt Arnold
log4cxx follows the pattern set by log4j which is to silently swallow any configuration errors. Add a log4j.debug=true to your property file and you may get some diagnostic output to the console. Otherwise, post your configuration file here and we can help. On May 24, 2009, at 3:14 PM, d

Re: Where is the source code attempting to create the log file?

2009-04-09 Thread Curt Arnold
On Apr 9, 2009, at 4:17 AM, Lijuan Zhu wrote: More debugging showed where the error was: In the misc.c around line 161 FARPROC apr_load_dll_func(apr_dlltoken_e fnLib, char* fnName, int ordinal) { if (!lateDllHandle[fnLib]) { lateDllHandle[fnLib] = LoadLibrary(lateDllName[fnLib]

Re: Where is the source code attempting to create the log file?

2009-04-08 Thread Curt Arnold
Try using forward slashes in the file name. If that doesn't work, start with a file no directory specification. log4cxx uses APR which provides a consistent API above the filesystem including trying to provide a consistent file specification format (as does Java) and takes forward slashes

Re: patch for compiling objectptr with g++4.1.x with many warnings enabled and warnings as errors

2009-01-16 Thread Curt Arnold
On Jan 16, 2009, at 11:53 AM, Rhosyn wrote: We found we needed this tiny patch in our environment to compile objectptr with various warnings enabled and warnings-as-errors when using g++ 4.1.x Please find the patch attached - it simply explicitly initialises the base class in the initializer l

Re: log4cxx-0.10.0: Fix for 64 bit-only thread safety bug in ObjectPtrBase

2009-01-16 Thread Curt Arnold
On Jan 16, 2009, at 11:47 AM, Rhosyn wrote: The attach patch fixes a thread safety issue we found with ObjectPtrBase when we ported our application to a 64 bit platform. It will only work if you are using a version of apr with apr_atomic_xchgptr() Cheers apr_atomic_xchgptr was added at

Re: log4cxx-0.10.0: exception on logging long message to syslog

2009-01-16 Thread Curt Arnold
On Jan 16, 2009, at 10:45 AM, Rhosyn wrote: Dear all, We would like to share with you a patch we use for log4cxx in order to prevent an exception being raised when a very long message is logged. We found our system was sometimes misbehaving due to an exception being raised by log4cxx when a

Re: Crashes on exit() from multithreaded program using log4cxx

2009-01-16 Thread Curt Arnold
On Jan 16, 2009, at 9:34 AM, Rhosyn wrote: Dear all, The crashes === We would like to share with you some patches to log4cxx we have found useful in our environment. Our product (a Linux platform server product, compiled with g++ 4.3.x) started suffering from crashes during (wh

Wedding plans

2008-12-22 Thread Curt Arnold
Sorry about being a little slow to respond recently, but I've been working on wedding plans. Julie Ferguson and I are marrying in New Braunfels, TX on December 27th. Julie and I have known each other a little over 6 years as friends and we kept in touch infrequently after she moved away f

ApacheCon live video streaming available; keynotes and Apache 101 are free

2008-11-04 Thread Curt Arnold
Can't make ApacheCon this week in New Orleans? You can still watch all the keynotes, Apache 101 sessions, and system administration track in live video streams: http://streaming.linux-magazin.de/en/program_apacheconus08.htm?ann Keynotes and the Apache 101 lunchtime sessions are free; the full

Re: issues with mac/xcode.

2008-06-27 Thread Curt Arnold
On Jun 24, 2008, at 1:57 AM, Phil Pellouchoud wrote: Hi, I am trying to compile some code using 0.10.0 on mac/xcode, and I get an error like this: dailyrollingfileappender.h:23 error: forward declaration of ‘struct log4cxx::rolling::RollingFileAppender’ I wind up doing a #include in t

[ANNOUNCE] Apache log4cxx 0.10.0 released

2008-04-02 Thread Curt Arnold
The Apache Logging Services project is happy to announce the release of Apache log4cxx 0.10.0. Apache log4cxx 0.10.0 is the first Apache release of log4cxx and is recommended update for all users. The release is starting to reach the mirrors at the moment. and is identical to the log4cxx

[RESULT][VOTE] log4cxx-0.10.0 RC8

2008-04-02 Thread Curt Arnold
6030&w=2 RC7 call: http://marc.info/?l=log4cxx-dev&m=120695154220412&w=2 RC6 call: http://marc.info/?l=apache-logging-general&m=120675934818767&w=2 PMC votes (all +1) Curt Arnold Scott Deboy Ron Grabowski (on [EMAIL PROTECTED]) Paul Smith Jacob Kjome Community vote and comment

[VOTE] log4cxx 0.10.0 RC8

2008-04-02 Thread Curt Arnold
cpptasks 1.0b5 is now released on SourceForge (http://ant-contrib.sourceforge.net/cpptasks/index.html ). A request to sync the release to ibiblio for Maven users has been logged (http://jira.codehaus.org/browse/MAVENUPLOAD-2000). It was a bit scary since I was locked out of SourceForge for a

Re: is socketappendertestcase, xmlsocketappendertestcase being run in any log4cxx tests ?

2008-04-02 Thread Curt Arnold
On Mar 31, 2008, at 4:32 PM, Bernard Stumpf wrote: I've searched for evidence that any of the SocketAppender test cases were run by the log4cxx tests, and it appears that these tests are not run. The only related one is "sockethubappendertestcase: SUCCESS", but that is not a client logger

Fwd: log4cxx 0.10.0 release vote

2008-04-02 Thread Curt Arnold
Forwarded on behalf of Jacob Kjome: Begin forwarded message: From: "Jacob Kjome" <[EMAIL PROTECTED]> Date: April 2, 2008 1:36:32 PM CDT To: "Curt Arnold" <[EMAIL PROTECTED]> Subject: Re: log4cxx 0.10.0 release vote I just sent my reply to the general list,

[VOTE] log4cxx-0.10.0 RC8

2008-03-31 Thread Curt Arnold
src/test/cpp/logunit.cpp in RC7 (and in all previous 0.10.0 RC's) is missing an "#include " that will cause a "make check" to fail to compile with Sun Studio 11, but does not apparently affect the other platforms. I do not see that defect sufficient to recall RC7, however I've prepared an

Re: [VOTE] log4cxx 0.10.0 release candidate 6

2008-03-31 Thread Curt Arnold
On Mar 31, 2008, at 12:49 PM, Jostein Tveit wrote: Curt Arnold <[EMAIL PROTECTED]> writes: On Mar 31, 2008, at 8:39 AM, Jostein Tveit wrote: ./src/test/cpp/logunit.cpp is missing "#include " to compile on Solaris 8 with Sun Studio 11. I have only tested RC6, but I think

Re: [VOTE] log4cxx 0.10.0 release candidate 6

2008-03-31 Thread Curt Arnold
On Mar 31, 2008, at 8:39 AM, Jostein Tveit wrote: ./src/test/cpp/logunit.cpp is missing "#include " to compile on Solaris 8 with Sun Studio 11. I have only tested RC6, but I think RC7 has the same issue. I'm sure it would. The issue is that the definition of setlocale() is apparently mad

Recall 0.10.0 RC6, RC7 vote

2008-03-31 Thread Curt Arnold
I've recalled RC6 due to the VC 2008 issue. Before posting RC6, I build on Mac OS/X, Ubuntu 6.06, FreeBSD 6.2 and Visual Studio 6, but didn't fire up the later Visual Studios and got burned. If you try out RC7, any note or report would be appreciated and ideally a vote with your recommenda

[VOTE] log4cxx 0.10.0 release candidate 7

2008-03-31 Thread Curt Arnold
log4cxx 0.10.0 RC7 is now available for review for release on the unofficial builds area. This release candidate is strictly provided for consideration for release, may be withdrawn and will be removed from the publication location at the conclusion of the voting period. RC7 is currently

[VOTE] log4cxx 0.10.0 release candidate 6

2008-03-28 Thread Curt Arnold
log4cxx 0.10.0 RC6 is now available for review for release on the unofficial builds area. This release candidate is strictly provided for consideration for release, may be withdrawn and will be removed from the publication location at the conclusion of the voting period. RC6 is currently

LOGCXX-257 and 0.10.0 RC 3

2008-03-28 Thread Curt Arnold
Had to rewrite a substantial bit of log4cxx in the release process, but I didn't see another way of getting TelnetAppender::close() not to hang on Unix. I'm going to cut 0.10.0 RC3 later today after I get some sleep. I would appreciate any feedback on the new code, particularly any testin

Re: unable to find sample XML config among log4cxx unit tests

2008-03-28 Thread Curt Arnold
On Mar 27, 2008, at 1:31 PM, Bernard Stumpf wrote: Curt Arnold, I have been unable to find sample XML configuration files among the log4cxx unit tests or examples. I found this file: performance.xml under log4cxx/src/test/ resources, but it does not seem to have been run by the unit

Re: 0.10.0 RC3 on Monday

2008-03-26 Thread Curt Arnold
On Mar 26, 2008, at 5:44 AM, Moshe Matitya wrote: On Friday, March 21, 2008 7:06 AM, Curt Arnold wrote: There are much better things to do over the next 3 days than to review a release candidate. I hope to prepare and post one on Monday. Is there a new ETA for this? Moshe At the

0.10.0 RC3 on Monday

2008-03-20 Thread Curt Arnold
There are much better things to do over the next 3 days than to review a release candidate. I hope to prepare and post one on Monday.

0.10.0 RC3 likely tomorrow

2008-03-13 Thread Curt Arnold
I'm hoping to pack up an RC3 tomorrow and think that I will have addressed all the feedback from the RC2 comments. If there is something that you didn't see covered in the SVN commits and have any new blocking issues, now would be a good time to say so.

[VOTE][RECALL] log4cxx 0.10.0-rc2

2008-02-26 Thread Curt Arnold
Based on the feedback from the mailing lists, as release manager, I'm recalling log4cxx-0.10.0-rc2 from consideration and expect to prepare another release candidate in a few days. Additional feedback on the release candidate is still desired. This is a quick list of items that should be r

Re: [VOTE] log4cxx 0.10.0 release candidate

2008-02-25 Thread Curt Arnold
On Feb 24, 2008, at 9:50 PM, [EMAIL PROTECTED] wrote: Curt - 1. Ok.. I see that I have cpptaskb4... which is what the download section had available... so checking it out of SVN now, and will try again. 2. In general, I've always adhered to the standard of always leaving off the las

Re: [VOTE] log4cxx 0.10.0 release candidate

2008-02-24 Thread Curt Arnold
On Feb 24, 2008, at 8:56 AM, [EMAIL PROTECTED] wrote: Found a couple of issues on Solaris 8 with Sun One Studio: Issue 1. The "ant" build doesn't work === It gives errors about nested comments in the project element. I also noticed that ant thinks we're trying to build

Re: [VOTE] log4cxx 0.10.0 release candidate

2008-02-23 Thread Curt Arnold
On Feb 23, 2008, at 3:36 AM, Curt Arnold wrote: ... Attempting to build the release image from a non-Unix platform should produce flawed Xcode projects. However, any Unix derived OS would be expected to product relatively close approximations of the release candidate. The following

[VOTE] log4cxx 0.10.0 release candidate

2008-02-23 Thread Curt Arnold
log4cxx 0.10.0 RC2 is now available for review for release on the unofficial builds area. This release candidate is strictly provided for consideration for release, may be withdrawn and will be removed from the publication location at the conclusion of the voting period. RC2 is currently

Re: patches

2008-02-09 Thread Curt Arnold
On Feb 9, 2008, at 4:30 PM, Jonathan Wakely wrote: Hi again, The first attached patch fixes some compiler errors with GCC 4.3 due to missing includes. See "Header Dependency Cleanup" in http://gcc.gnu.org/gcc-4.3/porting_to.html The second fixes warnings with any version of GCC, caused by in

Re: ObjectPtrT comments

2008-02-09 Thread Curt Arnold
On Feb 9, 2008, at 4:03 PM, Jonathan Wakely wrote: Hi log4cxx developers, now that I can build the library (thanks for the fix) I've been poking around and exploring the code. ObjectPtrT& operator=(const ObjectPtrT& p1) { T* newPtr = (T*) p1.p; if (newPtr != 0) { newPtr->addRe

Re: failed attempts to build log4cxx from svn

2008-02-09 Thread Curt Arnold
On Feb 9, 2008, at 8:12 AM, Jonathan Wakely wrote: I've just checked log4cxx out from subversion but am unable to even build it: $ ./autogen.sh configure.in:40: installing `./missing' configure.in:40: installing `./install-sh' src/examples/cpp/Makefile.am: installing `./depcomp' configure.in

Big change coming

2007-12-14 Thread Curt Arnold
I wrote this last night and forgot to send it. But then today didn't go as I expected, so it can still act as a heads-up notice. I'm planning on committing a fairly large change tomorrow. I had had on my to-do list to add support for the Mac CoreFramework string types. I thought I was go

SocketAppender progress

2007-11-30 Thread Curt Arnold
I've reworked the SocketAppender and have done some superficial testing with Chainsaw. My previous attempt would fail on the second event transmitted since I was thinking that each network packet was a complete ObjectOutputStream instead of one continuous ObjectOutputStream. I'm fairly ce

Happy Thanksgiving

2007-11-20 Thread Curt Arnold
This Thursday is the Thanksgiving holiday in the USA. I will not be checking emails or doing any coding until next week and I expect that other US based developers will also be spending time with families and friends and not hanging out on the mailing or bug lists. I've just committed a sl

Re: ObjectPtrT::operator-> const problem

2007-11-08 Thread Curt Arnold
Logged issue LOGCXX-202 (https://issues.apache.org/jira/browse/ LOGCXX-202) and committed a fix in rev 593346. Prior to the fix: (*logger).info("Hello, World."); ((Logger*) logger)->info("Hello, World."); would compile in a const method body, but logger->info(

Re: Restoring operator<< in LOG4CXX_INFO et al

2007-11-05 Thread Curt Arnold
On Nov 5, 2007, at 8:55 AM, Steck, David wrote: I used the logstream class throughout my code, liking that I could use it like cout. My preference is to see one of the following: 1) If the implementation of logstream were changed from basic_ostringstream to a MessageBuffer, would that make log

AsyncAppender rewrite

2007-09-28 Thread Curt Arnold
I just committed an almost complete replacement of AsyncAppender with a port from the current log4j sources (see bug https:// issues.apache.org/jira/browse/LOGCXX-129). There is still some funkiness in the unit tests. testBadAppender that tests how AsyncAppender recovers from an exception

Re: LOG4CXX_LOG usage change from 0.9.7 to 0.10

2007-09-27 Thread Curt Arnold
On Sep 27, 2007, at 1:26 AM, leslie wang wrote: Hi All, I'm used log4cxx 0.9.7 in my project. Today I updated it to 0.10 and found LOG4CXX_LOG/INFO/... API change. In the past, I can use LOG4CXX_LOG(logger, "aaa" <<< "bbb" << 10) but now all of them are reporting error. I check the header

Restoring operator<< in LOG4CXX_INFO et al

2007-09-25 Thread Curt Arnold
I've committed changes that should restore the ability to use the << operator in the message fragment of LOGCXX_INFO and similar macros. It had been removed 3 years ago when the ability to have both char* and wchar_t* messages processed in the same log4cxx build since the log4cxx 0.9.7 mac

Website update

2007-08-25 Thread Curt Arnold
A release vote for log4j-1.2.15 and log4j-extras-1.0 is going on [EMAIL PROTECTED] and log4j-dev at the moment. As part of the release process, the LS web site would be updated to the staged content at https://svn.apache.org/repos/asf/logging/site/trunk/docs/index.html. Looks like there a

Re: Packaging log4cxx

2007-08-11 Thread Curt Arnold
On Aug 11, 2007, at 9:13 AM, Pau Garcia i Quiles wrote: Hello, I am trying to package log4cxx 0.9.8 (subversion checkouts, actually) for Debian and Ubuntu. I succeeded with a 20070712 checkout and with a 20070810 checkout. The version number 0.9.8 implies binary compatibility with 0.9.

Re: Maven and configure options.

2007-07-31 Thread Curt Arnold
On Jul 31, 2007, at 3:12 PM, Andreas Fester wrote: Hi Tim, Tim Jones wrote: Hi, Since the recent updates to move to Maven (rendering automake currently out of action), is it possible to set options to be passed to configure? I dont know (yet) how configure options can be passed to the

Maven generated website, APR & APR-util inline, automake broken

2007-07-24 Thread Curt Arnold
I've been working on moving the entire Logging Services project over to Maven 2.0 for release building. For log4cxx, that primarily means using Maven for web site generation and maintenance and having Maven delegate to Ant to actually compile the project and miscellaneous other tasks. I'v

Re: LOG4CXX_ERROR/WARN/INFO and related macro changes, revision: 308702

2007-05-16 Thread Curt Arnold
The main problem with the old macros is that they were limited to only supporting one type of character string which would have required distinct macros for each character type. The current macro definition does allow you to log all supported character types with one set of macros, but doe

Re: [PATCH] delete vs. delete[]

2007-04-23 Thread Curt Arnold
On Apr 23, 2007, at 9:56 AM, Gerrit Bruchhäuser wrote: Dear Log4Cxx dev group, Valgrind found a "delete vs delete[]" mismatch which I have fixed below. Please could you apply the down lited patch in the next release? --- --- log4cxx-0.9.7/src/stringtokenizer.cpp 2004-05-10 14:38:08

Encoding/Decoding changes and Solaris builds

2007-04-03 Thread Curt Arnold
With the recent changes committed against LOGCXX-167 and LOGCXX-178, the GNU make build on Solaris using gcc 3 appears to succeed and the example programs appeared to work. It wasn't producing an unit test executable, but that might have been due to my not installing cppunit. The Ant buil

Re: log4cxx apr_mcast missing on windows

2007-04-03 Thread Curt Arnold
On Apr 3, 2007, at 10:28 AM, Derek Baum wrote: I'll review it. I didn't try to work out all the kinks in the apr- build.xml, just enough to provide the facilities that log4cxx uses which as far as I remember did not include multicast. Don't remember if there was a specific reason that I

Re: log4cxx apr_mcast missing on windows

2007-04-03 Thread Curt Arnold
On Apr 2, 2007, at 9:12 AM, Derek Baum wrote: Hi, I'm trying to use apr_mcast_join() on Windows, with the version of APR built by log4cxx apr-build.xml, but I'm getting an unresolved symbol error. Closer investigation reveals that multicast.c is missing from apr- build.xml: D

Re: [EMAIL PROTECTED]: Project logging-log4cxx-ant-no_wchar_t (in module logging-log4cxx) failed

2007-03-23 Thread Curt Arnold
On Mar 22, 2007, at 10:08 AM, Bob Rossi wrote: Do you think a separate mailing list would be appropriate for this? I enjoy staying on the list to ask questions or help others. I don't enjoy seeing the status of the nightly builds. I suppose I could filter it out myself somehow ... Thanks, Bob

Re: [EMAIL PROTECTED]: Project logging-log4cxx-ant-no_wchar_t (in module logging-log4cxx) failed

2007-02-21 Thread Curt Arnold
On Feb 21, 2007, at 9:49 AM, Bob Rossi wrote: On Wed, Feb 21, 2007 at 07:35:51AM -0800, Gump Integration Build wrote: To whom it may engage... I'm not sure if you care, but the Emails that you are sending to this list annoy me, and may very well annoy others. It's possible you could get bet

Re: [EMAIL PROTECTED]: Project logging-log4cxx-ant (in module logging-log4cxx) failed

2007-02-15 Thread Curt Arnold
On Feb 15, 2007, at 6:26 AM, Gump Integration Build wrote: To whom it may engage... This is due to a recent change in cpptasks and should be resolved soon.

Re: XMLLayoutTestCase fails on Solaris

2007-01-24 Thread Curt Arnold
Logged as LOGCXX-169 (https://issues.apache.org/jira/browse/ LOGCXX-169) and resolved. Basically isolated XMLLayoutTestCase from the implementation of __LOG4CXX_FUNC__. I added LOGCXX-170 as a distinct bug which would move the sniffing of method name macros to the configure step and add sni

Re: XMLLayoutTestCase fails on Solaris

2007-01-16 Thread Curt Arnold
On Jan 16, 2007, at 3:51 PM, Jostein Tveit wrote: Hello log4cxx developers! Latest log4cxx from trunk fails unit testing with the error messages below. Last time I compiled and tested from trunk (~May 2006) all unit tests passed. Do you have any idea why the class and method elements of the

Re: Unnecessary comparisons

2007-01-09 Thread Curt Arnold
Doesn't look like a problem to me. Brought over from log4j where the arguments are signed.

Re: MinGW build

2007-01-09 Thread Curt Arnold
On Jan 9, 2007, at 6:36 PM, Bob Rossi wrote: On Mon, Jan 08, 2007 at 09:07:59PM -0600, Curt Arnold wrote: a) if you are successfully creating a log4cxx.dll with the autotools build. b) if you get the same link errors I reported when you do the recipe described in the bug report. Sorry, I&#

Re: MinGW build

2007-01-08 Thread Curt Arnold
On Jan 8, 2007, at 5:52 PM, Bob Rossi wrote: On Mon, Jan 08, 2007 at 05:40:23PM -0600, Curt Arnold wrote: I'm still unable to get past unresolved references when linking shared libraries using MinGW. The same problem appears occurs with either MinGW with a 4.1.1 gcc or a stock gcc.

MinGW build

2007-01-08 Thread Curt Arnold
I'm still unable to get past unresolved references when linking shared libraries using MinGW. The same problem appears occurs with either MinGW with a 4.1.1 gcc or a stock gcc. I've attached a description and instructions to reproduce the problem as part of the MinGW build bug (https://is

MinGW build

2007-01-04 Thread Curt Arnold
I've got a MinGW with gcc 4.1.1, autotools and the link set up and have built APR and APR-util from head. I removed an obsolete section of configure.in which checked for pthread or "Microsoft" threads (rev 492712 against LOGCXX-74). Since we are now using APR to provide threading, the che

Re: syslogappender patch for mingw

2006-12-29 Thread Curt Arnold
On Dec 29, 2006, at 6:10 PM, Bob Rossi wrote: On Mon, Dec 25, 2006 at 11:08:09PM -0500, Bob Rossi wrote: On Fri, Dec 15, 2006 at 09:33:12AM -0500, Bob Rossi wrote: Hi, Here is a patch to get log4cxx to compile with mingw, using g+ +-4.1. Can someone please apply this for me? This is a ve

Re: testsuite

2006-12-16 Thread Curt Arnold
I can take your patches from here, but it will be tomorrow or early next week before I get a chance to do it. I'm glad you were able to get the build going. Maybe you can help me as I've been a bit stumped on how to set up a MinGW build environment since they split it into so many pieces (

Re: testsuite

2006-12-15 Thread Curt Arnold
On Dec 15, 2006, at 1:07 PM, Bob Rossi wrote: Attached is a patch that correctly allows the autotools to find the cppunit installation when it is installed in a non standard place. BTW, is this list active? Is log4cxx active? It would be great if someone could tell me they are at least noticin

Re: testsuite

2006-12-15 Thread Curt Arnold
Yes, log4cxx has an CPPUNIT based set of unit tests that roughly correspond to log4j's JUnit unit tests. They are run from the Ant build by: ant run-unittest The build instructions in INSTALL suggest that "make check" would do the same thing for the autotools build, but I'm not sure that

Re: static builds and class registration

2006-12-12 Thread Curt Arnold
On Dec 12, 2006, at 2:23 AM, Peter Steiner wrote: Hello! Usually I'm using the shared build of log4cxx. But once in while I'm testing the static build. The current static build can't find the SizeBasedTriggeringPolicy class when using a property configuration. Should SizeBasedTriggeringPolicy

Re: DailyRollingFileAppender doesn't work gcc 3.2.2 RHEL3

2006-12-05 Thread Curt Arnold
Sorry not enough information to provide you with any guidance. The project does not publish a binary log4cxx.dll. If you did download a log4cxx.dll from a project that uses log4cxx, it would be best to ask them since they would know the specifics of what source code version of log4cxx was

Re: Handling failure in log4cxx::PropertyConfigurator::configure()

2006-09-22 Thread Curt Arnold
I agree that silently consuming exceptions in the configurator is undesirable. log4cxx mimic log4j at this point and it is not possible to change the existing log4j contract at this point, but log4cxx is not necessarily bound to mimic it. FYI: I started a sandbox effort for a XML configura

ApacheCON US 2006

2006-09-14 Thread Curt Arnold
ApacheCON US 2006 (http://www.apachecon.com) will be held on October 9-13 in Austin, TX. Registration prices increase yet again tomorrow and hotel reservations should be made soon to take advantage of the special conference room rates. I've tentatively scheduled a Logging Services BOF for

Re: Log4cxx memory leaks in reconfiguration.

2006-06-12 Thread Curt Arnold
On Jun 12, 2006, at 6:59 AM, Balik, Martin wrote: Hi, I tried to investigate possible memleaks in log4cxx, and I found one using many reconfigurations in endless loop. I made small program like this: #include #include using namespace log4cxx; int main() { do { log4cxx::xml::DOMConf

Re: build problem on 64bit redhat

2006-06-10 Thread Curt Arnold
On Jun 10, 2006, at 12:23 AM, jack wu wrote: latest svn code build failed on 64 bit Redhat enterprise ES release 4. kernal 2.6.9, gcc 3.4.5. when running "ant" in the log4cxx source root directory. i suppose this is a ant build.xml problem, because i was able to go into log4cxx/lib/apr1.

Re: [jira] Commented: (LOGCXX-121) LoggingEvent serialization and deserialization is stubbed out

2006-05-03 Thread Curt Arnold
On May 3, 2006, at 8:08 AM, Andreas Fester wrote: Thats exactly my approach. I wanted to have a look into chainsaw for quite some time and thought this would be a good chance to dig into this issue. I just wanted to avoid that we are both working on the same issue and waste time, so I assi

Re: Log4Cxx and STLPort

2006-03-15 Thread Curt Arnold
On Mar 15, 2006, at 3:05 PM, Andreas Fester wrote: Curt, I already changed and checked this, if its ok I can simply commit it... Yep, didn't optimize the includes when addressing bug LOGCXX-126. Unless there was a new bug issue on the problem, charge it to LOGCXX-126 in the commit message

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 commit ...

2006-02-27 Thread Curt Arnold
initialization and would not reflect changes that occur after that time. They can be changed by the application by calling System::setProperty(). I dont know the internal implementation of the apr_()-Functions, but is it possible that their return values (user name, temporary directory,

Re: Intended commit ...

2006-02-27 Thread Curt Arnold
On Feb 27, 2006, at 3:12 PM, Andreas Fester wrote: I indent to commit the attached patch. It adds the possibility to set system properties (they are still retrieved from the environment if they do not exist yet when they are read the first time). This will allow applications to set any kind of

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-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

Re: hierarchy corrupted

2006-01-18 Thread Curt Arnold
On Jan 16, 2006, at 6:50 AM, Steck, David wrote: I second this request. I've been watching for this to be committed since it was mentioned on the mailing list, since I think I'm affected by it, too. Thanks, -David Steck [EMAIL PROTECTED] Looked at this today. Yep, looks like an ancient

Re: UTF-8 build on Unix

2005-12-22 Thread Curt Arnold
On Dec 22, 2005, at 12:57 PM, Andreas Fester wrote: Would it be possible to re-activate the gump build? I am executing a nightly automake based build with both logchar=wchar_t and logchar=utf-8, but I think an ant based build on another system would be useful for regression. My build already ru

Re: UTF-8 build on Unix

2005-12-22 Thread Curt Arnold
On Dec 22, 2005, at 7:56 AM, Andreas Fester wrote: Hi, the attached patch fixes the UTF8 build on unix. simpledateformat.cpp/h: - new typedef for std::basic_string - Moved PatternToken to the .cpp file. This allows PatternToken::format to take a LocaleString which is necessary because Loc

Re: Missing NDC constructor

2005-12-22 Thread Curt Arnold
On Dec 22, 2005, at 7:59 AM, Andreas Fester wrote: Hi, the attached patch adds a missing constructor which takes a wstring& to the NDC class. If there are not objections, I will commit it. Thanks, Andreas +1 I had to look at this one for a while. new NDC() is prohibited in lo

Re: non-portable linker flags in test suite

2005-12-11 Thread Curt Arnold
Andreas Fester wrote: Hi, the test suite uses the --whole-archive and --no-whole-archive flags hard coded in the automake makefiles. The reason seems to be to properly link the static convencience libraries from the various sub directories into the executable, since the main program does not re

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

Re: can anyone build log4cxx HEAD in cygwin?

2005-12-01 Thread Curt Arnold
On Dec 1, 2005, at 2:26 PM, Andreas Fester wrote: I just reviewed this. Its indeed a cygwin specific part, so I think this could simply be committed together with my latest build patches. Please vote ;-) On any automake/build file change, I'll defer to your judgement. Feel free to "Commit-

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

  1   2   3   >