[Mono-devel-list] Simple Build tool

Ian MacLean ianm at ActiveState.com
Tue Sep 16 12:58:43 EDT 2003


Michael,
In a similar vein, Gordon Weakliem has written a stylesheet to generate 
NAnt build files [1] from vcproj files.

and there is the slingshot  tool in nantcontrib [2] that can generate 
either nant build scripts or nmake make files. I'm sure it wouldn't take 
much tweaking to make it output gnu make format.

[1] 
http://radio.weblogs.com/0106046/stories/2002/08/10/supportingVsnetAndNant.html
[2] http://nantcontrib.sourceforge.net

Ian

>Attached two files.
>Compiling: mcs CSBuild.cs
>Running: 
>	mono CSBuild.exe -p <your CS project name> > run
>	source run
>Limitations: 
>	1. Must be run from directory, containing CSProject.xslt
>	2. Solutions are not supported because of some problem with XSLT
>extensions
>
>Any comments are welcome
>
>-----Original Message-----
>From: TP-Software [mailto:tpsoftware at users.sourceforge.net] 
>Sent: Monday, September 15, 2003 11:05 PM
>To: Michael Dvoishes; mono-devel-list at ximian.com
>Subject: Re: [Mono-devel-list] Simple Build tool
>
>
>Hi,
>
>This is indeed very usefull,
>is there a working version somewhere to have a look at ?
>
>Thnx.
>Timothy.
>----- Original Message ----- 
>From: "Michael Dvoishes" <MichaelD at 3vium.com>
>To: <mono-devel-list at ximian.com>
>Sent: Monday, September 15, 2003 11:46 PM
>Subject: RE: [Mono-devel-list] Simple Build tool
>
>
>Actually, I have already done some. While not thoroughly tested and
>documented, it is working for me. The question is what I have to do to
>share it.
>
>
>-----Original Message-----
>From: Chris Seaton [mailto:chris at chrisseaton.com] 
>Sent: Monday, September 15, 2003 10:37 PM
>To: Michael Dvoishes
>Subject: Re: [Mono-devel-list] Simple Build tool
>
>
>Yeah - I was thinking about doing this sort of thing. Great idea. People
>won't have to use a different IDE or write a Makefile when starting to
>use Mono.
>
>I suggest you just start writing it - when it's done it can be accepted
>into Mono - like ilasm was.
>
>On Mon, 2003-09-15 at 22:30, Michael Dvoishes wrote:
>  
>
>>Hi all. Sorry, if it is wrong mailing list
>>
>>I've build some simple tool, taking VS C# project and building a
>>command to compile it with mono.
>>
>>May be it of some interest?
>>
>>If yes, what should I do?
>>
>>Michael
>>    
>>






More information about the Mono-devel-list mailing list