Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Custom Widgetset
I use some addon, and require to recompile vaadin widgetset. but I got result if the theme version alwayas left on 7.3.4 while other is udpated.
anyone can elight me what wrong with my build script ?
since the script is not change since version 7.0
trying to using meaven artifac and rebuild my custom widget.
here is the widgetset.gwt.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN"
"http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/src/gwt-module.dtd">
<module>
<inherits name="com.vaadin.DefaultWidgetSet"/>
<inherits name="org.vaadin.addons.locationtextfield.LocationTextFieldWidgetSet" />
<inherits name="org.vaadin.addons.resetbuttonforlistselect.WidgetSet" />
<inherits name="org.vaadin.peter.contextmenu.ContextmenuWidgetset" />
<inherits name="org.vaadin.virkki.paperstack.PaperstackWidgetset" />
<inherits name="org.vaadin.resetbuttonfortextfield.WidgetSet" />
<inherits name="com.vaadin.tapio.googlemaps.Widgetset" />
<inherits name="org.vaadin.openesignforms.ckeditor.widgetset.VaadinCKEditorWidgetset" />
<inherits name="fi.jasoft.dragdroplayouts.DragDropLayoutsWidgetSet" />
<inherits name="org.dussan.vaadin.dcharts.DchartsWidgetset" />
<inherits name="org.vaadin.ui.NumberFieldWidgetset" />
<inherits name="org.vaadin.easyuploads.Widgetset" />
<inherits name="com.vaadin.addon.calendar.gwt.CalendarWidgetset" />
<!---->
<inherits name="org.vaadin.virkki.paperstack.PaperstackWidgetset" />
<inherits name="com.vaadin.tapio.googlemaps.Widgetset" />
<!---->
<inherits name="org.vaadin.openesignforms.ckeditor.widgetset.VaadinCKEditorWidgetset" />
<inherits name="com.wcs.wcslib.vaadin.widget.multifileupload.MultiFileUploadWidgetSet" />
<inherits name="org.vaadin.hene.flexibleoptiongroup.widgetset.FlexibleOptionGroupWidgetset" />
<inherits name="org.vaadin.sliderpanel.WidgetSet" />
</module>
why the theme version keep 7.3.4 while i am suing vaadin 7.6.3
Attached is the debug info showing theme version 7.3.4 and vaadin 7.6.3