From: <no...@so...> - 2002-08-06 22:47:23
|
Bugs item #591785, was opened at 2002-08-06 22:47 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=591785&group_id=44253 Category: Compiler integration Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Charles Reis (csreis) Assigned to: James Hsia (jhsia) Summary: Compiler doesn't find all class files Initial Comment: The compiler doesn't always find class files that it needs for compiling a given file, even if the class files exist in the same directory as the file being compiled. This is the case if compiling a single file Foo which depends on a non-public class Bar defined in a file not named Bar. Even if Bar.class exists in the same directory as Foo.java, DrJava's compiler can't find it (though javac on the command line can). This can also cause problems with Compile All if everything but Foo.java is already in sync (so Foo.java ends up being the only file compiled). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=591785&group_id=44253 |