<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hello,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>I am a Flash Developer on a Ruby on Rails project which is using cruiscontrol.rb. I have built a test harness using AsUnit (<A href="http://asunit.org">http://asunit.org</A>) which produces a results.xml file which is in the junit results format.  Here is sample output.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>&lt;?xml version='1.0' encoding='UTF-8'?&gt;</DIV><DIV>&lt;testsuites&gt;</DIV><DIV>  &lt;testsuite name="Flash Profile Card AsUnit Test Suite" errors="1" failures="1" tests="8" time="8.002"&gt;</DIV><DIV>    &lt;testcase classname="lib.test.cases.FailureTest" name="testError"&gt;</DIV><DIV>      &lt;failure type="Error"&gt;Reference runtime test error&lt;/failure&gt;</DIV><DIV>    &lt;/testcase&gt;</DIV><DIV>    &lt;testcase classname="lib.test.cases.FailureTest" name="testAssertion"&gt;</DIV><DIV>      &lt;failure type="AssertionFailedError"&gt;Reference assertion test failure&lt;/failure&gt;</DIV><DIV>    &lt;/testcase&gt;</DIV><DIV>  &lt;/testsuite&gt;</DIV><DIV>&lt;/testsuites&gt;</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I would like to integrate my AsUnit results with the rest of the project. What is the best way to do that? Should I just a script put my results.xml file in the CC_BUILD_ARTIFACTS directory?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV> It looks like CruiseControl 2.7 has a merge property which can be used to merge any junit results into the main build results file</DIV><DIV><A href="http://cruisecontrol.sourceforge.net/main/configxml.html#merge">http://cruisecontrol.sourceforge.net/main/configxml.html#merge</A></DIV><DIV>Does cruisecontrol.rb have similar functionality?</DIV><DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV><FONT class="Apple-style-span" size="4"><SPAN class="Apple-style-span" style="font-size: 14px;"><SPAN class="Apple-style-span" style="font-size: 14px; "><SPAN class="Apple-style-span" style="font-size: 14px; ">Jonathan Marston</SPAN></SPAN></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="4"><SPAN class="Apple-style-span" style="font-size: 14px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><B style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; ">Marston Development Studio LLC</SPAN></SPAN></B></DIV><DIV><B style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; ">email</SPAN></SPAN></B>:<SPAN class="Apple-tab-span" style="white-space:pre"><SPAN class="Apple-style-span" style="white-space: pre; "><SPAN class="Apple-style-span" style="white-space: pre; ">        </SPAN></SPAN></SPAN><A href="mailto:jon@marstonstudio.com">jon@marstonstudio.com</A></DIV><DIV><B style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; ">phone</SPAN></SPAN></B>:<SPAN class="Apple-tab-span" style="white-space:pre"><SPAN class="Apple-style-span" style="white-space: pre; "><SPAN class="Apple-style-span" style="white-space: pre; ">        </SPAN></SPAN></SPAN>(978) 758-7444</DIV><DIV><B style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; ">im</SPAN></SPAN></B>:<SPAN class="Apple-tab-span" style="white-space:pre"><SPAN class="Apple-style-span" style="white-space: pre; "><SPAN class="Apple-style-span" style="white-space: pre; ">                </SPAN></SPAN></SPAN>marstonstudio<SPAN class="Apple-tab-span" style="white-space:pre"><SPAN class="Apple-style-span" style="white-space: pre; "><SPAN class="Apple-style-span" style="white-space: pre; ">        </SPAN></SPAN></SPAN>(gtalk/yahoo/aol)</DIV><DIV><B style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; ">blog</SPAN></SPAN></B>:<SPAN class="Apple-tab-span" style="white-space:pre"><SPAN class="Apple-style-span" style="white-space: pre; "><SPAN class="Apple-style-span" style="white-space: pre; ">        </SPAN></SPAN></SPAN>marstonstudio.com</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR class="Apple-interchange-newline"></SPAN></SPAN> </DIV><BR></DIV></BODY></HTML>