For a project with quite a few components I decided to create a 'makefile' in
Java and use getRuntime (I try NOT to use any tools like ant and such on
purpose) to execute several other classes. Unfortunately any output produced
during that execution (error messages and such) are not outputted to the
screen.
Is there a way to get that output either for display or in a 'catch' fashion
for further processing?