Bugs item #901202, was opened at 2004-02-20 17:55
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=901202&group_id=31650

Category: None
Group: 0.8.4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthijs ter Woord (meddochat)
Assigned to: Nobody/Anonymous (nobody)
Summary: mono 0.30.1

Initial Comment:
Hi 

i'm running Mono 0.30.1 and was trying to build nant 
0.84 on Fedora Core 1.

first i had to remove the NAnt.Win32Tasks directory of 
the source distribution. then i had to remove the 
NAnt.Win32Tasks.dll file from the bin directory. then i 
edited the NAnt.Console.exe.config file. i removed the 
Win32 section out of it

then i saw that NAnt was thinking it was running on 
windows ?! so it couldn't find framework mono.

Matthijs ter Woord

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2004-02-22 11:08

Message:
Logged In: YES 
user_id=707851

To run NAnt on Mono/Linux, you indeed have to build it from 
source. And you actual have to first execute "make clean" as 
the bin directory of the distro contains win32-specific 
assemblies.

But you should not have to remove the NAnt.Win32Tasks 
directory from the source distribution, and definitely not 
remove the win32 section from the NAnt.Console.exe.config 
file.

NAnt was not thinking it was running on windows, but it just 
couldn't find a valid mono framework definition.  The reason 
for this is that you have to edit the mono framework definition 
for the unix platform to match the location where mono is 
installed on your system.  By default, NAnt assumes that you 
installed mono in /usr/local :

                <framework 
                    name="mono-1.0" 
                    .....
                    sdkdirectory="/usr/local/bin" 
                    frameworkdirectory="/usr/local/bin"
                    frameworkassemblydirectory="/usr/local/lib"
                    >

We are working to get Mono/Linux users a better expirience 
with NAnt, and part of that work is finished and committed to 
cvs (and will be part of NAnt 0.85).

But at this time, NAnt is not functional on Mono built from cvs 
due to a regression in Mono.  

So, we're waiting for this issue to be resolved before 
continueing our work.

PS. Van waar ben je ?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=901202&group_id=31650


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to