https://issues.apache.org/bugzilla/show_bug.cgi?id=46783
Summary: erroronmissingdir not supported by javac task
Product: Ant
Version: 1.7.1
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
According to the Ant 1.7.1 documentation, the javac task "forms an implicit
FileSet and supports all attributes of <fileset> (dir becomes srcdir) as well
as the nested <include>, <exclude> and <patternset> elements."
The FileSet element has added the erroronmissingdir attribute in Ant 1.7.1, but
it does not appear to be supported by the javac task. I believe this is a bug,
and that <javac> should support this new attribute. At the very least, the
current behavior does not match the documentation.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.