[NAnt-users] An issue with running Nunit when calling System.AppDomain.CurrentDomain.SetupInformation.PrivateBinPath

2006-04-03 Thread David Cheung
Hello, Wanted to see if anyone has encountered this. The code that I am testing makes the following call to determine the path of the \bin directory:   _strFilePath = String.Format(System.AppDomain.CurrentDomain.SetupInformation.PrivateBinPath + "\\" + TPR_CONFIG_FILENAME);   The code is in

[NAnt-users] Specifying reference versions

2006-04-03 Thread braddabug
It looks like in MsBuild you can specify a version number to go along with the name of a reference. Is there any way to do that with NAnt? What'd be nice is if I could specify a version number for each reference, and if that reference doesn't exist OR the reference exists but the version number

Re: [NAnt-users] MSI Task: License Text not displayed!

2006-04-03 Thread William_Martin
Hi Tom, To include a license file, all you need to do is (as you have done) set the license attribute on the task and point it to an RTF file.  If this doesn't work, check that the location pointed to by ${license.rtf} is definately valid.  Try ssomething like to print out where the script thin