Bugs item #1274138, was opened at 2005-08-26 18:05
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1274138&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: ady (allan_dystrup)
>Assigned to: Gert Driesen (drieseng)
Summary: BUILD FAILED in <solution> parsing WebRef in .csproj

Initial Comment:
In project file : KMD.NI.SdpiEws.TestUtilities.csproj
   <Folder
      RelPath = "Web References\ny510Ref\"
      WebReferenceUrl = "http://wsswlbs-
wm1q2003.kmd.dk/wsdl/composite.ashx?
class=Cics&services=NY51000"
      UrlBehavior = "Static"
    />

Running this from NAnt <Solution> :
[solution] Loading referenced 
project 'C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.S
dpiEws.Utilities\KMD.NI.SdpiEws.Utilit
ies.csproj'.

BUILD FAILED
Error loading 
project 'C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.S
dpiEws.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?


----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2006-08-01 21:33

Message:
Logged In: YES 
user_id=707851

In some cases, Visual Studio .NET 2002/2003 generate 
project files that contain invalid XML.

For the <solution> task, we parse the projects as XML 
which explains the error you get. This is not something 
we'll change (as we consider this to be a bug in Visual 
Studio .NET).

So, I'm afraid you'll have to manually correct the project 
file.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1274138&group_id=31650

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to