[NAnt-users] Nant Support For NUnit For 2.2.5

2006-01-26 Thread Timothy Burda
I’ve been using Nant 0.85 RC 3 with Nant v2.2.0 to nightly unit testing on my project. Everything had been working as expected.   Recently, I converted to Nunit v2.2.5 and my unit tests stopped running.   The symptom is that from within my Nant script the unit test portion of the script

[Nant-users] Encrypting Data Within Nant Script

2005-04-15 Thread Timothy Burda
  This would seem to be a common requirement, but I haven’t found any previous articles on the topic.   On a nant process that runs nightly on a common build server, I am presently storing username and password in clear text in the nant script.   I would prefer that the password be enc

[Nant-users] -logfile parameter value

2005-03-29 Thread Timothy Burda
If using one of the logging methods in Nant 0.85, is it possible to get the value of the parameter that was assigned on the command line to the “-logfile” argument within the Nant script?   For example,       Given the command “nant.exe –logfile:build_results.txt”     What pr

[Nant-users] Compiling projects with references to projects in the GAC

2005-03-18 Thread Timothy Burda
Does anyone have any hints or tips on compiling projects with references to assemblies which have been registered in the GAC.   When I compile the solution, I get an error       Can’t find referenced assembly ‘C:\My Work\Shared Assemblies\’   Any help or examples of Nant task

[Nant-users] Scripting Help....

2005-03-10 Thread Timothy Burda
Can somebody explain to me why this target doesn’t work: