
Signature
Tony Morris
http://tmorris.net/
The issue is it used to compile fine for long time and suddenly this
has surfaced. if it was a bug then it shouldn't have compiled earlier
Also another fact is that there are lots of javac targets in my build
file and only one particular one has started failing regularly now. So
why are the others not failing if its a bug.
when does this bug surface?
Thanks,
Anu
Fred Kleinschmidt - 09 May 2006 15:47 GMT
> The issue is it used to compile fine for long time and suddenly this
> has surfaced. if it was a bug then it shouldn't have compiled earlier
[quoted text clipped - 5 lines]
> Thanks,
> Anu
It's because you have too many semicolons between the end of line 42
and the beginning of line 43
Chris Uppal - 09 May 2006 17:30 GMT
> The issue is it used to compile fine for long time and suddenly this
> has surfaced. if it was a bug then it shouldn't have compiled earlier
> Also another fact is that there are lots of javac targets in my build
> file and only one particular one has started failing regularly now.
One possibility is that you have a corrupt JAR or ZIP file somewhere on your
system, and which is used by only one of your build targets. You could try to
pin down which JAR/ZIP it is looking in (say, by using a file-access monitoring
tools like Filemon from www.sysinternals.com) and rebuild or replace that.
-- chris