Liam,

 

Thank you for the info!   Hopefully I won’t have more worries than that.

 

Jim

 

From: liam_ke...@acushnetgolf.com [mailto:liam_ke...@acushnetgolf.com] 
Sent: Wednesday, September 14, 2011 9:50 AM
To: Macdiarmid, James D.
Subject: Re: [NAnt-users] Looking to upgrade our NAnt Install from 0.85 to 0.90

 

We made this shift about 8-10 months ago -we actually went form .Net 1.1 top 
2.0 and then onto 4.0 -  and it went fairly smoothly. 

There were some minor changes to the build file, as some of the vars had 
changed, 

E.G.: 

<property name="basedir" value="${nant.project.basedir}"/>

It needs to be changed to:

<property name="basedir" value="${project::get-base-directory()}"/> 

Other then that a couple of similar small issues (we are also using 
nant-contrib), it went off without a hitch. 
Good luck, 

LK 




From:        "Macdiarmid, James D." <james.d.macdiar...@saic.com> 
To:        <nant-users@lists.sourceforge.net> 
Date:        09/14/2011 09:44 AM 
Subject:        [NAnt-users] Looking to upgrade our NAnt Install from 0.85 to 
0.90 

  _____  




We’ve upgraded our development environment to .NET Framework 4  VS2010 and TFS 
2010 and would like to know if anyone has experience upgrading NAnt from an 
older version  to 0.90?   Is it a “drop in place”  type of thing other than 
updating the schema reference in the XML scripts?  Any advice would be greatly 
appreciated.   

Thanks, 

Jim 

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; DevCon today!
 <http://p.sf.net/sfu/rim-devcon-copy1> http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
 <https://lists.sourceforge.net/lists/listinfo/nant-users> 
https://lists.sourceforge.net/lists/listinfo/nant-users

  
  
The information transmitted is intended only for the 
person or entity to which it is addressed and may 
contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use 
of, or taking of any action in reliance upon, this 
information by persons or entities other than the 
intended recipient is prohibited. If you received this 
in error, please delete the material from any 
computer. 

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to