You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/03/03 00:50:34 UTC

DO NOT REPLY [Bug 48844] New: javac fails to compile all classes when java.io.tmpdir doesn't have enough space

https://issues.apache.org/bugzilla/show_bug.cgi?id=48844

           Summary: javac fails to compile all classes when java.io.tmpdir
                    doesn't have enough space
           Product: Ant
           Version: 1.7.1
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: david_donn@pacific.net.au


When javac is run with fork="true" and there are many sources files, a file
listing all of the sources is written to java.io.tmpdir. This file is supplied
as an argument to javac.

If there isn't enough space in java.io.tmpdir to write the file no error is
reported. If only part of the file can be written, only files listed in the
partial file are compiled.

javac should throw an exception if it's not able to write the full list of
sources to java.io.tmpdir.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 48844] javac compiles only some classes when java.io.tmpdir doesn't have enough space, no error is reported

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48844

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |DUPLICATE
   Target Milestone|---                         |1.8.0

--- Comment #2 from Stefan Bodewig <bo...@apache.org> 2010-03-04 16:11:37 UTC ---
actually this bug is an exact duplicate, even the OS matches 8-)

*** This bug has been marked as a duplicate of bug 43537 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 48844] javac compiles only some classes when java.io.tmpdir doesn't have enough space, no error is reported

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48844

David Donn <da...@pacific.net.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|javac fails to compile all  |javac compiles only some
                   |classes when java.io.tmpdir |classes when java.io.tmpdir
                   |doesn't have enough space   |doesn't have enough space,
                   |                            |no error is reported

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 48844] javac compiles only some classes when java.io.tmpdir doesn't have enough space, no error is reported

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48844

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2010-03-04 16:10:15 UTC ---
I think this has been addressed by svn revision 793462 in the aftermath of
fixing bug 43537 - so it should you be fixed with Ant 1.8.0.

Could you please try Ant 1.8.0 to see whether the problem still exists?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.