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
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