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

GWT 2.7.0-beta1 support #9

Closed lukelast closed 10 years ago

lukelast commented 10 years ago

It looks like I can't upgrade to GWT 2.7 because I'm using lib-gwt-svg. Any idea when support for GWT 2.7 will come about?

Thanks

confile commented 10 years ago

+1

confile commented 10 years ago

looking for a solution too

lukelast commented 10 years ago

I forked the project and added GWT 2.7 support in case anyone can't wait. https://github.com/lukelast/lib-gwt-svg

confile commented 10 years ago

+1

mleduque commented 10 years ago

Thank you!

2014-10-31 10:37 GMT+01:00 Confile notifications@github.com:

+1

— Reply to this email directly or view it on GitHub https://github.com/laaglu/lib-gwt-svg/issues/9#issuecomment-61237433.

laaglu commented 10 years ago

Hi lukelast, Thanks for the pull request. I have ugraded the parent-poms to require gwt-user-2.7.0-rc1 and gwt-maven-plugin-2.7.0-rc1. This forced me to do a bigger upgrade of project configuration than anticipated, because gwt-maven-plugin-2.7.0-rc1 requires maven 3.x and I was still using 2.2.1. This caused the usual ripples until I found a mix of maven plugins version with no bugs to restore a fully functional build stack. I have rebuilt lib-gwt-svg-samples as well and spotted no reg on FF33. Eventually I will push/publish the whole stack to maven central but I plan to wait on 2.7.0 final to do this. I am closing the issue.