|
I did cvs checkout on the latest version of log4cxx codes
and my build failed after running ant: run-unittest: BUILD FAILED C:\logging-log4cxx\build.xml:921: exec
returned: 3 There’s also a pop up error like the following: Debug Error! Program: C:\logging-log4cxx\build\debug\shared\log4cxx-test.exe I’m assuming the above is probably failing on some
test cases. I thought it won’t affect my project, so I tried the following
in my project: LoggerPtr
logger(Logger::getLogger("MyApp")); It compiles fine but when I try to run my program, it fails.
After debugging it, I found out that getLogger() was not working properly,
something was failing deep inside. Is there some stable version of log4cxx for now? If not, is
there an ETA when that will happen? Thierry |
- Re: Current cvs version not working properly Thierry Lam
- Re: Current cvs version not working properly Curt Arnold
