On 2011/05/05 22:15:56, rjrjr wrote:
Rietveld is choking on this.
Yes, something is broken in my git5 client that plays badly with reitveld.
The non-eclipse instructions in the README.txt are wrong, aren't they?
ant war can't work because
of the missing appengine jars. Shouldn't we be saying that the sample
is configured to assume you're using GPE? Has been working reliably for me. I actually use it to detect when things fail because Eclipse setup has broken. Can you try setting up a local.properties file pointing to App Engine SDK? # Starting from trunk cd samples/mobilewebapp vim local.properties #Define gwt.sdk and appengine.sdk ant -f user-build.xml war ant -f user-build.xml devmode This will work but for server-side validation because war/WEB-INF/lib does not contain hibernate-validation, slf4j-api, slf4j-log4j and log4j. But the distributed app does get the necessary jars in war/WEB-INF/lib and produce a proper war. http://gwt-code-reviews.appspot.com/1437801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
