On Jan 12, 2007, at 4:53 AM, Hassan Mehmet wrote:
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
Thanks for the suggestion. Definitely would appreciate any
contribution on the issue. Off the top of my head, I would say that
an "ant install" on unix do the same things that "make install" does
and that "ant install" on Windows should be as similar as appropriate
to "ant install" on unix. I'm not all that familiar with what "make
install" does, so anyone who wants to either describe the current
implementation or take a shot at replicating it in the ant build,
please feel free.