[Nant-users] question about solution tag

2004-02-17 Thread Lori Kettwig
I am having some difficulty using the solution tag.  I have the following build file:                                                      

[Nant-users] Solution task and projects

2004-02-17 Thread Adam Patacchiola
Hi,   I'm trying to compile only one project in my solution by using the projects tag. However every project is always built. Any ideas what I'm doing wrong? I have also tried to exclude projects but they always get built as well.Thanks,   Adam

[Nant-users] Include FileSets..

2004-02-17 Thread Brandon Lonac
Hello… I am trying to reference a fileset by ID from an included file using with out much luck.  The ID is referenced correctly b/c there is no error that the ID can not be found, however the fileset is empty.  If I move the fileset into the main build file it works fine.    This is th