Bernd Kreimeier writes:
>
> The weird logic in which javac handles or ignores
> dependencies (esp. source files more recent than
> class files) never ceases to annoy me. Does anybody
> have a decent solution to share that creates
> dependencies from "import" and makes them work with
> JDK?
It pains me that I've forgotten/lost the original poster, but in any
case, I've bought into using `jikes -E -depend ...' to handle
dependencies. You can't get away with this using the JDK since it is
soooooo slow. On the other hand, jikes is sufficiently up to the
task. I'm still blown away every time I see this compiler strut its
stuff. Simply incredible. The -E option generates Emacs compatible
error messages.
You can get it from
http://www.alphaworks.ibm.com/formula.nsf/toolpreview/9CCDECA31426CCAD8825646E007D67F3
Enjoy,
-pmr