Hi all,

I try compile newest stable NAnt with mcs (to help with docs). Except others these 
problems/bugs occurs:

NAnt.cs:GetBuildFileName tries call System.Path.IsPathRooted(null) which throws 
NullArgumentException. In MS libs maybe not (not tested but NAnt relies on that). I 
have MS docs avaiable and there is no mension about Exceptions. Further, are you sure, 
mono implementation of IsPathRooted is CORRECT? I'm not (on Windows)...

Next: "NAnt -help" should write some help messages. It does, but in front of them mono 
writes
CRITICAL: and something with images
Here is code which isolates the problem:
----------
using System.Diagnostics;
using System.Reflection;
class Test
{
        static public void Main()
        {
                FileVersionInfo 
i=FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location);
        }
}
--------

There will be perhaps more thinks but it is enough for today
Martin


______________________________________________________________________________
SB KOMPLETŽ  Informační ekonomický systém http://www.sb-komplet.cz  
�umíme svoji práci!


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to