On Mon, 11 Mar 2002, robert burrell donkin wrote: > Date: Mon, 11 Mar 2002 19:07:02 +0000 > From: robert burrell donkin <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > Subject: Re: cvs commit: > jakarta-commons/digester/src/java/org/apache/commons/digester > Digester.java > > hi craig > > i don't really know very much about the xmlrules stuff but... > > it looks to me as if the test is actually successful. i think that the > errors are printed out by digester and not by junit. so the test is passed > but lots of error messages are printed out. > That's what I get for looking at the log output instead of "BUILD SUCCESSFUL" :-). I'll go ahead and upt it back in. > - robert > Craig > > On Monday, March 11, 2002, at 05:06 AM, Craig R. McClanahan wrote: > > > > > > > On 11 Mar 2002 [EMAIL PROTECTED] wrote: > > > >> Index: build.xml > >> =================================================================== > >> RCS file: /home/cvs/jakarta-commons/digester/build.xml,v > >> retrieving revision 1.20 > >> retrieving revision 1.21 > >> diff -u -r1.20 -r1.21 > >> --- build.xml 31 Jan 2002 20:25:11 -0000 1.20 > >> +++ build.xml 11 Mar 2002 05:01:54 -0000 1.21 > >> @@ -3,7 +3,7 @@ > >> > >> <!-- > >> "Digester" component of the Jakarta Commons Subproject > >> - $Id: build.xml,v 1.20 2002/01/31 20:25:11 rdonkin Exp $ > >> + $Id: build.xml,v 1.21 2002/03/11 05:01:54 craigmcc Exp $ > >> --> > >> > >> > >> @@ -246,8 +246,7 @@ > >> test.matching, > >> test.matching.extended, > >> test.rule, > >> - test.bpsr, > >> - test.xmlrules > >> + test.bpsr > >> " > >> description="Run all unit test cases"> > >> </target> > >> > > > > I forgot to note the reason for this change in the commit report. I'm > > getting org.apache.commons.digester.xmlrules.CircularIncludeException > > errors when I run this test, but haven't had time to look into it. Could > > whoever committed the xml rules stuff please help out and take a look? > > > > Craig > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]. > > org> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]. > > org> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
