When building from trunk, you need to build GWT and install it in your local repo, then update the version in the expenses POM to match. There is a script to help with this.
cd trunk set GWT_VERSION=2.3-SNAPSHOT ant clean dist-dev ./tools/scripts/maven_script.sh This will build and install it in your local repo as version 2.3-SNAPSHOT. Then update to that version in the expenses POM and you should be good to go. /dmc On Sat, Apr 16, 2011 at 5:19 AM, Wojciech O. <[email protected]> wrote: > I did a clean checkout of > http://google-web-toolkit.googlecode.com/svn/trunk/samples/expenses > nad tried to run mvn package and I received hundreds of compilation > errors. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
