<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"> </font><font size=3> <Results
/> </font>
<br><font size=3 face="Courier New"> </font><font size=3> <Log
/> </font>
<br><font size=3 face="Courier New"> </font><font size=3> </Test></font>
<br><font size=3 face="Courier New"> </font><font size=3> <DefectList
/> </font>
<br><font size=3 face="Courier New"> </font><font size=3> <EndDateTime>Sep
15 19:36 CEST</EndDateTime> </font>
<br><font size=3 face="Courier New"> </font><font size=3> <ElapsedMinutes>644.3</ElapsedMinutes>
</font>
<br><font size=3 face="Courier New"> </font><font size=3> </DynamicAnalysis></font>
<br><font size=3 face="Courier New"> </font><font size=3> </Site></font>
<br>
<br><font size=2 face="sans-serif">I think that I should modify the part
"DefectList".</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">
</xs:element></font>
<br><font size=2 face="Courier New">
<xs:element name="DefectList" type="xs:string"
minOccurs="0" /></font>
<br><font size=2 face="Courier New">
<xs:element name="EndDateTime" type="xs:string"
minOccurs="0" /></font>
<br><font size=2 face="Courier New">
<xs:element name="ElapsedMinutes" type="xs:float"
minOccurs="0" /></font>
<br><font size=2 face="Courier New">
</xs:sequence></font>
<br>
<br><font size=2 face="sans-serif">-mika</font>