[NAnt-users] NAnt Property List

2009-07-21 Thread Ben Floyd
Hey All, I have a rather large build system for a particular project I'm working on and have run into some issues finding properties in the build files. I'd like to find out if there is a task or function to retrieve all defined properties and then use something else to list them all. I was thinki

Re: [NAnt-users] Help with NAnt and NUnit 2.5.0.9122

2009-07-21 Thread Erich Eichinger
I recommend avoiding the nunit2 task at all and simply switch to nunit-console like it's done in the Common.Logging project: http://netcommon.svn.sourceforge.net/viewvc/netcommon/projects/logging/trunk/shared/common-project.include?revision=147&view=markup look for the target "common.run-te

Re: [NAnt-users] Help with NAnt and NUnit 2.5.0.9122

2009-07-21 Thread Daniel Nauck
Hello, you can try out my NUnit task, available here: [1] [2] This one works with NUnit 2.4 and 2.5 The latest build is available here: [3] Daniel [1] http://dev.nauck-it.de/utilities/wiki/NAnt [2]http://dev.nauck-it.de/utilities/browser/NauckIT.NAnt/trunk/src/Tasks/NUnitTask.cs [3] http://bui