Fwd: [Nant-users] FilseSet and properties
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
[Nant-users] FilseSet and properties
How to use a fileset attribut as a argument of a target ? Here is the target count_buildfile : ... ... Here is th