I have this task in my Nant build file :

<solution

   configuration="debug"

   solutionfile="C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws.sln"

   verbose="true"

 >

   <webmap>

      <map

         url="">

         path="C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws\KMD.NI.SdpiEws.csproj"

      />

    <map

       url="">

       path="C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws.WebClient\KMD.NI.SdpiEws.WebClient.csproj"

    />

   </webmap>

</solution>

 

 

In a project file : KMD.NI.SdpiEws.TestUtilities.csproj VS.Net has defined the following setup :
<Folder

   RelPath = "Web References\ny510Ref\"
   WebReferenceUrl = "http://wsswlbs-wm1q2003.kmd.dk/wsdl/composite.ashx?class=Cics&services=NY51000"
   UrlBehavior = "Static"
/>

Running this the above NAnt <Solution> i get:
[solution] Loading referenced project 'C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws.Utilities\KMD.NI.SdpiEws.Utilities.csproj'.

BUILD FAILED
Error loading project 'C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws.Utilities\KMD.NI.SdpiEws.Utilities.csproj'.
This is an unexpected token. The expected token is 'SEMICOLON'. Line 283, position 110.


The token that breaks the build is : L283,p110: the '=' in "...=NY51000"
This seems like an error in the project file parser.

Is this a known issue? If so, is a patch available?

 

Best regards,

Allan dystrup





_______________________________________________________________________________________
www.kmd.dk www.kundenet.kmd.dk www.eboks.dk www.civitas.dk www.netborger.dk www.organisator.dk

Hvis du har modtaget denne mail ved en fejl vil jeg gerne, at du informerer mig og sletter den.
KMD skaber it-services, der fremmer effektivitet hos det offentlige, erhvervslivet og borgerne.

If you received this e-mail by mistake, please notify me and delete it. Thank you.
Our mission is to enhance the efficiency of the public sector and improve its service of the general public.

Reply via email to