Vincent Massol wrote:

> +1
>
> Great idea ! :)
>
> I am the author of J2EEUnit (http://j2eeunit.sourceforge.net) and I'm
> committed to help you implement this suite of tests.

That is great news, Vincent!

> I have already been
> implementing such a suite of tests for J2EEUnit itself and thus I know very
> well how to integrate it with Ant (actually I already have the build.xml
> that starts J2EEUnit tests). I have successfully created a build.xml file
> that run the tests on several servlet engines : Tomcat 3.1.1, Tomcat 3.2.1,
> Tomcat 4.0, Resin 1.2, Resin 1.3, Orion 1.4, WebLogic 5.1 ... That may be a
> good idea for Struts to run its unit tests on several Servlet engines. It is
> very easy to do ! I also have an Ant task that let you start any servlet
> engine in another thread, waits until it is finished starting and run the
> unit tests (it is still in CVS for the moment but I'll release a new 0.7
> version this coming week end).
>

I agree ... we should set up testing on as many platforms as is feasible, to
ensure that hard fought efforts for cross-platform compatibility come to
fruition.

>
> Let me know where I can help. Also if you have any trouble to use J2EEUnit
> on any subject feel free to contact me and I'll help.
> Thanks.
>
> Note: You should use the 0.7 version as much as possible as in the previous
> version it was not possible to test any method that wrote in the Servlet
> output stream. It now works fine in version 0.7 (in CVS).
>
> Vincent Massol.
>

Craig McClanahan


Reply via email to