DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14284>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14284 Ant dependency less forgiving than javac 1.4 Summary: Ant dependency less forgiving than javac 1.4 Product: Ant Version: 1.5 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] For class a.b.c, specifying <javac srcdir="./src/a/b/c ...>" compiles just fine, creating the proper class hierarchy in the output directory. However, the dependency checker is not as forgiving, so all of the classes are recompiled on every invocation of ant compile. This is as much pilot error, as anything. But since javac was forgiving, it made the cause of the problem difficult to identify. Interestingly, javadoc *also* fails with that path, issuing "class or directory not found". Either javac could do less forgiving, or ant and javadoc could be more... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
