[Mono-bugs] [Bug 64089][Nor] Changed - Mono hangs while running NAnt examples build file

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Aug 2004 17:52:13 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gert.driesen@pandora.be.

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

--- shadow/64089	2004-08-25 17:48:57.000000000 -0400
+++ shadow/64089.tmp.6319	2004-08-25 17:52:13.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Gentoo 2.6.8 r2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -23,6 +23,19 @@
 
    $ export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant
    $ cvs -z3 co nant
    $ make install prefix=<your prefix>
    $ cd examples
    $ nant
+
+------- Additional Comments From gert.driesen@pandora.be  2004-08-25 17:52 -------
+correction : you need to change to the checked-out nant dir before 
+executing the make command.
+
+The correct steps are :
+
+$ export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant
+$ cvs -z3 co nant
+$ cd nant
+$ make install prefix=<your prefix>
+$ cd examples
+$ nant