RE: [Nant-users] Solution task not resolving references, treats as fatal

2005-07-16 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gary Feldman > Sent: woensdag 13 juli 2005 22:02 > To: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Solution task not resolving > references, treats as

Re: [Nant-users] Solution task not resolving references, treats as fatal

2005-07-13 Thread Gary Feldman
Gert Driesen wrote: Gary, Send me a small repro and I'll look into it. Gert Ironically, bug 1237756 just submitted by someone else appears to be the same or similar problem. If he doesn't come up with a reproduction sample, I'll try. In my case, it's not my code but I think I can manag

RE: [Nant-users] Solution task not resolving references, treats as fatal

2005-07-13 Thread Gert Driesen
Gary, Send me a small repro and I'll look into it. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gary Feldman > Sent: woensdag 13 juli 2005 18:01 > To: nant-users@lists.sourceforge.net > Subject: [Nan

[Nant-users] Solution task not resolving references, treats as fatal

2005-07-13 Thread Gary Feldman
I have a small project that I'm trying to build with the solution task. The project includes a third-party .dll, which in turn has some dependencies that aren't on the build machine. Visual Studio nevertheless builds it with no errors or warnings, though obviously it won't execute. NAnt, on