gwt-syncproxy
gwt-syncproxy copied to clipboard
Define of dependency of gwt-syncproxy
Do you have any approach to define the dependency of gwt-syncproxy
, such as pom.xml
or something else. I create a pom.xml
file for gwt-syncproxy
, whenever I use gwt-version
, 2.7.0
or any what, I was missing some import class in the jar file, which gwt-user
version do you use?
I am planning on using Gradle (mainly since the android library will eventually have to use it). I've got a local dev branch that has a Gradle setup mostly working, but I haven't had time to finish it and merge it back. I'm probably looking to get that completed in the 0.6 or 0.7 release. It's a little tricky because while the Java library can be built against GWT (meaning linked with the final project), the Android library has to be build WITH GWT source because of how Android works (in order to reduce library size to keep under the 65K limit and not require the other limit-exceeding options). The current main branch is built with/against 2.7.0. If you want to use Maven in the meantime, it's no problem. What imports were you missing?
Branch gradilfy has working models for the base GSP Java Library and the testing App Engine server has also been converted. Android Library and Testing apps are still pending.