Is there javac option smth like "proceed on error"?
843789Jul 26 2010 — edited Jul 27 2010Hi,
I want to compile a bunch of java files.
When I invoke the javac it stops on the first file that has compilation problems.
Is there javac option that I can use in order to try to compile all files and receive all errors for the files that have compilation problems (I know in ant there is failonerror=false)
Thanks in advance