Re: [Nant-users] RE: problem with ASIS attribute on source file list in CSC task

2004-04-25 Thread Gert Driesen
I'll look into this issue asap, but please remind me if you don't hear anything from me soon ;) Gert - Original Message - From: "Hearn, Bruce" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 6:38 PM Subject: [Nant-users] RE: problem with ASIS attribute on sourc

[Nant-users] Circular Reference error when there isn't one

2004-04-25 Thread Peter Jones
The follwing snippet gives me a circular reference error : http://localhost/UCContactWeb/UCContactWeb.csproj"; path="${srcdir}\UCContact\UCContactWeb\UCContactWeb.csproj" /> If I remove the excluded project, it works fine. --- Pet