Hi Daniel, You're correct that the actual build result does not yet show up in the XML log. This is because I'm still not sure which XML layout we should use for that...
There's already a bug report on this issue (http://sourceforge.net/tracker/index.php?func=detail&aid=788650&group_id=31 650&atid=402868). Please have a look at that and let me know what you think would be a good schema for the xml log. Thanks, Gert ----- Original Message ----- From: "Daniel Fichter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 9:38 PM Subject: [Nant-users] Possible incomplete xml logging > Hi all, > > We've been using Nant quite successfully for a while now, but I'm having > trouble today with the xml logging. We have a build error that reports out > when logging to a text file, but not when we are using XML logging. I have > attached snippets from both the text output and the xml output. The XML > output does not have the 'Error checking whether....' line in it. > > Is there something obvious that I am missing or need to set up to get this > to show up when using the XML logger? > > Thank You > Dan Fichter > > ----------TEXT FILE OUTPUT------------------------------ > [solution] Starting solution build. > > Format.Attach.Message: > > > build.failure.email: > > [sysinfo] Setting system information properties under sys.* > [mail] Sending mail to . > > BUILD FAILED > > Error checking whether > 'c:\m\project\Performance\Performance.csproj' is an enterprise template > project. > This is an unexpected token. The expected token is 'SEMICOLON'. > Line 158, position 42. > > Total time: 8.8 seconds. > > > Format.Attach.Message: > > > build.failure.email: > > [sysinfo] Setting system information properties under sys.* > [mail] Sending mail to . > > BUILD FAILED > > Nested build failed. Refer to build log for exact reason. > > Total time: 174.3 seconds. > ----------------------------------------- > > > > > ----------XML OUTPUT------------------------------- > <task name="solution"> > <message level="Info"><![CDATA[Starting solution > build.]]></message> > </task> > </target> > <target name="Format.Attach.Message"> > <task name="available" /> > </target> > <target name="build.failure.email"> > <task name="sysinfo"> > <message level="Info"><![CDATA[Setting system information > properties under sys.*]]></message> > </task> > <task name="mail"> > <message level="Info"><![CDATA[Sending mail to > <mailto:[EMAIL PROTECTED]> .]]></message> > </task> > </target> > </buildresults> > </task> > </target> > </task> > </target> > <target name="Format.Attach.Message"> > <task name="available" /> > </target> > <target name="build.failure.email"> > <task name="sysinfo"> > <message level="Info"><![CDATA[Setting system information properties > under sys.*]]></message> > </task> > <task name="mail"> > <message level="Info"><![CDATA[Sending mail to > <mailto:[EMAIL PROTECTED]> .]]></message> > </task> > </target> > </buildresults> > ------------------------------------------------ > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users