----- Original Message -----
From: "Billy Bacon" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Sent: Saturday, January 17, 2004 6:59 PM
Subject: Re: MORE INFO --> Re: [Nant-users] Resource lookup
failed -infiniterecursion detected
> Really??? Crap. So it builds fine for you? This has been very inconsistent
> for me.
It doesn't build here either, but on my system it fails because there was a
syntax error (a missing brace) in one of your classes, not because of a
possible bug in NAnt
>
> It's actually built sucessful one time. And now it never builds
successful.
> And I haven't changed anything. What else could I do besides fixing the
> <csc> task below (even though it crashes before it gets to this
statement).
Can you change the source in ConsoleDriver.cs to output the full stacktrace
in case of an INTERNAL ERROR, and send us that stacktrace :
Just change :
// all other exceptions should have been caught
Console.WriteLine("INTERNAL ERROR");
// insert empty line
Console.WriteLine();
// output message of exception
Console.WriteLine(ex.Message);
to
// all other exceptions should have been caught
Console.WriteLine("INTERNAL ERROR");
// insert empty line
Console.WriteLine();
// output stacktrace of exception
Console.WriteLine(ex.ToString());
in ConsoleDriver.cs, then rebuild NAnt, and finally run your build again ...
> Thanks for the advice.
No thanks
Gert
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers