Michael Emmel wrote:
> >
> > We use make to great advantage. Our system has ~1000 java files and
> > make reduces compile time dramatically. ( We use jikes, too, so that
> > helps. ) Using production rules, make will only compile a java file
> > when the timestamp on the .java file is later tha
Michael Emmel wrote:
>
> >
> > We use make to great advantage. Our system has ~1000 java files and
> > make reduces compile time dramatically. ( We use jikes, too, so that
> > helps. ) Using production rules, make will only compile a java file
> > when the timestamp on the .java file is later
>
> We use make to great advantage. Our system has ~1000 java files and
> make reduces compile time dramatically. ( We use jikes, too, so that
> helps. ) Using production rules, make will only compile a java file
> when the timestamp on the .java file is later than the timestamp on the
> .cla