M
Miguel Farah
I was recently appointed to fix a big source code repository [6000+
Java
files], which -due to poor discipline by the previous manager- is
heavily inconsistent. Its biggest problem is that the source code,
taken
*as is* from our versioning system manager, won't compile. My problem
here is that compiling with javac/ant yields 100 errors displayed on
screen, and any further output is cut off. I need to see ALL the error
messages at once, but I haven't been able to find the javac option to
display unlimited error messages.
This ALSO happens with the warnings, which are cut out at 200, but I
know there are many more (mostly "this class/method has been
deprecated"
messages).
I've tried searching for command-line options in both javac and ant's
online documentations, but haven't found what I need.
I'm using Sun's JVM 1.4.2 and ant 1.5.2 (I know, they're both a bit
old,
but that's what I'm stuck with).
Thanks in advance.
Java
files], which -due to poor discipline by the previous manager- is
heavily inconsistent. Its biggest problem is that the source code,
taken
*as is* from our versioning system manager, won't compile. My problem
here is that compiling with javac/ant yields 100 errors displayed on
screen, and any further output is cut off. I need to see ALL the error
messages at once, but I haven't been able to find the javac option to
display unlimited error messages.
This ALSO happens with the warnings, which are cut out at 200, but I
know there are many more (mostly "this class/method has been
deprecated"
messages).
I've tried searching for command-line options in both javac and ant's
online documentations, but haven't found what I need.
I'm using Sun's JVM 1.4.2 and ant 1.5.2 (I know, they're both a bit
old,
but that's what I'm stuck with).
Thanks in advance.