Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Bug: Xml exception after devenv build
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
miikka  
View profile  
 More options Apr 25 2008, 8:33 am
From: miikka <miikka.laa...@kaannos.com>
Date: Fri, 25 Apr 2008 05:33:18 -0700 (PDT)
Local: Fri, Apr 25 2008 8:33 am
Subject: Bug: Xml exception after devenv build
We are using the latest version (1.4.0.3289) of CC.Net and VS 2008 and
TFS-plugin.

We have the following exception stack trace in the server log: (I
removed lots of unnecessary rows from the output, but please note xml
end tag with attribute: </message level="error">)

2008-04-25 15:23:01,379 [CustomTools - Debug:INFO] Devenv build
complete.  Status: Success
2008-04-25 15:23:02,832 [CustomTools - Debug:DEBUG] Supplied output is
not valid xml.  Writing as CDATA
2008-04-25 15:23:02,832 [CustomTools - Debug:DEBUG]
Output:<buildresults> ... <message level="error">Package
'Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage,
Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=9.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed to load.</
message level="error"></buildresults>

2008-04-25 15:23:03,019 [CustomTools - Debug:DEBUG] Exception:
System.Xml.XmlException: 'level' is an unexpected token. The expected
token is '>'. Line 1, position 128707.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String
expectedToken1, String expectedToken2)
   at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(Int32 pos,
String expectedToken1, String expectedToken2)
   at System.Xml.XmlTextReaderImpl.ParseEndElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlWriter.WriteNode(XmlReader reader, Boolean
defattr)
   at
ThoughtWorks.CruiseControl.Core.Util.XmlFragmentWriter.WriteNode(XmlReader
reader, Boolean defattr)
   at
ThoughtWorks.CruiseControl.Core.Util.XmlFragmentWriter.WriteNode(String
xml)

What might be the problem?


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Patterson  
View profile  
 More options Apr 25 2008, 10:02 am
From: "Ross Patterson" <RPatter...@qknow.com>
Date: Fri, 25 Apr 2008 10:02:40 -0400
Local: Fri, Apr 25 2008 10:02 am
Subject: RE: [ccnet-devel] Bug: Xml exception after devenv build

Miikka writes:
>We are using the latest version (1.4.0.3289) of CC.Net and VS 2008 and
>TFS-plugin.
>Package
>'Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage,
>Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=9.0.0.0,
>Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed to load.

The TFS plug-in probably needs to be recompiled.

Ross
________________________________

Ross A. Patterson, CISSP
Sr. Director, Development
Tel:  +1 703-390-0865
RPatter...@QKnow.com

Q.Know Technologies, Inc.
11600 Sunrise Valley Drive, Suite 300
Reston, VA  20191
www.QKnow.com


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
miikka  
View profile  
 More options Apr 28 2008, 2:17 am
From: miikka <miikka.laa...@kaannos.com>
Date: Sun, 27 Apr 2008 23:17:42 -0700 (PDT)
Local: Mon, Apr 28 2008 2:17 am
Subject: Re: Bug: Xml exception after devenv build
Which program outputs the XML? For my understanding "</message
level="error">" is not a valid XML?

On Apr 25, 5:02 pm, "Ross Patterson" <RPatter...@qknow.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
miikka  
View profile  
 More options May 5 2008, 7:29 am
From: miikka <miikka.laa...@kaannos.com>
Date: Mon, 5 May 2008 04:29:13 -0700 (PDT)
Local: Mon, May 5 2008 7:29 am
Subject: Re: Bug: Xml exception after devenv build
The bug is in DevenvTaskResult.cs on line 31 and 51.
WriteElementString cannot be used to write element with attributes. I
don't know how to contribute, so could someone fix this?

On Apr 25, 5:02 pm, "Ross Patterson" <RPatter...@qknow.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Patterson  
View profile  
 More options May 5 2008, 10:16 am
From: "Ross Patterson" <RPatter...@qknow.com>
Date: Mon, 5 May 2008 10:16:16 -0400
Local: Mon, May 5 2008 10:16 am
Subject: RE: [ccnet-devel] Re: Bug: Xml exception after devenv build

I broke it, I'll fix it.  I'm curious - how did that flow back up into
the TFS error you originally reported?

Ross
________________________________

Ross A. Patterson, CISSP
Sr. Director, Development
Tel:  +1 703-390-0865
RPatter...@QKnow.com

Q.Know Technologies, Inc.
11600 Sunrise Valley Drive, Suite 300
Reston, VA  20191
www.QKnow.com


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
miikka  
View profile  
 More options May 6 2008, 2:12 am
From: miikka <miikka.laa...@kaannos.com>
Date: Mon, 5 May 2008 23:12:02 -0700 (PDT)
Local: Tues, May 6 2008 2:12 am
Subject: Re: Bug: Xml exception after devenv build
I maybe took too much of the data away in my original post. Sorry
about that.

On May 5, 5:16 pm, "Ross Patterson" <RPatter...@qknow.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Patterson  
View profile  
 More options May 6 2008, 10:00 am
From: "Ross Patterson" <RPatter...@qknow.com>
Date: Tue, 6 May 2008 10:00:10 -0400
Local: Tues, May 6 2008 10:00 am
Subject: RE: [ccnet-devel] Re: Bug: Xml exception after devenv build

Ross Patterson writes:
>miikka writes:
>>The bug is in DevenvTaskResult.cs on line 31 and 51.
>>WriteElementString cannot be used to write element with attributes. I
>>don't know how to contribute, so could someone fix this?

>I broke it, I'll fix it.

Fixed in build 1.4.0.3295.

Ross
________________________________

Ross A. Patterson, CISSP
Sr. Director, Development
Tel:  +1 703-390-0865
RPatter...@QKnow.com

Q.Know Technologies, Inc.
11600 Sunrise Valley Drive, Suite 300
Reston, VA  20191
www.QKnow.com


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google