> I don't know much about NUnit, but if it produces a format similar to
> JUnit, then reusing most of the JUnit support code should be relatively
> straightforward.
The layout is some what different but they are very similar. Heres an
example of the nunit XML layout:
<test-results>
<test-suite name="namespace1" time="0.047">
<results>
<test-suite name="namespace2" time="0.047">
<test-case name="Name" executed="True" success="True"
time="0.047" asserts="1" />
</test-suite>
</results>
</test-suite>
</test-results>
> > Would you be interested into adding NUnit support to Hudson if I
> > started building a plugin?
> Yes. Definitely. If you'd be willing to develop the plugin at
>
http://hudson.dev.java.net/ , let me know your java.net id so that I can
> give you the commit access.
Ok, I will start looking into it, I need a java project to keep me
sane as at my current gig they only use .NET ;)
My java.net id is 'redsolo'. I havent used maven before, but I guess
it shouldnt be to hard to use.
Cheers
//Erik
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]