Designer error when gwt-dnd present in project

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

Designer error when gwt-dnd present in project

Postby xristy » Fri Aug 29, 2008 5:17 pm

gwt 1.5.2
gwt-designer 5.1.0.200808280708
eclipse 3.4.0

I added gwt-dnd-2.5.4 into a project and when I try to go into "Design" view on a file that doesn't refer to any of the gwt-dnd classes I get the following Designer error. I would have thought that I could use Designer on a file that doesn't refer to a gwt extension unknown to GWT-Designer.

Code: Select all
Plug-in Provider: Instantiations
Plug-in Name: GWT Designer Subscription
Plug-in ID: com.swtdesigner
Plug-in Version: 5.1.0.200808280708

java.lang.NullPointerException
    at com.instantiations.designer.gwt.hosted.odf.HostedModeSupport.getClassLoader(HostedModeSupport.java:125)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.getClassLoader(GWTState.java:467)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.addNonAbstractClass(GWTState.java:487)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.initClassesAndMethods(GWTState.java:510)
    at com.swtdesigner.gwt.model.widgets.support.GWTState$1.run(GWTState.java:159)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:446)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:354)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
    at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:275)
    at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1191)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:176)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.createState(GWTState.java:1802)
    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:416)
    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:191)
    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.<init>(UIObjectInfo.java:68)
    at com.swtdesigner.gwt.model.widgets.WidgetInfo.<init>(WidgetInfo.java:55)
    at com.swtdesigner.gwt.model.widgets.panel.AbstractContainerInfo.<init>(AbstractContainerInfo.java:37)
    at com.swtdesigner.gwt.model.widgets.panel.PanelInfo.<init>(PanelInfo.java:25)
    at com.swtdesigner.gwt.model.widgets.panel.ComplexPanelInfo.<init>(ComplexPanelInfo.java:26)
    at com.swtdesigner.gwt.model.widgets.panel.HTMLTableInfo.<init>(HTMLTableInfo.java:44)
    at com.swtdesigner.gwt.model.widgets.panel.FlexTableInfo.<init>(FlexTableInfo.java:34)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:161)
    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:113)
    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:96)
    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:89)
    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.endVisit(JavaInfoParser.java:1446)
    at org.eclipse.jdt.core.dom.ClassInstanceCreation.accept0(ClassInstanceCreation.java:337)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
    at org.eclipse.jdt.core.dom.Assignment.accept0(Assignment.java:312)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
    at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(ExpressionStatement.java:144)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
    at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
    at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:502)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.visit(JavaInfoParser.java:3018)
    at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:467)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
    at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:214)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at com.swtdesigner.model.parser.JavaInfoParser.parse(JavaInfoParser.java:319)
    at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1149)
    at com.swtdesigner.gef.DesignerEditor$17.execute(DesignerEditor.java:1077)
    at com.swtdesigner.model.swing.properties.custom.DesignTimeHelper.execute(DesignTimeHelper.java:54)
    at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1071)
    at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1062)
    at com.swtdesigner.editors.MultiPageEditor.showDesignEditor(MultiPageEditor.java:392)
    at com.swtdesigner.editors.MultiPageEditor$2.widgetSelected(MultiPageEditor.java:178)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3242)
    at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2017)
    at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3474)
    at org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:3024)
    at org.eclipse.swt.widgets.Control.actionProc(Control.java:122)
    at org.eclipse.swt.widgets.Display.actionProc(Display.java:362)
    at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method)
    at org.eclipse.swt.widgets.Widget.kEventControlTrack(Widget.java:1106)
    at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:2097)
    at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:375)
    at org.eclipse.swt.widgets.Display.controlProc(Display.java:862)
    at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3047)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

