I think implementing a surefire provider for nunit is the most sound way to go, though perhaps not the most plausible. When I dabbled in the surefire code, it seemed to rely heavily on java reflection to manage junit tests, so unless there have been framework changes, I think some more abstraction needs to happen to surefire to define a formal notion of a surefire provider which is platform independent.
My 2 cents, Evan On Dec 11, 2007 4:02 PM, Shane Isbell <[EMAIL PROTECTED]> wrote: > We have the basic C# compiler and install plugins working in the branch: > > https://svn.apache.org/repos/asf/incubator/nmaven/branches/SI_MAVEN_INTEGRA* > TION/sandbox/< > https://svn.apache.org/repos/asf/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/ > > > * > > There is a significant performance improvement since it doesn't have to > load > registries and do capability matching, version translations and so. The > next > steps are to get the NUnit plugin done. Brett had mentioned some time ago > about integrating NUnit with Surefire. Any ideas on the feasibility of > this? > > Shane >
