Jay Glanville wrote:
>
> > -----Original Message-----
> > From: Ingmar Stein [mailto:[EMAIL PROTECTED]]
> > Well, I'm going to try JDK 1.2...
>
> Let us know if this works. Also try jikes, it's much faster then javac 1.2
>
> > If that doesn't work, I'm going to write a new taskdef that
> > start a new
> > compiler instance for each java file. This is a huge waste of
> > resources, but
> > it might solve the problem.
> >
And what about to fix that source file :-) ?
> > I mean, that behavior is a real blow. It makes Ant useless for my
> > (presumable
> > very common) purpose.
>
Also it doesn't seem to be such common practise to compile uncompilable
source code.
> I probably wouldn't blame ant for a problem that can be attributed to the
> compiler that you're using.
>
Agree.
> >
> > Ingmar
> >
> >
Milan