[Bug 767] New: Annotation Processing Filer.getResource() always throws FileNotFoundException
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Jul 28 09:58:48 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=767
Summary: Annotation Processing Filer.getResource() always throws
FileNotFoundException
Product: IcedTea
Version: 7-hg
Platform: all
OS/Version: All
Status: NEW
Severity: critical
Priority: P5
Component: IcedTea7
AssignedTo: ahughes at redhat.com
ReportedBy: jperkins at redhat.com
CC: unassigned at icedtea.classpath.org
Created an attachment (id=555)
--> (http://icedtea.classpath.org/bugzilla/attachment.cgi?id=555)
Patch for the bug.
When using a javax.annotation.processing.Filer.getResource() the implementation
com.sun.tools.javac.processing.JavacFiler.getResource() always throws a
FileNotFoundException due to using the
javax.tools.JavaFileManager.getFileForInput() instead of getFileForOutput().
Since the file has not yet been compiled there is never an input file to be
found which causes the FileNoutFoundException.
Here is the link to the bug ticket at OpenJDK
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7057153.
I've compiled with the attached patch and everything works as expected.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the distro-pkg-dev
mailing list