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/29 14:41:31 UTC

DO NOT REPLY [Bug 5620] New: - javac doesn't pass the source parameter in combination with fork

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

javac doesn't pass the source parameter in combination with fork

           Summary: javac doesn't pass the source parameter in combination
                    with fork
           Product: Ant
           Version: 1.4.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: stephen.langhardt@arcormail.de


if you use <javac source="1.4" fork="yes" ...> the compiler is still in 1.3 mode 
and issues a warning for the new assert statement. Without fork it works fine 
but I have a big project to compile and need the fork to set the memory size to 
prevent an 'OutOfMemory'.

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