|
From: Brian S. <bs...@bs...> - 2002-03-15 22:20:26
|
I just tried to update and then compile, and I got the same problem. Then I remembered: Sometimes, JSR-14 is not smart enough to know when additional files need to be recompiled. The solution: ant clean compile. The problem relates to covariant subtyping. JSR-14's implementation of covariant subtyping on return types requires some of the related classes to all be compiled at once, and it gets confused (as you saw) otherwise. In short, if ever a compile fails, try doing a clean first. -brian ---------------------------------------------------------------- Brian Stoler home: (713) 520-9017 office: (713) 348-3720 Graduate student, Rice University Department of Computer Science |