Re: [Nant-users] Specifying which .net framework to build against with .84 rc1

2003-12-06 Thread Ian MacLean
Jason, your summary of the -k switch usage is correct. To set the framework to build with inside your build file use: ... ... nant.settings.currentframework is a special property name - changing it will change the current framework that you are building against. Ian All, I noticed the fol

[Nant-users] Property Value Indirection?

2003-12-06 Thread Patrick Breen
Is there any way to use indirection when fetching the value of a property? I'd like to be able to establish a set of properties to use as data to drive a generic build target implementation. In the example below, the per product data is limited to version, but there are a handful of properties

[Nant-users] Specifying which .net framework to build against with .84 rc1

2003-12-06 Thread Morris, Jason
All, I noticed the following note in the release notes for .84 *On systems with both the .NET Framework 1.0 and .NET Framework 1.1 installed, NAnt will now execute on the .NET Framework 1.1 by default. Note, the default target framework has remained unchanged, and is still .NET Framework 1.0. T

[Nant-users] NAnt 0.84 Release Candidate 1 available

2003-12-06 Thread Gert Driesen
NAnt 0.84 Release Candidate 1 is now available for download at http://sourceforge.net/project/showfiles.php?group_id=31650 For a list of changes since the 0.8.3 release, see http://nant.sourceforge.net/releasenotes.html. The NAnt Team --- T