For builds after nant-0.85-nightly-2005-03-10, the build command:
nmake -f Makefile.nmake install prefix=<installation path>
fails with the error:
C:\MyWork\NAnt\nant-0.85-nightly-2005-03-25\NAnt.build(749,14):
Property evaluation failed.
Expression: ${build.dir}
^^^^^^^^^
Property 'build.dir' has not been set.
Comparing the NAnt.build files from nant-0.85-nightly-2005-03-10 and later
builds, the error seems to be due to the dependency "userdoc" being removed
from the target "install-windows".
Modifying the target line to <target name="install-windows"
depends="userdoc" if="${platform::is-win32()}"> seems to address the issue.
HTH
:: subbu balakrishnan
:: sungard treasury systems
:: level 1, 333 george street, sydney, nsw 2000, australia
:: +61 (0)2 8234 3644 (direct), +61 (0)411 475 370 (mobile)
:: http://www.sungard.com
-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30
_______________________________________________
nant-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers