[Mono-list] NAnt

Ian MacLean ianm@ActiveState.com
Mon, 12 Jul 2004 14:54:53 +0900


Igor Anikeev wrote:

> Gert Driesen wrote:
>
>> Igor,
>>
>> I haven't checked out NAnt on Mono lately, but I did fix some compile 
>> error
>> (due to a change in mcs) recently.
>>
>> You might want to try building a recently nightly build
>> (http://nant.sourceforge.net/nightly/builds) from source (make clean 
>> && make
>> all).
>>
>> Let me know if you have any problems.
>
>
> I couldn't get to the nightly builds, but got a version from CVS. 
> Compiled well.  Now the question is how doI install it somewhere in a 
> decent place without it complayning about missing assemblies?
>
It shouldn't matter as long as you maintain the directory structure 
under build/../nant-0.85-debug/bin. You may need to copy log4net.dll 
from /lib/mono/1.0 up to the bin directory to work around an issue with 
private bin paths.

Ian