<font size=2 face="sans-serif">Hi</font>
<br>
<br><font size=2 face="sans-serif">I'm trying to integrate custom tools
to CDash Dynamic analysis.</font>
<br>
<br><font size=2 face="sans-serif">I'm not that certain on what is the
way I should be going.</font>
<br>
<br><font size=2 face="sans-serif">Is there a way to tell cmake to pick
up lines from a program as defects in the custom tool submission xml?</font>
<br>
<br><font size=2 face="sans-serif">Do i need to make a program that generates
a valid xml file?</font>
<br>
<br><font size=2 face="sans-serif">If so, where do I find the documentation
on how to do it?</font>
<br>
<br><font size=2 face="sans-serif">I downloaded the example XML files from
</font><a href=http://www.itk.org/Wiki/CDash:XML><font size=2 face="sans-serif">http://www.itk.org/Wiki/CDash:XML</font></a>
<br>
<br><font size=2 face="sans-serif">here is a part of it </font>
<br>
<br><font size=3 face="Courier New">&nbsp;</font><font size=3> &lt;Results
/&gt; </font>
<br><font size=3 face="Courier New">&nbsp;</font><font size=3> &lt;Log
/&gt; </font>
<br><font size=3 face="Courier New">&nbsp;</font><font size=3> &lt;/Test&gt;</font>
<br><font size=3 face="Courier New">&nbsp;</font><font size=3> &lt;DefectList
/&gt; </font>
<br><font size=3 face="Courier New">&nbsp;</font><font size=3> &lt;EndDateTime&gt;Sep
15 19:36 CEST&lt;/EndDateTime&gt; </font>
<br><font size=3 face="Courier New">&nbsp;</font><font size=3> &lt;ElapsedMinutes&gt;644.3&lt;/ElapsedMinutes&gt;
</font>
<br><font size=3 face="Courier New">&nbsp;</font><font size=3> &lt;/DynamicAnalysis&gt;</font>
<br><font size=3 face="Courier New">&nbsp;</font><font size=3> &lt;/Site&gt;</font>
<br>
<br><font size=2 face="sans-serif">I think that I should modify the part
&quot;DefectList&quot;.</font>
<br><font size=2 face="sans-serif">But this file doesn't give much information
on what to do.</font>
<br>
<br><font size=2 face="sans-serif">There was a XML Schema file as well,
but it wasn't of much use.</font>
<br>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &lt;/xs:element&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;xs:element name=&quot;DefectList&quot; type=&quot;xs:string&quot;
minOccurs=&quot;0&quot; /&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;xs:element name=&quot;EndDateTime&quot; type=&quot;xs:string&quot;
minOccurs=&quot;0&quot; /&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;xs:element name=&quot;ElapsedMinutes&quot; type=&quot;xs:float&quot;
minOccurs=&quot;0&quot; /&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;/xs:sequence&gt;</font>
<br>
<br><font size=2 face="sans-serif">-mika</font>