If there are truly too many errors to see, you've probably written too much code that is untested.
You should compile more often to avoid this.
You can also comment out the excess, untested code to narrow down the errors.
thines01
Postaholic
2,425 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
try the getStackTrace() method.
you can then write the entire stacktrace in a log file, so you'll miss no lines.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
Have you tried using a > to redirect the output messages from the compiler to a file where you can browse them all at your leisure?
JamesCherrill
Posting Genius
6,373 posts since Apr 2008
Reputation Points: 2,130
Solved Threads: 1,073