Closed frankrues closed 5 years ago
@frankrues please check if this issue is fixed by 2.0.0.beta2
Similar issue but not on card project but paper-ripple
java.io.UncheckedIOException: Failed to create directory 'C:\Users\Johannes\IdeaProjects\paper-ripple\target\frontend'
Thanks for checking š
Can you please š recheck with 2.0.0.beta3?
With 2.0.0.beta3 I have issues in my MainLayout which is using your app-layout-addon version 3.0.0.beta5
Unfortunately I'm a newby in Vaadin and don't how to handle this issue.
Caused by: java.lang.IllegalStateException: Couldn't find the definition of the element with tag 'clickable-card' in any template file declared using @'HtmlImport' annotations. Check the availability of the template files in your WAR file or provide alternative implementation of the method getTemplateContent() which should return an element representing the content of the template file
at com.vaadin.flow.component.polymertemplate.DefaultTemplateParser.getTemplateContent(DefaultTemplateParser.java:128) ~[flow-server-2.0.8.jar:2.0.8]
at com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.parseTemplate(TemplateDataAnalyzer.java:200) ~[flow-server-2.0.8.jar:2.0.8]
at com.vaadin.flow.component.polymertemplate.TemplateInitializer.<init>(TemplateInitializer.java:91) ~[flow-server-2.0.8.jar:2.0.8]
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.<init>(PolymerTemplate.java:88) ~[flow-server-2.0.8.jar:2.0.8]
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.<init>(PolymerTemplate.java:103) ~[flow-server-2.0.8.jar:2.0.8]
at com.github.appreciated.card.AbstractCard.<init>(AbstractCard.java:22) ~[card-2.0.0.beta3.jar:2.0.0.beta3]
at com.github.appreciated.card.ClickableCard.<init>(ClickableCard.java:41) ~[card-2.0.0.beta3.jar:2.0.0.beta3]
at com.github.appreciated.card.RippleClickableCard.<init>(RippleClickableCard.java:36) ~[card-2.0.0.beta3.jar:2.0.0.beta3]
at com.github.appreciated.card.RippleClickableCard.<init>(RippleClickableCard.java:32) ~[card-2.0.0.beta3.jar:2.0.0.beta3]
at com.github.appreciated.card.RippleClickableCard.<init>(RippleClickableCard.java:28) ~[card-2.0.0.beta3.jar:2.0.0.beta3]
at com.github.appreciated.app.layout.notification.component.NotificationView.<init>(NotificationView.java:28) ~[app-layout-addon-3.0.0.beta5.jar:3.0.0.beta5]
at com.github.appreciated.app.layout.notification.DefaultNotificationComponentFactory.getComponent(DefaultNotificationComponentFactory.java:12) ~[app-layout-addon-3.0.0.beta5.jar:3.0.0.beta5]
at com.github.appreciated.app.layout.notification.DefaultNotificationComponentFactory.getComponent(DefaultNotificationComponentFactory.java:9) ~[app-layout-addon-3.0.0.beta5.jar:3.0.0.beta5]
at com.github.appreciated.app.layout.notification.NotificationHolder.getComponent(NotificationHolder.java:83) ~[app-layout-addon-3.0.0.beta5.jar:3.0.0.beta5]
You are seeing this because you are using the compatibility mode. This add-on only supports the new npm mode. Please read here how to migrate to V14 without compatibility mode.
I would really like to use your card component but with 2.0.0.beta1 I get the following exception: