the Tools menu.
- Follow file: Allows you to open a file and periodically monitor
its output. It's similar to the Unix command "less" and then pressing
Shift-F to always be updated. Try it out, for example by opening
DrJava, then doing an "ant clean compile > test.txt", and then
following the test.txt file.
- External process: This allows DrJava to execute an arbitrary
external executable and display its output in a pane. Things to
experiment with: On Unix, try "find .", on Windows, try "dir".
This is only the first step, but I believe we have Ant integration
within reach, among other things.