vavavr00m / gwt-dialogs

Automatically exported from code.google.com/p/gwt-dialogs
0 stars 0 forks source link

Incorrect dependencies? #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I get the following error when I try to launch my GWT 2.5 project. 

         Loading inherited module 'com.tinesoft.gwt.dialogs.GWTDialogs'
            Loading inherited module 'com.google.gwt.uibinder.GinUiBinder'
               [ERROR] Unable to find 'com/google/gwt/uibinder/GinUiBinder.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
            [ERROR] Line 18: Unexpected exception while processing element 'inherits'

The Wiki only shows gwt-dnd as a dependency, what other dependencies does 
gwt-dialogs have? Thanks. 

Original issue reported on code.google.com by dustin.s...@gmail.com on 15 May 2013 at 4:55

GoogleCodeExporter commented 9 years ago
Looks like gwt-dialogs is expecting that gwt-platform be installed.

Original comment by chris.tr...@sheepdog.com on 20 Jul 2013 at 5:03