laaglu / lib-gwt-svg

a general purpose SVG library for GWT. The goal is to make it easy to do SVG graphics in a GWT application
http://www.vectomatic.org/libs/lib-gwt-svg
39 stars 23 forks source link

UiBinder custom parser error #4

Closed kabramcs closed 11 years ago

kabramcs commented 11 years ago

You mention in your post on svg uibinder support that past GWT 2.1 the order of the jar inclusion will not matter. I see that with GWT 2.5.1 the lib-gwt-svg jar still needs to be before the gwt-user/gwt-dev jars. Is there a way to remove this requirement?

laaglu commented 11 years ago

Hi. When I wrote that post I was hoping google would provide an API to let one plug one's own markup in UIBinder files as they had hinted they would do when they introduced UIBinder. It turns out this has not exactly been the case, so for the time being, you still need to have lib-gwt-svg.jar ahead of gwt-user.jar in the classpath for UIBinder to work. I would love to get rid of this constraint, as it forces me to ugrade lib-gwt-svg any time one of the classe I have changed in UIBinder is modified, but so far I have not found a way to do it.

On Wed, Apr 24, 2013 at 6:21 PM, Karthik Abram notifications@github.comwrote:

You mention in your post on svg uibinder support that past GWT 2.1 the order of the jar inclusion will not matter. I see that with GWT 2.5.1 the lib-gwt-svg jar still needs to be before the gwt-user/gwt-dev jars. Is there a way to remove this requirement?

— Reply to this email directly or view it on GitHubhttps://github.com/laaglu/lib-gwt-svg/issues/4 .

kabramcs commented 11 years ago

Ok. Too bad GWT didn't include the feature. Great library btw .. I'm enjoying using it.