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
I am using the maven archetype. Vaadin version is 7.5. I have added the dependency in my project like this:
org.vaadin.addons
aceeditor
0.8.13
During maven install, all other widgetsets like e.g vaadin-charts are found in classpath. But aceeditor widgetset is never found. i.e. in my console log, [INFO] Widgetsets found from class path: does not list aceeditor widgetset. Hence, my generated widgets.gwt.xml does not contain a definition for aceeditor and I cannot use aceeditor in my project.
Note: I do have the aceeditor-0.8.13.jar maven plugin present in my maven dependencies. I can reference AceEditor class in my IDE
What could be the problem here..
The text was updated successfully, but these errors were encountered:
I am using the maven archetype. Vaadin version is 7.5. I have added the dependency in my project like this:
org.vaadin.addons
aceeditor
0.8.13
During maven install, all other widgetsets like e.g vaadin-charts are found in classpath. But aceeditor widgetset is never found. i.e. in my console log, [INFO] Widgetsets found from class path: does not list aceeditor widgetset. Hence, my generated widgets.gwt.xml does not contain a definition for aceeditor and I cannot use aceeditor in my project.
Note: I do have the aceeditor-0.8.13.jar maven plugin present in my maven dependencies. I can reference AceEditor class in my IDE
What could be the problem here..
The text was updated successfully, but these errors were encountered: