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

writing-native-applications-tips including-resources filename in snippet wrong #5673

Closed
alexander-dammeier opened this issue Nov 21, 2019 · 1 comment · Fixed by #5674
Closed
Assignees
Labels
area/documentation kind/bug Something isn't working
Milestone

Comments

@alexander-dammeier
Copy link

Hello,

i tried to add a reflection- and a ressources-config.json. I copied the given snippet from the tutorial to include both files via applications.properties but one filename is wrong. It should be resources-config.json not resource-config.json. There is an s missing.

quarkus.native.additional-build-args =\
    -H:ResourceConfigurationFiles=resource-config.json,\
    -H:ReflectionConfigurationFiles=reflection-config.json

https://quarkus.io/guides/writing-native-applications-tips#including-resources

Can you please correct it? Thank you

Edit:
There is an issue with the reflection chapter too.
quarkus.native.additional-build-args =-H:ResourceConfigurationFiles=reflection-config.json
should be:
quarkus.native.additional-build-args =-H:ReflectionConfigurationFiles=reflection-config.json

@gwenneg gwenneg transferred this issue from quarkusio/quarkusio.github.io Nov 21, 2019
@gwenneg gwenneg added kind/bug Something isn't working area/documentation labels Nov 21, 2019
@gwenneg
Copy link
Member

gwenneg commented Nov 21, 2019

Hi @alexander-dammeier and thanks for reporting this!

@gwenneg gwenneg self-assigned this Nov 21, 2019
@gsmet gsmet added this to the 1.1.0 milestone Nov 21, 2019
@gsmet gsmet removed the backport? label Nov 22, 2019
@gsmet gsmet modified the milestones: 1.1.0, 1.0.0.Final Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants