Re: [Nant-users] nested under compiler tasks

2004-04-30 Thread Ian MacLean
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

[Nant-users] nested under compiler tasks

2004-04-30 Thread Merrill Cornish
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