Bugs item #1096908, was opened at 2005-01-06 03:28
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1096908&group_id=31650

Category: Core
Group: cvs
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: HWANG YUNSONG (hys545)
>Assigned to: Gert Driesen (drieseng)
Summary: nant is not run mono cvs

Initial Comment:
NAnt.exe.config file error

<startup>
        <supportedRuntime version="v1.1.4322" />
        <supportedRuntime version="v2.0.40607" />
        <supportedRuntime version="v1.0.3705" />
    </startup>

I fixed thid file

original 

<startup>
  <supportedRuntime version="v2.0.40607" />
        <supportedRuntime version="v1.1.4322" />
        
     <supportedRuntime version="v1.0.3705" />
    </startup>

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

>Comment By: Gert Driesen (drieseng)
Date: 2005-02-09 06:05

Message:
Logged In: YES 
user_id=707851

NAnt should now work fine on Mono SVN HEAD.

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

Comment By: Gert Driesen (drieseng)
Date: 2005-01-06 09:17

Message:
Logged In: YES 
user_id=707851

This is probably due to this Mono bug :

http://bugzilla.ximian.com/show_bug.cgi?id=66237

But can you provide more info on the error that you get 
anyway ?

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to