Re: Working with many .java files jikes Compiler

1999-07-30 Thread nmeyers
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

Re: Working with many .java files jikes Compiler

1999-07-30 Thread Justin Lee
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

Re: Working with many .java files jikes Compiler

1999-07-30 Thread Michael Emmel
> > 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