On Jan 11, 2007, at 11:04 AM, Hassan Mehmet wrote:
I am just using ant to do the build (using the msvc compiler). I
have no
problem building, just running the unit tests.
I think it is actually a much more basic issue :) I don't have
"sed.exe" on my
machine!
I'm going to download unxutils and hopefully I can get it working
tomorrow.
The INSTALL file states that sed and patch need to be on the path.
Though any sed should work, I just use cygwin's. Sed is used to
perform regular expression pattern replacement on the generated log
files to normalize things like timestamps before the files are
compared with the expected files. log4j uses jakarta-oro for the
transformations and log4cxx used to use boost-regex to do the
transformations but it required a lot of extra build effort and
prevented some compilers from running the tests since the could not
compile boost-regex. See https://issues.apache.org/jira/browse/
LOGCXX-54.
You should use a new subject line when the topic changes. However, I
am trying to work through the issues so we can have a release
candidate in the near future (weeks not months). Spent quite a bit
of time yesterday.