Yo Ian, You mention that you checked out using SVN. The code is now hosted on github and there have been some tweaks that make things easier to get off the ground. I would definitely start with checking out from github instead of SVN.
http://github.com/jdwyah/tocollege.net/tree/master There's also a Google Group specific to the book at http://groups.google.com/group/tocollege-net which has a couple good threads you can search for common issues getting things going. -Jeff Dwyer On Mar 28, 3:10 am, Der Der <[email protected]> wrote: > Probably you don't have the dependencies defined in your pom.xml If i > remember well the book has a source code. Find the source code from that > book and read the help. I think that you can doownload the source from here > : > > http://code.google.com/p/tocollege-net/ > > > > On Thu, Mar 26, 2009 at 11:31 AM, lan <[email protected]> wrote: > > > Hello > > Being new to GWT, I wanted to follow the application toCollege.net > > Unfortunately, I couldn't build it, I'm following the "Building > > toCollege.net" pdf document, I checked out the code using svn, no > > problem. But when I try "mvn compile", I got this unexpected > > exception: > > > [ERROR] Exception in thread "main" java.lang.NoClassDefFoundError: com/ > > google/gwt/dev/GWTCompiler > > Caused by: java.lang.ClassNotFoundException: > > com.google.gwt.dev.GWTCompiler > > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:252) > > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > > > Any ideas?? > > thx --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
