On Thu, 25 Apr 2002, Ceki G�lc <[EMAIL PROTECTED]> wrote:

> Possible targets are "regression", "unit", "longUnit" or just
> "runAll" which encompasses all three tests.

Is there a target that runs regression and unit, but not longunit
(which really would take a little too long for Gump).

> Log4j tests also require a recent version of junit (3.4 or later).

You'll get the CVS version of JUnit as well as ORO 8-)

> If you think setting this up will take too much of your time I'll
> just learn gump.

That wouldn't hurt, of course.

I've given it a try with a simplistic project definition

  <project name="test-log4j">

    <ant basedir="tests" target="regression" />

    <depend project="jakarta-ant" />
    <depend project="xml-xerces" />
    <depend project="junit" />
    <depend project="jakarta-log4j" />
    <depend project="jakarta-oro" />

    <nag to="[EMAIL PROTECTED]"
         subject="Test Failure"
         from="Ceki G�lc� &lt;[EMAIL PROTECTED]&gt;"/>
  </project>


and tried to build it on my box.

Compilation failed because examples.customLevel.XLevel could not be
found.  Which target in which build file needs to be run so that the
examples get compiled to which location?

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to