On Thu, Jan 11, 2007 at 02:10:38PM +0000, Hassan Mehmet wrote: > Bob Rossi <bob_rossi <at> cox.net> writes: > > > > > On Thu, Jan 04, 2007 at 03:28:08PM +0000, Hassan Mehmet wrote: > > > As per the subject , is there any rough estimate of the schedule for the > > > next version. > > > > Yes, many of us would like that. I will build and run the test suite on > > mingw to determine if it's working properly there if that helps. > > > > Bob Rossi > > > > > Hi Bob > > Sorry for the delay getting back to you. I'm still getting failures in the > unit tests so if you could run them on mingw that would be great > > Regards > Hassan Mehmet > > > run-unittest: > [exec] ............................Assertion failed: stat == > APR_SUCCESS, > file C:\Documents and Settings\h.mehmet\My Documents\Installs\log4cxx\t > ests\src\util\transformer.cpp, line 211 > [exec] > [exec] This application has requested the Runtime to terminate it in an > unusual way. > [exec] Please contact the application's support team for more > information. > > BUILD FAILED
Yes, I can try this. I'm testing out the latest svn release because that has the patch that allows me to use cppunit from a non standard location, and it allows me to not have to do --thread=Microsoft. However, the logger.h Logger class changed it's constructor from Logger(const LogString& name); to Logger(log4cxx::helpers::Pool& pool, const LogString& name); so I need to spend some time investigating how I should go about creating the pool object. I'm wondering if the old constructor should have been left. Bob Rossi
