[nant-dev] Nant exception

2005-02-06 Thread Joe Scharf
Thanks for all your efforts with NANT. The following exception explains itself and I will attempt to work around it, however reporting the failing path would be an improvement. I have attached the offending nant script. cheers joe C:\Documents and Settings\joseph\My Documents\BackupBardonnant

Re: [nant-dev] NAnt Exception

2004-12-04 Thread Mark Henry
december 2004 20:24 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] NAnt Exception Well, I found it. While trying to get VS to compile things correctly, I had added an extra reference to one of the projects in the solution. Turns out this created a circular reference/dependency

RE: [nant-dev] NAnt Exception

2004-12-02 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Henry Sent: donderdag 2 december 2004 20:51 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] NAnt Exception Ok, later today I'll go ahead and send you our project setup

RE: [nant-dev] NAnt Exception

2004-12-01 Thread Gert Driesen
: Re: [nant-dev] NAnt Exception Well this time I get a stack overflow. I've attached what appears to be the repeated set of calls from the stack (copied out of Visual Studio's stack window, so it's not pretty looking). Our solution and project files have changed somewhat since the last

RE: [nant-dev] NAnt Exception

2004-12-01 Thread Gert Driesen
-Original Message- From: Mark Henry [mailto:[EMAIL PROTECTED] Sent: woensdag 1 december 2004 20:24 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] NAnt Exception Well, I found it. While trying to get VS to compile things correctly, I had added an extra

RE: [nant-dev] NAnt Exception

2004-11-30 Thread Gert Driesen
] Sent: maandag 29 november 2004 18:14 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] NAnt Exception Hey, sorry for taking so long in getting back to you. Turns out we found a workaround for the devenv problem so we've been using that for now. In any case, I just

Re: [nant-dev] NAnt Exception

2004-11-30 Thread Mark Henry
-Original Message- From: Mark Henry [mailto:[EMAIL PROTECTED] Sent: maandag 29 november 2004 18:14 To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] NAnt Exception Hey, sorry for taking so long in getting back to you. Turns out we found a workaround for the devenv problem so

Re: [nant-dev] NAnt Exception

2004-11-17 Thread Mark Henry
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Henry Sent: donderdag 11 november 2004 21:43 To: [EMAIL PROTECTED] Subject: [nant-dev] NAnt Exception We're trying to use nant to compile a solution from the command line (since devenv has serious

Re: [nant-dev] NAnt Exception

2004-11-15 Thread Gert Driesen
, November 15, 2004 5:00 PM Subject: Re: [nant-dev] NAnt Exception Well, I can't give you the sources, since this isn't a personal project - it's for my employer. However, I'll try to re-create the problem in a new solution. -Mark- Gert Driesen wrote: Mark, I need a small solution

RE: [nant-dev] NAnt Exception

2004-11-14 Thread Gert Driesen
-dev] NAnt Exception We're trying to use nant to compile a solution from the command line (since devenv has serious issues doing that itself). However, nant continually crashes when reading the solution file. It appears nant doesn't like the mix of managed C++ and C# projects that we have