> -----Original Message----- > From: Peter Donald [mailto:[EMAIL PROTECTED]
> sounds interesting. So essentially you have a "warm" JVM > waiting for requests > to do junit tests? Will multiple calls to junit task reuse > the same JVM or is > it just different tests that are dispathed to other JVM? No for now, the JVM is not receiving configuration from the server, the client is just launched with the appropriate settings (classpath, etc..). It could be generalized to do so. > Also could this be generalized to a general architecture to > execute other > java tasks from a JVM or is it intrinsically tied to junit? tightly coupled. > Also when/if you decide it is good enough would you mind > placing it in junit2 > package to avoid ocnfusion and all that or maybe xjunit > (extended junit) or > exjunit or whatever ;) thought rjunit. r for remote. Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
