You were right, when I removed parser.jar(causing count=0, total=123) and
jaxp.jar(causing count=0, total=9) from the classpath it stopped. Now the
only problem is to get correct ones..
(And it wasn't an ant-problem...)

Thanks, Klara

----- Original Message -----
From: "Conor MacNeill" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 09, 2001 11:16 AM
Subject: Re: unwanted countprintouts for javac, java, junit


> I think one of your jars is corrupt. I have seen this behaviour in that
> circumstance.
>
> Conor
>
> ----- Original Message -----
> From: "Klara Ward" <[EMAIL PROTECTED]>
> To: "ant-user" <[EMAIL PROTECTED]>
> Sent: Monday, July 09, 2001 6:43 PM
> Subject: unwanted countprintouts for javac, java, junit
>
>
> > Maybe this isn't an ant-problem but anyway,
> > I use ant to compile with javac and run tests with java or junit.
> > When I run I get the usual printouts combined with a lot of lines of :
> >      [java] count = 0, total = 9
> >      [java] count = 0, total = 123
> > The number of lines seemes to have something to do with how many files
> are
> > compiled/run but the numbers are always 0,9 and 123.
> > The problem just appeared some days ago and I can't connect it to
> anything I
> > changed just then that could have anything to do with it(but I probably
> did)
> > It also appears when I run the tests manually using java with the exact
> > command that ant prints out with the verbose-flag set.
> > Does anyone know anything about this? It doesn't obstruct the automatic
> > build/test-process, but its really annoying when you run ant manually.
> >
> > Klara
> >
> >
>

Reply via email to