Hi, I've checked out hupa from trunk, and when I tried to build, I get the following errors:
1) Cannot resolve gwt-incubator:jar:20100204-r1747 I got around this by downloading the jar file manually into my local m2_repo from http://google-web-toolkit-incubator.googlecode.com/files/gwt-incubator-20100204-r1747.jar Once this is resolved the maven command line build succeeds, but the eclipse builds fail. 2) The problem is that modules widget and client won't compile, I get the following errors in eclipse: Widget com.google.gwt.gen2.table.client.FixedWidthFlexTable can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly. RefetchPagingScrollTable.java /hupa/widgets/src/main/java/org/apache/hupa/widgets/ui line 49 GWT problems marker ... org.apache.hupa.widgets.editor.bundles.ToolbarImages can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly. Toolbar.java /hupa/widgets/src/main/java/org/apache/hupa/widgets/editor line 157 GWT problems marker ... Client com.allen_sauer.gwt.dnd.client.DragContext can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly. MainView.java /hupa/client/src/main/java/org/apache/hupa/client/mvp line 279 GWT problems marker ... com.google.gwt.gen2.event.shared.HandlerRegistration can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly. HandlerRegistrationAdapter.java /hupa/client/src/main/java/org/apache/hupa/client line 30 GWT problems marker ... com.google.inject.AbstractModule can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly. GuiceMvpTestModule.java /hupa/client/src/test/java/org/apache/hupa/client/guice line 48 GWT problems marker ... I'm using the Google Eclipse Plugin with gwt-2.0.4. Any assistance would be greatly appreciated. Neil