Re: Recompilation only when needed

1999-04-06 Thread Nelson Minar
This question is only marginally Linux related, but since Linux javac is so slow, it's a special concern for us :-) >I have been trying to get javac (1.1.7 for linux) to recompile only >those java-files newer than their class-files. This stuff doesn't work very well. javac -depend is undependabl

Re: Recompilation only when needed

1999-04-06 Thread Michael Sinz
On Tue, 06 Apr 1999 20:39:54 +, Jonas Holmberg wrote: >I have been trying to get javac (1.1.7 for linux) to recompile only >those java-files newer than their class-files. Sun's documentation tells >me that the "most-recent-change-times" of the files are checked if both >the java- and the clas