[Mono-list] Is nant being used by mono ?

Piers Haken piersh@friskit.com
Thu, 15 Aug 2002 12:07:39 -0700


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.
 
piers.

-----Original Message-----
From: Guenther Roith [mailto:groith@tcrz.net] 
Sent: Thursday, August 15, 2002 7:46 AM
To: Philippe Lavoie
Cc: mono-list
Subject: Re: [Mono-list] Is nant being used by mono ?


Hi!
 
The class lib is being built with nant.
And no, it doesn't yet compile or run. That's why on Linux you need
makefiles.
 
Johannes

----- Original Message ----- 
From: Philippe Lavoie <mailto:philippe.lavoie@cactus.ca>  
To: mono-list@ximian.com <mailto:mono-list@ximian.com>  
Sent: Thursday, August 15, 2002 3:29 PM
Subject: [Mono-list] Is nant being used by mono ?


Coming from the Java world and now working with VC++7.0, I can say that
ant is a pretty cool replacement for Makefiles. 

 

I'm wondering if there are any plans to start using nant to build the
class lib + test lib. I think that every project neeed/should use an
automated build process and nant + a couple of tools enables this. Is
the problem that the compiler can't run nant yet?

 

Phil