You might want to use an ant task to zip up your old build results and
archive them..
Bill
> --
> You received this message because you are subscribed to the Google Groups
> "mxunit" group.
> To post to this group, send email to mxu...@googlegroups.com.
> To unsubscribe from this group, send email to
> mxunit+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/mxunit?hl=en.
>
So I'll set a base property named "test.output.xml" which points to
the root folder, and then in the mxunit task I'll have:
<mxunittask ... outputdir="${test.output.xml}/@{directoryName}" ..>
<report format="frames" todir="${junit.out.dir.html}"
styledir="${style.dir}" />
</junitreport>
On Tue, May 24, 2011 at 1:46 PM, lbicknese <luke.b...@gmail.com> wrote:
> That worked perfectly. Thanks Marc.