ahn / vaadin-aceeditor

Vaadin wrapper for Ace editor
Apache License 2.0
24 stars 37 forks source link

vaadin 7.5 and aceeditor addon 0.8.13 compatibility #49

Open daiselan opened 9 years ago

daiselan commented 9 years ago

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..