DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7245>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7245 JUnit & JUnitReport tasks / VM constraints [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2002-03-19 14:41 ------- from the top of my head I don't think it is possible to get the original classname of tests from a suite. (ie you could have several test1() but would not be able to see where to which testcase class it belongs). So I would say you are somewhat blocked for now. My suggestion is a work in slow progress located in the proposal/sandbox/junit directory of Ant. It runs everything in a single VM (client) and send the results step by step to the Ant vm (server) that is in charge of logging events. For now it works fine if you launch it to launch both server and client at the same time while it would be nicer if it were able to act as a server in one machine run any number of clients in another and send a stop command or something like that. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
