Open GoogleCodeExporter opened 9 years ago
Hi,
I think we should create an enhancement ticket to dev.vaadin.com about the
issue.
In the mean time, you could add a following comment the your widgetset:
<!-- WS Compiler: manually edited -->
With it Vaadin tools will skip updating the widget set. Just note that when
adding yet another add-on to you project, you will need to add inherits rules
manually or temporary remove the "manually edited" comment.
cheers,
matti
Original comment by matti.ta...@gmail.com
on 17 Oct 2011 at 11:09
Thanks for the hint, this should solve the problem for me!
cheers,
Thomas
Original comment by thomas.n...@gmail.com
on 18 Oct 2011 at 7:09
Somehow it didn't work for me. I can't use "<inherits
name="org.vaadin.vol.VolWidgetset" />" with my own openlayers js hosted on
local server, as described in http://code.google.com/p/vopenlayers/wiki/Using.
If I put "<!-- WS Compiler: manually edited -->" vopenlayers widgets won't
compile in.
So still ended using hosted from openlayers site. This is quite inconvenience
as sometime openlayers server down or quite a slow connectivity to my end. :(
Original comment by victorli...@gmail.com
on 29 Mar 2012 at 11:31
i've got this work around by adding into manifest file. just modify/add
pom.xml, around line 48. then rebuild jar.
<!-- Comma-separated list of widgetsets in the package -->
<Vaadin-Widgetsets>org.vaadin.vol.VolWidgetset,org.vaadin.vol.VolWidgetsetWithHo
stedScript</Vaadin-Widgetsets>
Original comment by victorli...@gmail.com
on 28 May 2012 at 9:24
Original issue reported on code.google.com by
thomas.n...@gmail.com
on 17 Oct 2011 at 9:46