Re: [NAnt-users] Bug in setting of nant .net version

2006-08-01 Thread Bonio Lopez
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

Re: [NAnt-users] Bug in setting of nant .net version

2006-08-01 Thread Gary Feldman
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

[NAnt-users] Bug in setting of nant .net version

2006-08-01 Thread Bonio Lopez
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