At 14:51 25.04.2002 +0200, you wrote: >On Thu, 25 Apr 2002, Ceki G�lc <[EMAIL PROTECTED]> wrote: > > > I am wondering if it would be possible for gump to run log4j > > (junit-based) test cases. > >Gump does so for a couple of other projects, it should be possible 8-) > > > These test cases are located under jakarta-log4j/tests/ folder > > including their own ANT build.xml script. > >Which target would need to be run? This would depend on Ant, an XML >parser, JUnit and Log4J - are there any additional dependencies?
Yes there are. Some of the log4j tests are regression tests which depend on jakarta-oro. Currently, we are using jakarta-oro 2.0.5. Possible targets are "regression", "unit", "longUnit" or just "runAll" which encompasses all three tests. Some of the tests in longUnit take a long time to complete, long as in over one hour. I am mostly interested running the "regression" tests in different environments. Log4j tests also require a recent version of junit (3.4 or later). I do not mean to abuse your time. If you think setting this up will take too much of your time I'll just learn gump. -- Ceki -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
