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
Thanks for clarification
Bonio Lopez wrote:
> Hi,
> Following code prints version 1.1 on my PC and ignores overwrite=false.
> I use nant 0.85 rc4 on windows
> Regards,
> Boni
>
>
>
> overwrite="false"/>
> "${nant.settings.currentframework}"
>
>
This is a built-in property, and hence it will always be set. So
Hi,
Following code prints version 1.1 on my PC and ignores overwrite=false.
I use nant 0.85 rc4 on windows
Regards,
Boni
"${nant.settings.currentframework}"
-
Take Surveys. Earn Cash. Influence the Future of IT
J