No, I had no intention of using mono. But it turns out that's sort of what
was happening!
When I ran I installed NAnt -debug, the problem became clear, so thanks for
the tip. I installed NAnt to C:\Program Files\NAnt, but it turns out there
is a NAnt.bat in Mono (version 1.1.17.1) that runs its o
Four months ago I found out that NAnt doesn't work at all on my main
computer, only on my laptop. I installed the latest version but, well, I
guess 0.85 is still rc4.
I hope another set of eyeballs can guess the problem. The output is the same
for any .build file:
NAnt 0.85 (Build 0.85.2344.
No, I run nant directly (it is in the PATH) using the MS framework.Although mono is installed, I prefer to compile with the MS framework. Again, I didn't select mono, and the debug output suggests that there are errors for all other framework options -- it's just that for some reason they don't sho
Are you suggesting I need pkgconfig? If so, I don't know what to do.By the way, I tried to build the same software (boo) with NAnt on another computer and it succeeded. Clearly there is something NAnt doesn't like in my main computer's configuration. That computer has both .NET Framework
2.0 and m
NAnt yourself or
are you using our binary distribution package ?
Gert
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of David
Piepgrass
Sent: maandag 16 oktober 2006 20:18
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Can't use NAnt
I'm
I'm trying to build a program using NAnt, but it fails immediately. Please see the output of nant -debug at http://pastebin.ca/205282It appears that NAnt can't find any frameworks (I have the .NET framework
2.0 installed, as well as mono). What could be going wrong?D:\Dev\Sandbox\boo-0.7.6.2237-sr