Hello,

I try to compile a web application which use the new GXT 2.0 jar. I
use the maven plugin : maven-googlewebtoolkit2-plugin (2.0RC1) and gwt
1.6.4 libraries.
When i execute the goal compile, I've got some compilation errors in
GXT2.0.

[INFO] [gwt-maven:compile {execution: gwt-compile}]
[INFO] establishing classpath list (buildClaspathList - scope =
COMPILE)
[INFO] google.webtoolkit.home (gwtHome) *not* set, using project POM
for GWT dependencies
Removing units with errors
   [ERROR] Errors in 'jar:file:/.m2/repository/com/extjs/gxt/2.0M1/
gxt-2.0M1.jar!/com/extjs/gxt
/ui/client/widget/grid/GridView.java'
      [ERROR] Line 1693: The method getEventTarget() is undefined for
the type Event
      [ERROR] Line 1696: The method stopPropagation() is undefined for
the type Event
      [ERROR] Line 1728: The method getEventTarget() is undefined for
the type Event
      [ERROR] Line 1738: The method getEventTarget() is undefined for
the type Event
   [ERROR] Errors in 'jar:file:/.m2/repository/com/extjs/gxt/2.0M1/
gxt-2.0M1.jar!/com/extjs/gxt
/ui/client/widget/treetable/TreeTable.java'
      [ERROR] Line 281: The method getEventTarget() is undefined for
the type Event
   [ERROR] Errors in 'jar:file:/.m2/repository/com/extjs/gxt/2.0M1/
gxt-2.0M1.jar!/com/extjs/gxt
/ui/client/event/DomEvent.java'
      [ERROR] Line 320: The method getRelatedEventTarget() is
undefined for the type Event
   [ERROR] Errors in 'jar:file:/.m2/repository/com/extjs/gxt/2.0M1/
gxt-2.0M1.jar!/com/extjs/gxt
/ui/client/widget/toolbar/PagingToolBar.java'
      [ERROR] Line 308: The method addKeyDownHandler(new KeyDownHandler
(){}) is undefined for the type TextBox
   [ERROR] Errors in 'jar:file:/.m2/repository/com/extjs/gxt/2.0M1/
gxt-2.0M1.jar!/com/extjs/gxt
/ui/client/widget/grid/Grid.java'
      [ERROR] Line 528: The method getEventTarget() is undefined for
the type Event
      [ERROR] Line 529: The method getEventTarget() is undefined for
the type Event
   [ERROR] Errors in 'jar:file:/.m2/repository/com/extjs/gxt/2.0M1/
gxt-2.0M1.jar!/com/extjs/gxt
/ui/client/widget/table/Table.java'
      [ERROR] Line 685: The method getEventTarget() is undefined for
the type Event
   [ERROR] Errors in 'jar:file:/.m2/repository/com/extjs/gxt/2.0M1/
gxt-2.0M1.jar!/com/extjs/gxt
/ui/client/widget/menu/MenuBar.java'
      [ERROR] Line 265: The method getRelatedEventTarget() is
undefined for the type Event


But when i compile only GXT2.0 with GWT 1.6.4 libraries in a basic
eclipse project, the compilation works.

Have you a solution ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" 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/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to