I don't believe there is a way to change it.... its a JDK javac "feature".
You could always manually tweak the files you're including in compilation by
using the patternset include feature of the fileset of <javac> - and
restrict it to a particular branch of your source code while you're working
on that.

Perhaps using Jikes would allow some additional configuration?

    Erik


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 31, 2002 5:52 AM
Subject: RE: How can I reduce the amount (which is 100) of ant-javac error
messages ?


> I realize that I have to restate my question.
>
> The max amount of javac error messages is 100.
> Is there a way to set the max amount to a different value?
>
> I thought that this was a relevant question, at least it is to me, because
> now I'm faced with a huge amount of classes that is to be put into my
> environment. But waiting for 100 error messages to be produced, may take
> some 26 seconds.
>
> Regards
> Frode Mjos Johnsen
>
> -----Original Message-----
> From: Erik Hatcher [mailto:[EMAIL PROTECTED]]
> Sent: 31. januar 2002 11:17
> To: Ant Users List
> Subject: Re: How can I reduce the amount (which is 100) of ant-javac
> error messages ?
>
>
> Fix your code!  :)
>
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 31, 2002 4:34 AM
> Subject: How can I reduce the amount (which is 100) of ant-javac error
> messages ?
>
>
> > How can I reduce the amount (which is 100) of ant-javac error messages ?
> >
> > Regards
> > Frode Mjos Johnsen
> >
> > --
> > 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]>
>
> --
> 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]>

Reply via email to