Reputation: 190659
The Nant doesn't support mono 4, but fortunately there's a patch for it.
I run patch < mono-4.0.diff
, but I got this error.
can't find file to patch at input line 8 Perhaps you should have used the -p or --strip option?
|Index: src/NAnt.Core/Functions/AssemblyFunctions.cs |=================================================================== |RCS file: /cvsroot/nant/nant/src/NAnt.Core/Functions/AssemblyFunctions.cs,v |retrieving revision 1.12 |diff -u -r1.12 AssemblyFunctions.cs |--- src/NAnt.Core/Functions/AssemblyFunctions.cs 10 Oct 2005 14:51:26 -0000 1.12
File to patch:
What might be wrong?
Upvotes: 2
Views: 190
Reputation: 32674
According to comments, this patch has been merged into the NAnt source tree, wouldn't you be better off to simply use the latest nightly? It's been built after the 'already merged' comment.
Upvotes: 2