Fwd: [Nant-users] FilseSet and properties

2005-03-19 Thread Troy Laurin
Xavier, > But it doesn't expand the ${property::get-value(buildfile.id)} in the > count_buildfile function. Here, you're actually expanding the "buildfile.id" property twice. The simplest way to get the value of the property is ${buildfile.id}. In a more general comment, your target to count t

Re: [Nant-users] CodeDomProvider for C# could not be created - Please help

2005-03-19 Thread Ian MacLean
Bonnett, Evan A wrote: Does anyone have an idea on this? It's almost like something in not installed correctly or configured correctly on our build machine. Any help would be greatly appreciated. Evan, The problem is that you used a lowercase 'c' - ie c# instead of C#. I"ve just committed a