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: [email protected]
ReportedBy: [email protected]
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.