Hi I've managed to build and test log4cxx (windows xp and msvc8).
Now I want to install just the libraries and headers without all the artifacts (such as the test executables). It would be nice if the ant build.xml had an install target. As this is not currently the case, am I right in assuming I need to do a clean build (ant clean; ant -Ddebug=false build) and copy just the include and build directories to my "install" area ? Thanks
