google / google/compile-testing
Resource files not outputted
Open
P3
type=defect
- Dominant language
- Java
- Stars
- 722
- Forks
- 129
- Avg merge
- 11m
- Merged PRs (30d)
- 4
Description
I have an annotation processor that produces both some java source files and an xml file.
When the compilation fails, though, only the contents of the generated java files is shown and the xml file seems to be ignored, even though it should effectively have been generated.
The xml file is outputted in the SOURCE_OUTPUT location and uses the standard Filer methods.
The generatesFileNamed() method to does report the file to be present.
Contributor guide
Assessment
This issue has not been assessed yet.