Mathias Ricken - 2010-10-04

I fixed part of this bug in revision 5401.
When using a project with a build directory set, DrJava will now put the classes in the right place. Without a build directory set, the problem still exists.

This is because the HJ compiler does not mimic the javac behavior of putting classes in the same directory as the source file, if no destination directory is specified.