Griffin,

Are you able to compile this from the commandline?  Could you paste the
following into a temporary file (I just took this from your log file):
            /fullpaths
 
"/doc:/Users/griffincaprio/src/nant-0.85/build/mono-1.0.unix/nant-0.85-d
ebug/bin/NAnt.xml"
            /debug
            "/define:DEBUG"
            "/define:TRACE"
            /nologo
            "/target:exe"
            "/define:MONO,MONO_1_0"
 
"/out:/Users/griffincaprio/src/nant-0.85/build/mono-1.0.unix/nant-0.85-d
ebug/bin/NAnt.exe"
            /warnaserror
            "/reference:/opt/local/lib/mono/1.0/System.Xml.dll"
 
"/Users/griffincaprio/src/nant-0.85/src/NAnt.Console/AssemblyInfo.cs"
 
"/Users/griffincaprio/src/nant-0.85/src/NAnt.Console/ConsoleStub.cs"
 
"/Users/griffincaprio/src/nant-0.85/src/CommonAssemblyInfo.cs"

And then compile using:
        /opt/local/bin/mono "/opt/local/lib/mono/1.0/mcs.exe"
"@/temp/file/name"

If this does not work you can check the file permissions on
/opt/local/lib/mono/1.0/mcs.exe and make sure that you have read/
execute privileges.



Clayton

> -----Original Message-----
> From: Griffin Caprio [mailto:[EMAIL PROTECTED] 
> Sent: May 27, 2004 7:27 AM
> To: Ian MacLean
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Nant-users] NAnt & Mono Beta 1
> 
> 
> ok.  Log attached.
> 
> -Griffin
> 


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to