Full stack trace (to see full context):
org.apache.commons.lang.exception.NestableError: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException
    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:119)
    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:96)
    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:89)
    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.endVisit(JavaInfoParser.java:1446)
    at org.eclipse.jdt.core.dom.ClassInstanceCreation.accept0(ClassInstanceCreation.java:337)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
    at org.eclipse.jdt.core.dom.Assignment.accept0(Assignment.java:312)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
    at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(ExpressionStatement.java:144)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
    at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
    at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:502)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.visit(JavaInfoParser.java:3018)
    at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:467)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
    at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:214)
    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
    at com.swtdesigner.model.parser.JavaInfoParser.parse(JavaInfoParser.java:319)
    at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1149)
    at com.swtdesigner.gef.DesignerEditor$17.execute(DesignerEditor.java:1077)
    at com.swtdesigner.model.swing.properties.custom.DesignTimeHelper.execute(DesignTimeHelper.java:54)
    at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1071)
    at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1062)
    at com.swtdesigner.editors.MultiPageEditor.showDesignEditor(MultiPageEditor.java:392)
    at com.swtdesigner.editors.MultiPageEditor$2.widgetSelected(MultiPageEditor.java:178)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3242)
    at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2017)
    at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3474)
    at org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:3024)
    at org.eclipse.swt.widgets.Control.actionProc(Control.java:122)
    at org.eclipse.swt.widgets.Display.actionProc(Display.java:362)
    at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method)
    at org.eclipse.swt.widgets.Widget.kEventControlTrack(Widget.java:1106)
    at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:2097)
    at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:375)
    at org.eclipse.swt.widgets.Display.controlProc(Display.java:862)
    at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3047)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException
    at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:169)
    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:113)
    ... 76 more
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:161)
    ... 77 more
Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.reflect.InvocationTargetException
    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:193)
    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.<init>(UIObjectInfo.java:68)
    at com.swtdesigner.gwt.model.widgets.WidgetInfo.<init>(WidgetInfo.java:55)
    at com.swtdesigner.gwt.model.widgets.panel.AbstractContainerInfo.<init>(AbstractContainerInfo.java:37)
    at com.swtdesigner.gwt.model.widgets.panel.PanelInfo.<init>(PanelInfo.java:25)
    at com.swtdesigner.gwt.model.widgets.panel.ComplexPanelInfo.<init>(ComplexPanelInfo.java:26)
    at com.swtdesigner.gwt.model.widgets.panel.HTMLTableInfo.<init>(HTMLTableInfo.java:44)
    at com.swtdesigner.gwt.model.widgets.panel.FlexTableInfo.<init>(FlexTableInfo.java:34)
    ... 82 more
Caused by: org.apache.commons.lang.exception.NestableError: java.lang.reflect.InvocationTargetException
    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:423)
    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:191)
    ... 89 more
Caused by: java.lang.reflect.InvocationTargetException
    at com.swtdesigner.gwt.model.widgets.support.GWTState$1.run(GWTState.java:165)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:446)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:354)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
    at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:275)
    at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1191)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:176)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.createState(GWTState.java:1802)
    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:416)
    ... 90 more
Caused by: java.lang.NullPointerException
    at com.instantiations.designer.gwt.hosted.odf.HostedModeSupport.getClassLoader(HostedModeSupport.java:125)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.getClassLoader(GWTState.java:467)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.addNonAbstractClass(GWTState.java:487)
    at com.swtdesigner.gwt.model.widgets.support.GWTState.initClassesAndMethods(GWTState.java:510)
    at com.swtdesigner.gwt.model.widgets.support.GWTState$1.run(GWTState.java:159)
    ... 98 more

Designer Configuration Details:

Product: GWT Designer Subscription
Version: 5.1.0.200808280708
Expected: Eclipse 3.4
Actual: Eclipse 3.4.0.v20080512
Actual Eclipse Build Name:
Actual Eclipse Build ID: I20080617-2000
IDE Actual Name: Eclipse
IDE Actual Version: 3.3.100.v200806172000
IDE Actual NL: en_US
Serial Number: GWTDesignerSubscription-01673-4891
Activation Key: GWTDesignerSubscription-DD0UF-KM1AZ-9WS3E
Physical Address: 00-1B-63-96-CB-39, HardwareAddress[00-1C-B3-FF-FE-87-39-8A], HardwareAddress[00-1C-B3-B7-BA-7E]
Code Gen: Flat Mode, Use Existing, First Assignment, Make Final
Events: Anonymous Class
GWT Home: /gwt-mac-1.5.2
Platform Product: Eclipse
Platform Version: 3.3.100.v200806172000
OS Name: Mac OS X
OS Architecture: i386
OS Version: 10.5.4


here is the .gwt-log

