Replies: 1 comment 6 replies
-
Quinoa works with Native build out of the box do you have a small Sample Quarkus reproducer you can show that its not working? I have 3 different apps all building Native Images with Quinoa just fine. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day fellow developers,
I trying to work with quinoa and angular 17 in quarkus, and so far in dev mode and prod mode its working like a charm.
However when trying to write a native application using this tutorial: https://quarkus.io/guides/writing-native-applications-tips i cant seem to get the frontend working, always seeing a screen with resources not found. setting the quarkus.native.resources.includes to the build dir or to the generated target dir where the contents of the build dir are moved to did not work. I still see resource not found.
After much experimentation with maven, i found a workaround by using the frontend maven plugin to build my app and the maven ant plugin to move the resources to the META-INF dir in the pre-package phase. This is a very inefficient workaround since at the package phase the app is being build again.
long story short, is there an efficient way to configure quinoa such that native builds serve the build resources in a correct manor?
Tips and tricks are much appreciated.
With kind regards,
Kees Til
Beta Was this translation helpful? Give feedback.
All reactions