"Ian D. Stewart" <[EMAIL PROTECTED]> writes:
> FYI, I'm working on a new build scenario, where each class is compiled
> individually, ordered based on dependencies.
I'm sorry, I don't see how this is any different compared to kjc or
jikes which do the dependency ordering for you given any simple list
of class files. Turn on the verbose flag for jikes to see if it is
doing something while it is "locked up" in lib/Makefile.am.
For that matter I've already written stuff to generate dependencies
suitable for an "include" directive in a Makefile... but I asked Paul
about whether to continue with this to support other compilers other
than kjc and jikes and the answer was no... especially since javac is
proprietary and two free compilers already do the job and don't need
the dependency information (generated from jikes to begin with...).
Sounds like you're doing the dependencies by hand... I suggest you
not... especially since they change any time we go from 1.1 to 1.2 or
1.2 to 1.2+ as Sun piles in more classes and changes others.
Brian
--
Brian Jones <[EMAIL PROTECTED]>