Hi Curt, I tried to build a release build (on a Windows XP SP2 machine) from the trunk and it failed. I had set the classpath to point to: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin instead of the normal vc6 batch file. I hope that was not the reason for the failure.
Excerpt from the log file b4 the failure: " win-configure: BUILD FAILED C:\Documents and Settings\aviswanathan\My Documents\My DevProjects\log4cxx\trunk\build.xml:385: Warning: Could not find file C:\Documents and Settings\aviswanathan\My Documents\My DevProjects\log4cxx\trunk\include\log4cxx\log4cxx.hw to copy. " I tried the debug build with the default classpath and it failed in unit-tests. Let me know if you need the exact log files. A build related question: In the INSTALL file it says you can pass optional parameters to the build. My question is can I pass them to the ant script or are they only applicable for "make" builds. For example: --enable-unicode and -with-thread Microsoft Thanks Arun