You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/11/06 03:06:57 UTC

DO NOT REPLY [Bug 14284] New: - Ant dependency less forgiving than javac 1.4

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: ant-dev@jakarta.apache.org
        ReportedBy: eric.armstrong@sun.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>