ivmafo
unread,Jun 6, 2008, 5:35:15 PM6/6/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-on-rails
rake dashboard:compile
(in /var/BackupIvan/gwtonrails)
app/gwt/dashboard/Dashboard-compile
Exception in thread "main" java.lang.NoClassDefFoundError:
com.google.gwt.dev.GWTCompiler
at gnu.java.lang.MainThread.run(libgcj.so.90)
Caused by: java.lang.ClassNotFoundException:
com.google.gwt.dev.GWTCompiler not found in
gnu.gcj.runtime.SystemClassLoader{urls=[file:app/gwt/dashboard/
src/,file:app/gwt/dashboard/lib/gwt-rest.jar,file:app/gwt/dashboard/
lib/gwtx.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[],
parent=null}}
at java.net.URLClassLoader.findClass(libgcj.so.90)
at java.lang.ClassLoader.loadClass(libgcj.so.90)
at java.lang.ClassLoader.loadClass(libgcj.so.90)
at gnu.java.lang.MainThread.run(libgcj.so.90)
rake aborted!
Command failed with status (1): [app/gwt/dashboard/Dashboard-
compile...]
(See full trace by running task with --trace)