Hi Gary,
I have a master build file, with default settings, which I include in all
projects.
So I needed for most projects net-1.1. If  for some project I need net2.0 I
would set it in the build file of this project.
I solved the problem introducing a new property. I.e

<property name="clr.version" value="net-1.1"  overwrite="false"/>
<property name="nant.settings.currentframework" value="${clr.version}" />

Thanks for clarification (I suppose that there is a technical reason, why
overwrite flag does not work on build in properties).
With best regards,
Boni


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to