Is there anything that can be done to assist with progress? Is there a problem with lack of interest in GWT from, say, Google? Does GWT 2.8 involve too many features when compared to 2.7? Is there a lack of developers working on GWT? Are more testers needed?
Regards
Steve Zara
Is there anything that can be done to assist with progress? Is there a problem with lack of interest in GWT from, say, Google? Does GWT 2.8 involve too many features when compared to 2.7? Is there a lack of developers working on GWT? Are more testers needed?
--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/4ISY79wAq04/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
--
So many people depending on GWT, GWT depending on Java 8 support/ guava and Google does not work on the Java 8 API emulation. 3 devs working on Java 8 emulation in spare time.Is it just me having a bad feeling here?
To unsubscribe from this group and all its topics, send an email to google-web-toolkit+unsub...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Also a GWT conference is long overdue.
system in /Users/you/Code/gwt/
› ll
total 16
-rw-r--r-- 1 you staff 247 jul 17 2015 README.md
-rwxr--r-- 1 you staff 297 ago 14 2015 build-deploy.sh
-rwxr--r-- 1 you staff 191 abr 12 2015 build-local.sh
-rwxr--r-- 1 you staff 159 mar 12 2015 push-to-m2.sh
drwxr-xr-x 10 you staff 340 abr 7 10:56 tools
drwxr-xr-x 30 you staff 1020 mar 20 09:20 trunk
drwxr-xr-x 4 you staff 136 sep 6 2014 workspace
system in /Users/you/Code/gwt/
› cat build-deploy.sh
#!/bin/sh
export GWT_VERSION=2.8.0-i`date +%Y%m%d`
export GWT_MAVEN_REPO_URL=http://maven.yourcompany.com/ext-release-local
export GWT_MAVEN_REPO_ID=maven.yourcompany.com
echo building version $GWT_VERSION...
cd trunk
ant clean buildonly elemental dist-dev
maven/push-gwt.sh
git tag -f $GWT_VERSION2. update your project gwt version... done. :)
Yep quite easy. We usually make 1 release a week, some time more some time less, GWT is extremely stable, usually if something is wrong is really wrong, which is a good thing because problems are detected quite early. You can spend more time, but I don't think that you are going to find any surprise if you develop during one or two week with a new version. So we usually change the GWT version just after a release, and we just continue developing using the new version, if no-one detects anything before the next release we just release. Looks like google compile most of it's projects using the gwt head, so you find frequently that if some commit makes something inestable they revert it in a few day (frequently the next day). So if you test your version during more than a week and you review the last commits since your release tag, you can see even more info if something is going to fail.
This has obvious advantages, you get used to compile gwt so if you find some bug which affect your project you can always hack it (which is far easier that find a perfect solution) and fix the problem for your clients, obviously, you get the cool advantage of being always using the last features of gwt, and finally your are going to start feeling like GWT is much live than you thought it be only seeing its releases.
Please, atleast try, make a release in your company maven report. Compile your project, and see what happen. Only good things can happens XD
I said this many times but... I strongly recommend that you create your own releases. This is what we have been doing for years...
--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/4ISY79wAq04/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.