[Nant-users] Re: BUILD FAILED in .csprog with '=' in a WebReferenceUrl

2005-08-26 Thread Matthew Mastracci
Actually, it looks like the token that breaks your project is the unquoted ampersand. :) VS.NET has a strange problem where it dumps unquoted ampersands into otherwise valid XML. There isn't an easy fix available, since we can't even load the XML! Nielsen.Allan Rene Dystrup AND wrote: I h

[Nant-users] BUILD FAILED in .csprog with '=' in a WebReferenceUrl

2005-08-26 Thread Nielsen.Allan Rene Dystrup AND
I have this task in my Nant build file :    configuration="debug"    solutionfile="C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws.sln"    verbose="true"  >      url="">      path="C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws\KMD.NI.SdpiEws.csproj"