Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource files not outputted #92

Open
r-vdp opened this issue Apr 14, 2016 · 1 comment
Open

Resource files not outputted #92

r-vdp opened this issue Apr 14, 2016 · 1 comment
Labels
P3 type=defect Bug, not working as expected

Comments

@r-vdp
Copy link

r-vdp commented Apr 14, 2016

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.

@raghsriniv raghsriniv added the P3 label Jun 26, 2019
@cgdecker cgdecker added the type=defect Bug, not working as expected label Jul 29, 2019
@netdpb
Copy link
Member

netdpb commented May 24, 2021

I know this is now quite old. Are you still experiencing this? Can you paste your call to generatesFileNamed() here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 type=defect Bug, not working as expected
Projects
None yet
Development

No branches or pull requests

4 participants