Code: Select all
Loading module 'org.tbrc.gwt.associate.Associator'
   Module URL, resName: org/tbrc/gwt/associate/Associator.gwt.xml
   Module URL 1: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.associate/src/org/tbrc/gwt/associate/Associator.gwt.xml
   Module URL 2: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.associate/src/org/tbrc/gwt/associate/Associator.gwt.xml
   Module URL, externalForm, ori: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.associate/src/org/tbrc/gwt/associate/Associator.gwt.xml
   Module URL, externalForm, chn: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.associate/src/org/tbrc/gwt/associate/Associator.gwt.xml
   Module URL, from external: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.associate/src/org/tbrc/gwt/associate/Associator.gwt.xml
   Module URL, URI: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.associate/src/org/tbrc/gwt/associate/Associator.gwt.xml
   Module URL, gwtXmlFile: /Users/chris/eclipse/workspace3.4/org.tbrc.gwt.associate/src/org/tbrc/gwt/associate/Associator.gwt.xml
   Module URL, for Reader: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.associate/src/org/tbrc/gwt/associate/Associator.gwt.xml
   Loading inherited module 'com.google.gwt.user.User'
      Module URL, resName: com/google/gwt/user/User.gwt.xml
      Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/User.gwt.xml
      Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/User.gwt.xml
      Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/User.gwt.xml
      Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/User.gwt.xml
      Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/User.gwt.xml
      Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/User.gwt.xml
      Loading inherited module 'com.google.gwt.core.Core'
         Module URL, resName: com/google/gwt/core/Core.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/core/Core.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/core/Core.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/core/Core.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/core/Core.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/core/Core.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/core/Core.gwt.xml
         Loading inherited module 'com.google.gwt.dev.jjs.intrinsic.Intrinsic'
            Module URL, resName: com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
            Module URL 1: file:/Applications/eclipse3.4/configuration/org.eclipse.osgi/bundles/1201/1/.cp/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
            Module URL 2: file:/Applications/eclipse3.4/configuration/org.eclipse.osgi/bundles/1201/1/.cp/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
            Module URL, externalForm, ori: file:/Applications/eclipse3.4/configuration/org.eclipse.osgi/bundles/1201/1/.cp/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
            Module URL, externalForm, chn: file:/Applications/eclipse3.4/configuration/org.eclipse.osgi/bundles/1201/1/.cp/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
            Module URL, from external: file:/Applications/eclipse3.4/configuration/org.eclipse.osgi/bundles/1201/1/.cp/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
            Module URL, URI: file:/Applications/eclipse3.4/configuration/org.eclipse.osgi/bundles/1201/1/.cp/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
            Module URL, gwtXmlFile: /Applications/eclipse3.4/configuration/org.eclipse.osgi/bundles/1201/1/.cp/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
            Module URL, for Reader: file:/Applications/eclipse3.4/configuration/org.eclipse.osgi/bundles/1201/1/.cp/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
            Loading inherited module 'com.google.gwt.lang.LongLib'
               Module URL, resName: com/google/gwt/lang/LongLib.gwt.xml
               Module URL 1: bundleresource://1201/com/google/gwt/lang/LongLib.gwt.xml
               Module URL 2: jar:file:/Applications/eclipse3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.super_5.1.0.200808280708.jar!/com/google/gwt/lang/LongLib.gwt.xml
               Module URL, externalForm, ori: jar:file:/Applications/eclipse3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.super_5.1.0.200808280708.jar!/com/google/gwt/lang/LongLib.gwt.xml
               Module URL, externalForm, chn: jar:file:/Applications/eclipse3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.super_5.1.0.200808280708.jar!/com/google/gwt/lang/LongLib.gwt.xml
               Module URL, from external: jar:file:/Applications/eclipse3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.super_5.1.0.200808280708.jar!/com/google/gwt/lang/LongLib.gwt.xml
               Module URL, for Reader: jar:file:/Applications/eclipse3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.super_5.1.0.200808280708.jar!/com/google/gwt/lang/LongLib.gwt.xml
         Loading inherited module 'com.google.gwt.emul.Emulation'
            Module URL, resName: com/google/gwt/emul/Emulation.gwt.xml
            Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/emul/Emulation.gwt.xml
            Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/emul/Emulation.gwt.xml
            Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/emul/Emulation.gwt.xml
            Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/emul/Emulation.gwt.xml
            Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/emul/Emulation.gwt.xml
            Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/emul/Emulation.gwt.xml
      Loading inherited module 'com.google.gwt.animation.Animation'
         Module URL, resName: com/google/gwt/animation/Animation.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/animation/Animation.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/animation/Animation.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/animation/Animation.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/animation/Animation.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/animation/Animation.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/animation/Animation.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.User'
            Module 'com.google.gwt.user.User' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.RemoteService'
         Module URL, resName: com/google/gwt/user/RemoteService.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RemoteService.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RemoteService.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RemoteService.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RemoteService.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RemoteService.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RemoteService.gwt.xml
         Loading inherited module 'com.google.gwt.http.HTTP'
            Module URL, resName: com/google/gwt/http/HTTP.gwt.xml
            Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
            Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
            Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
            Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
            Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
            Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
            Loading inherited module 'com.google.gwt.core.Core'
               Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.DocumentRoot'
         Module URL, resName: com/google/gwt/user/DocumentRoot.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DocumentRoot.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DocumentRoot.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DocumentRoot.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DocumentRoot.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DocumentRoot.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DocumentRoot.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module URL, resName: com/google/gwt/user/UserAgent.gwt.xml
            Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/UserAgent.gwt.xml
            Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/UserAgent.gwt.xml
            Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/UserAgent.gwt.xml
            Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/UserAgent.gwt.xml
            Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/UserAgent.gwt.xml
            Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/UserAgent.gwt.xml
      Loading inherited module 'com.google.gwt.user.DOM'
         Module URL, resName: com/google/gwt/user/DOM.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DOM.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DOM.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DOM.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DOM.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DOM.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/DOM.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.dom.DOM'
            Module URL, resName: com/google/gwt/dom/DOM.gwt.xml
            Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/dom/DOM.gwt.xml
            Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/dom/DOM.gwt.xml
            Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/dom/DOM.gwt.xml
            Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/dom/DOM.gwt.xml
            Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/dom/DOM.gwt.xml
            Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/dom/DOM.gwt.xml
            Loading inherited module 'com.google.gwt.core.Core'
               Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
            Loading inherited module 'com.google.gwt.user.UserAgent'
               Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.Window'
         Module URL, resName: com/google/gwt/user/Window.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Window.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Window.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Window.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Window.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Window.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Window.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.HTTPRequest'
         Module URL, resName: com/google/gwt/user/HTTPRequest.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/HTTPRequest.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/HTTPRequest.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/HTTPRequest.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/HTTPRequest.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/HTTPRequest.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/HTTPRequest.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.History'
         Module URL, resName: com/google/gwt/user/History.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/History.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/History.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/History.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/History.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/History.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/History.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.i18n.I18N'
         Module URL, resName: com/google/gwt/i18n/I18N.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/i18n/I18N.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/i18n/I18N.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/i18n/I18N.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/i18n/I18N.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/i18n/I18N.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/i18n/I18N.gwt.xml
      Loading inherited module 'com.google.gwt.user.Popup'
         Module URL, resName: com/google/gwt/user/Popup.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Popup.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Popup.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Popup.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Popup.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Popup.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Popup.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.Form'
         Module URL, resName: com/google/gwt/user/Form.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Form.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Form.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Form.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Form.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Form.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Form.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.TextBox'
         Module URL, resName: com/google/gwt/user/TextBox.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/TextBox.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/TextBox.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/TextBox.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/TextBox.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/TextBox.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/TextBox.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.Focus'
         Module URL, resName: com/google/gwt/user/Focus.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Focus.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Focus.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Focus.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Focus.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Focus.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Focus.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.ImageBundle'
         Module URL, resName: com/google/gwt/user/ImageBundle.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ImageBundle.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ImageBundle.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ImageBundle.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ImageBundle.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ImageBundle.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ImageBundle.gwt.xml
         Loading inherited module 'com.google.gwt.user.ClippedImage'
            Module URL, resName: com/google/gwt/user/ClippedImage.gwt.xml
            Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ClippedImage.gwt.xml
            Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ClippedImage.gwt.xml
            Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ClippedImage.gwt.xml
            Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ClippedImage.gwt.xml
            Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ClippedImage.gwt.xml
            Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/ClippedImage.gwt.xml
            Loading inherited module 'com.google.gwt.core.Core'
               Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
            Loading inherited module 'com.google.gwt.user.UserAgent'
               Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.ClippedImage'
         Module 'com.google.gwt.user.ClippedImage' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.RichText'
         Module URL, resName: com/google/gwt/user/RichText.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RichText.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RichText.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RichText.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RichText.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RichText.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/RichText.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.SplitPanel'
         Module URL, resName: com/google/gwt/user/SplitPanel.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/SplitPanel.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/SplitPanel.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/SplitPanel.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/SplitPanel.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/SplitPanel.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/SplitPanel.gwt.xml
         Loading inherited module 'com.google.gwt.user.User'
            Module 'com.google.gwt.user.User' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.CaptionPanel'
         Module URL, resName: com/google/gwt/user/CaptionPanel.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.Window'
         Module 'com.google.gwt.user.Window' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.Accessibility'
         Module URL, resName: com/google/gwt/user/Accessibility.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Accessibility.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Accessibility.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Accessibility.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Accessibility.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Accessibility.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Accessibility.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.Tree'
         Module URL, resName: com/google/gwt/user/Tree.gwt.xml
         Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Tree.gwt.xml
         Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Tree.gwt.xml
         Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Tree.gwt.xml
         Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Tree.gwt.xml
         Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Tree.gwt.xml
         Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/user/Tree.gwt.xml
         Loading inherited module 'com.google.gwt.core.Core'
            Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.user.UserAgent'
            Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
   Loading inherited module 'com.google.gwt.xml.XML'
      Module URL, resName: com/google/gwt/xml/XML.gwt.xml
      Module URL 1: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/xml/XML.gwt.xml
      Module URL 2: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/xml/XML.gwt.xml
      Module URL, externalForm, ori: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/xml/XML.gwt.xml
      Module URL, externalForm, chn: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/xml/XML.gwt.xml
      Module URL, from external: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/xml/XML.gwt.xml
      Module URL, for Reader: jar:file:/gwt-mac-1.5.1/gwt-user.jar!/com/google/gwt/xml/XML.gwt.xml
      Loading inherited module 'com.google.gwt.core.Core'
         Module 'com.google.gwt.core.Core' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.user.UserAgent'
         Module 'com.google.gwt.user.UserAgent' has already been loaded and will be skipped
   Loading inherited module 'org.tbrc.gwt.outline.common.Common'
      Module URL, resName: org/tbrc/gwt/outline/common/Common.gwt.xml
      Module URL 1: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.outline/src/org/tbrc/gwt/outline/common/Common.gwt.xml
      Module URL 2: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.outline/src/org/tbrc/gwt/outline/common/Common.gwt.xml
      Module URL, externalForm, ori: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.outline/src/org/tbrc/gwt/outline/common/Common.gwt.xml
      Module URL, externalForm, chn: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.outline/src/org/tbrc/gwt/outline/common/Common.gwt.xml
      Module URL, from external: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.outline/src/org/tbrc/gwt/outline/common/Common.gwt.xml
      Module URL, URI: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.outline/src/org/tbrc/gwt/outline/common/Common.gwt.xml
      Module URL, gwtXmlFile: /Users/chris/eclipse/workspace3.4/org.tbrc.gwt.outline/src/org/tbrc/gwt/outline/common/Common.gwt.xml
      Module URL, for Reader: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.outline/src/org/tbrc/gwt/outline/common/Common.gwt.xml
      Loading inherited module 'com.google.gwt.user.User'
         Module 'com.google.gwt.user.User' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.xml.XML'
         Module 'com.google.gwt.xml.XML' has already been loaded and will be skipped
      Loading inherited module 'org.tbrc.gwt.common.Common'
         Module URL, resName: org/tbrc/gwt/common/Common.gwt.xml
         Module URL 1: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/src/org/tbrc/gwt/common/Common.gwt.xml
         Module URL 2: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/src/org/tbrc/gwt/common/Common.gwt.xml
         Module URL, externalForm, ori: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/src/org/tbrc/gwt/common/Common.gwt.xml
         Module URL, externalForm, chn: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/src/org/tbrc/gwt/common/Common.gwt.xml
         Module URL, from external: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/src/org/tbrc/gwt/common/Common.gwt.xml
         Module URL, URI: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/src/org/tbrc/gwt/common/Common.gwt.xml
         Module URL, gwtXmlFile: /Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/src/org/tbrc/gwt/common/Common.gwt.xml
         Module URL, for Reader: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/src/org/tbrc/gwt/common/Common.gwt.xml
         Loading inherited module 'com.google.gwt.user.User'
            Module 'com.google.gwt.user.User' has already been loaded and will be skipped
         Loading inherited module 'com.google.gwt.xml.XML'
            Module 'com.google.gwt.xml.XML' has already been loaded and will be skipped
   Loading inherited module 'org.tbrc.gwt.topic.common.Common'
      Module URL, resName: org/tbrc/gwt/topic/common/Common.gwt.xml
      Module URL 1: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.topic/src/org/tbrc/gwt/topic/common/Common.gwt.xml
      Module URL 2: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.topic/src/org/tbrc/gwt/topic/common/Common.gwt.xml
      Module URL, externalForm, ori: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.topic/src/org/tbrc/gwt/topic/common/Common.gwt.xml
      Module URL, externalForm, chn: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.topic/src/org/tbrc/gwt/topic/common/Common.gwt.xml
      Module URL, from external: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.topic/src/org/tbrc/gwt/topic/common/Common.gwt.xml
      Module URL, URI: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.topic/src/org/tbrc/gwt/topic/common/Common.gwt.xml
      Module URL, gwtXmlFile: /Users/chris/eclipse/workspace3.4/org.tbrc.gwt.topic/src/org/tbrc/gwt/topic/common/Common.gwt.xml
      Module URL, for Reader: file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.topic/src/org/tbrc/gwt/topic/common/Common.gwt.xml
      Loading inherited module 'com.google.gwt.user.User'
         Module 'com.google.gwt.user.User' has already been loaded and will be skipped
      Loading inherited module 'com.google.gwt.xml.XML'
         Module 'com.google.gwt.xml.XML' has already been loaded and will be skipped
   Public resources found in...
      Refreshing resources
         Searching for resources within file:/System/Library/Java/Extensions/QTJava.zip
            Indexing zip file: /System/Library/Java/Extensions/QTJava.zip
         Searching for resources within file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/libs/exist.jar
            Indexing zip file: /Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/libs/exist.jar
         Searching for resources within file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/libs/xmldb.jar
            Indexing zip file: /Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/libs/xmldb.jar
         Searching for resources within file:/Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/libs/xmlrpc-1.2-patched.jar
            Indexing zip file: /Users/chris/eclipse/workspace3.4/org.tbrc.gwt.common/libs/xmlrpc-1.2-patched.jar
         Searching for resources within file:/System/Library/Java/Extensions/QTJava.zip
            Indexing zip file: /System/Library/Java/Extensions/QTJava.zip
   Translatable source found in...
      Refreshing resources
         Searching for resources within file:/System/Library/Java/Extensions/QTJava.zip
            Indexing zip file: /System/Library/Java/Extensions/QTJava.zip
         Searching for resources within file:/System/Library/Java/Extensions/QTJava.zip
            Indexing zip file: /System/Library/Java/Extensions/QTJava.zip
Compiling Java source files in module 'org.tbrc.gwt.associate.Associator'
   Removing units with errors
   Removing units with errors
Finding entry point classes
Rebinding com.google.gwt.i18n.client.impl.LocaleInfoImpl
   Removing units with errors
   Removing units with errors
xristy
 
Posts: 33
Joined: Mon Aug 04, 2008 5:31 am

Re: Designer error when gwt-dnd present in project

Postby xristy » Sat Aug 30, 2008 9:00 am

The problem seems to have disappeared with the current stable build: 5.1.0.200808300232 for Eclipse 3.4
xristy
 
Posts: 33
Joined: Mon Aug 04, 2008 5:31 am

Re: Designer error when gwt-dnd present in project

Postby Eric Clayberg » Sat Aug 30, 2008 10:39 am

xristy wrote:The problem seems to have disappeared with the current stable build: 5.1.0.200808300232 for Eclipse 3.4

That's good because I was about to ask you for a test case so that we could try and reproduce the problem.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 3 guests