Hi Felipe,

> -----Original Message-----
> From: Felipe Leme (JIRA) [mailto:[EMAIL PROTECTED]
> Sent: lundi 8 novembre 2004 03:26
> To: [EMAIL PROTECTED]
> Subject: [jira] Commented: (CACTUS-70) junit report should include the
> server names

[snip]

> For the second part we have 3 options:
> 
> 2.1 add a server attribute on each individual junit xml (on the
> <testsuite> element). I haven't figured out how to do it, but I think it
> would require changing the Cactus Ant taks (and if that's the case, it
> might be better to wait for the Cargo integration before doing the change)

[snip]

I don't think this issue has anything to do with Cargo as Cargo is only
about container execution/configuration and doesn't deal with test
execution. Test execution is currently performed by the JUnit task and Cargo
is agnostic to this.

I don't know what's the best solution amongst the one you've proposed but
what I'd really like is that we go in the direction of removing jelly/Ant
XML scripting and towards more and more java (this is what we've done when
we replaced the old Ant integration which was Ant scripts by the java code).
I think we have way too much jelly scripting in plugin.jelly...

Thus if we could find a solution where the enrichment of the report is done
in Java, I think it would be the best and it could be directly reused by the
ServletRunner (which we also need to take care of).

Any idea?

Thanks
-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to