You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: