Re: Unittests fail

2007-11-20 Thread Andreas Grob
Curt Arnold apache.org> writes: > > > On Nov 16, 2007, at 10:33 AM, Andrew n marshall wrote: > > > A coworker and I found the unittests depend on Unix tools like sed > > and awk. They would fail on windows if you don't have something > > like Cygwin in the path. I'm not sure if this is y

Re: Unittests fail

2007-11-16 Thread Curt Arnold
On Nov 16, 2007, at 10:33 AM, Andrew n marshall wrote: A coworker and I found the unittests depend on Unix tools like sed and awk. They would fail on windows if you don't have something like Cygwin in the path. I'm not sure if this is your problem, but it worth checking if it still fails

Re: Unittests fail

2007-11-16 Thread Andrew n marshall
A coworker and I found the unittests depend on Unix tools like sed and awk.  They would fail on windows if you don't have something like Cygwin in the path.  I'm not sure if this is your problem, but it worth checking if it still fails with the Unix tools available. Anm Torsten Wiebesiek w

Unittests fail

2007-11-16 Thread Torsten Wiebesiek
Hello, I (once again) have problems compiling log4cxx on my Windows-System. :-( The unit tests fail. I don't really know, since when this occurs but it's at least 3 days now. I have attached the last lines of the ant build. I tried to compile log4cxx with `ant -Ddebug=false -Dlib.type=static`.