compile multiple files at once without stopping for undependant fail
843810Jul 14 2003 — edited Aug 9 2003Hi there,
I have directory containing multiple source files, some of which depend on each others class files, therefore the order that I compile matters.
Is there a way I can compile them all in a single run, such that if one or more fail compilation, the other source files that don't depend on the failed ones continue to be compiled.
Cheers,
Lloyd