>>>>> "DM" == David Maclean <[EMAIL PROTECTED]> writes:
DM> On 26 Jun 2000, Stefan Bodewig wrote: >> As to the part where you check whether rmic needs to be run at >> all: I decided to keep this to the people with more knowledge. DM> This works like the Javac task by looking at the .class file's DM> timestamp and comparing it to the _Stub.class and/or _Skel.class Yes, I've understood that much 8^). I'm just not sure whether this check is sufficient - as much as the simple comparison of modification times in javac is sufficient in most cases but not in general. Stefan
