[Mono-list] Is nant being used by mono ?
Miguel de Icaza
miguel@ximian.com
15 Aug 2002 20:11:16 -0400
Hello,
> you may have noticed, however, that the makefiles for the class libs no
> longer depend on static lists of source files. the list of files to
> compile is generated with 'nant-like' include/exclude rules.
The Nant-like lists is one of the reasons we wanted to drop nant
altogether ;-)
This is cumbersome, because sometimes we would create a temporary file,
in that directory and the classes in that directory would get pulled
into the library, or would subtly break the build when removed.
I liked the old setup a lot more.
Miguel.