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
At the end of the tutorial, in the "Build an executable JAR" paragraph, the build instructions are missing the "production" profile that actually builds the frontend files to include in the JAR.
Without this, running the jar and trying to access the application produces an error page and this in the console:
java.lang.IllegalStateException:
Failed to find the following files:
- ./generated/jar-resources/lit-renderer.ts
- ./generated/jar-resources/vaadin-time-picker/timepickerConnector.js
[etc...]
includes in AsciiDoc do not seem to support a parameter that could contain the missing "-Pproduction" (for Maven), though.