View Single Post
  #1  
Old 04-05-2005, 01:26 PM
joes joes is online now
Registered User
 
Join Date: 11-17-2004
Posts: 13
What am I doing wrong with Logging?

Hi,

I'm trying to do a simple build with one master build script. However, when I transform the XML log into a HTML log and try to send it out in email I keep getting this:

Building project step 'Process Build Log and notifications'...
Building project step 'Transform XML Log'...
Closing any open log tags...
Loading XML input document...
Error at line 17301, position 2 loading 'C:\DOCUME~1\build\LOCALS~1\Temp\bld15A.tmp': Only one top level element is allowed in an XML document.

I've experimented and I can't find a reason for this failure. I just tweak until it seems to work, then it works a few times and then fails again.

What do I need to do in the simplest case to get this to work?

I've attached a simple build file that fails for me.
Attached Files
File Type: bld xml_tag_problem_build.bld (5.1 KB, 983 views)
Reply With Quote