Re: [Nant-users] filesets question

2003-08-15 Thread Ian MacLean
Willem, Another way to do this would be to use named filesets. As below ... right now now there is no way to add to a fileset once its been defined or conditionally add includes the way you are trying to do. Ian I would like to include source f

[Nant-users] filesets question

2003-08-15 Thread Willem J.W. Semmelink
I would like to include source files, depending on property values: I have two properties, one is named "SWF" and another is named "GTK" Before I call the compile target, I set either one of them to true. When I run a project, I get a message that only one file [main.cs] was included, and because