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 2001/12/21 02:36:07 UTC

DO NOT REPLY [Bug 5548] New: - Jikes task does not handle missing directories in extdirs, javac does. Both should

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=5548>.
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=5548

Jikes task does not handle missing directories in extdirs, javac does.  Both should

           Summary: Jikes task does not handle missing directories in
                    extdirs, javac does.  Both should
           Product: Ant
           Version: 1.4.1
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: scott@alodar.com


If you have a directory in your extdirs which does not exist, the javac task 
trims it out, I believe by using the "Path" construct.

If you set build.complier=jikes, then it does not.  Jikes then complains 
about missing directories, and the compile fails.

I believe that this behavioral difference is significant, as it means that 
even though MacOS X comes with jikes out of the box, one cannot use it in 
compiles.

Note that Project Builder, from Apple, had similar problems until they 
patched it to do much the same, so it is perhaps not surprising.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>