Merrill Cornish wrote:
The various NAnt compiler tasks all have nested under the task. The plural names implies it's a specialized version of fileset, allowing one task invocation to compile, say, a whole diredctory full of source.
This is correct. You can compile a whole directory of source
The various NAnt compiler tasks all have nested under the task. The plural
names implies it's a specialized version of fileset, allowing one task invocation to
compile, say, a whole diredctory full of source.
However, the only examples in the NAnt help is one compiling a single hello world
pr