Re: [nant-dev] Getting Started with Mono on Linux [2] Continued

2003-10-05 Thread Met @ Uber
Well the MakeFile is certainly doing more now than before, but I'm still getting errors during the build. How do I go about configuring NAnt.build for Mono on Linux? Is there any documentation on this? Thanks again, ~ Matthew On Sun, 2003-10-05 at 01:39, Ian MacLean wrote: Matthew,

Re: [nant-dev] Getting Started with Mono on Linux [2] Continued

2003-10-05 Thread Met @ Uber
When I run make it returns Compilation succeeded for the first part of the Makefile make linux-bootstrap but fails on make linux-nant, which calls mono bin/NAnt.exe -buildfile:NAnt.build build. Any suggestions? Here's the end of the returned message: make[3]: Leaving directory

Re: [nant-dev] Getting Started with Mono on Linux [2] Continued

2003-10-05 Thread Met @ Uber
MacLean [EMAIL PROTECTED] Cc: NAnt-Devel [EMAIL PROTECTED] Sent: Sunday, October 05, 2003 6:11 PM Subject: Re: [nant-dev] Getting Started with Mono on Linux [2] Continued When I run make it returns Compilation succeeded for the first part of the Makefile make linux-bootstrap but fails on make

[nant-dev] Getting Started with Mono on Linux

2003-10-04 Thread Met @ Uber
I'm trying to get started with NAnt on Mono/Linux and am having some problems. I've been using Ant with Java for about a year now so I'm not lost in NAnts capabilities, but rather just how to set it up. How do I go about building NAnt, so that I can use it with Mono? And how do I setup my

[nant-dev] Getting Started with Mono on Linux [2] Continued

2003-10-04 Thread Met @ Uber
Perhaps you can ignore my last message as I think I'm getting somewhere, but not far. I modified the makefile.linux till it ran (the new file is attached). I'm getting two warnings but the compilation says it succeeded (how do I tell?). If it truly worked, should I have a file in bin called

Re: [nant-dev] Getting Started with Mono on Linux [2] Continued

2003-10-04 Thread Ian MacLean
Met, You're probably better off using the latest cvs of NAnt rather than 0.8.3. The build is cleaner on mono and there is now a nant shell script that gets copied to the build directory that you can run instead of 'mono NAnt.exe' get the cvs here :http://sourceforge.net/cvs/?group_id=31650 or