Posted By:
Evan_Minton
Posted On:
Tuesday, February 24, 2004 11:21 AM
Is there a property like make's --prefix for ant?
I'm actually using it on Windows 2000 server and compiled ant with nmake.
I tried to see if "ant -Dprefix=c:path ofolder" worked, but it doesn't seem to.
I built an using the following command:
nmake /f Makefile INSTDIR=c:ant1.6.1
It would be nice if there was something similar for both systems (Linux and Windows).