At 15:37 25.04.2002 +0200, you wrote: > > 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-)
Right. :-) > > If you think setting this up will take too much of your time I'll > > just learn gump. > >That wouldn't hurt, of course. No, it certainly wouldn't. >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� <[EMAIL PROTECTED]>"/> > </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? To keep a keep a long story short, I modified some classes in order to remove the dependency on the examples/ directory. If you do a "cvs update" and try again, the compilation should work. -- Ceki -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
