sivarajankumar / rocket-gwt

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

Rocket gwt compilation is broken for GWT 1.6.0 milestone 1 #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The compilation complains that the DOMImpl.eventGetKeyCode method is 
undefined.  It appears that the method definition has beem moved from 
com.google.gwt.user.client.impl.DOMImpl.java in gwt 1.5.3 to 
com.google.gwt.dom.client.DOMImpl.java in gwt 1.6.0.  This causes the 
SafariEventSupport class to not compile when it calls 
super.eventGetKeyCode in its overriden eventGetKeyCode method.

What steps will reproduce the problem?
1. Try to run the GWT compile while using the rocket serialization library.

What is the expected output? What do you see instead?
Rocket should compile correctly but instead it is throwing an error.

What version of the product are you using? On what operating system?
rocket-gwt 0.56 on windows XP.

Please provide any additional information below.

Compiling module com.equimine.propstream.PropstreamTest
   Removing units with errors
      [ERROR] Errors 
in 'jar:file:/C:/local/Workspaces/EquimineOnlineTest/GWTBlocks/lib/Rocket.j
ar!/com/google/gwt/user/client/impl/SafariEventSupport.java'
         [ERROR] Line 38: The method eventGetKeyCode(Event) is undefined 
for the type DOMImplSafari
[ERROR] Unexpected

Original issue reported on code.google.com by fvil...@gmail.com on 2 Mar 2009 at 8:20

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
fvillaj, did you find a workaround for this? I'm hitting the same problem with
rocket-gwt 0.56, GWT 1.6.4 & Vista launching from Eclipse 3.4.2.

Original comment by steve.p....@gmail.com on 16 Jun 2009 at 1:30

GoogleCodeExporter commented 8 years ago
I think it's because the jar contains GWT patches

I'm sure it works with GWT 1.5, but it doesn't with GWT 1.6

Is this project still alive?

Original comment by menganit...@gmail.com on 2 Jul 2009 at 10:41

GoogleCodeExporter commented 8 years ago
I made an attempt to build the jar with 1.6.4.  see my post in the forum.

Original comment by yxzhao...@gmail.com on 2 Jul 2009 at 9:04

GoogleCodeExporter commented 8 years ago
The problem is that the current version of rocket-gwt is not compatible with 
gwt 
1.6.  Google moved some classes/methods which breaks the compile and this means 
that 
some of the gwt classes that rocket changes need to be adjusted for 1.6.  I 
believe 
there were a handful (5-10 classes) that needed to be reviewed and adjusted 
accordingly.  If you look through the rocket code and find out which ones it 
changes 
you should be able to see what needs adjustments.  I've attached a version that 
I 
had gotten to build with 1.6.2.  I had tried to upload it as a branch but I 
don't 
think the project owner ever gave me permission to do so.  Anyways, if anyone 
is 
interested here it is.

Original comment by fvil...@gmail.com on 4 Aug 2009 at 7:11

Attachments:

GoogleCodeExporter commented 8 years ago
Oh, I forgot to mention that you will have to build it with the Build.xml ant 
script 
that is in the zip file.

Original comment by fvil...@gmail.com on 4 Aug 2009 at 7:12

GoogleCodeExporter commented 8 years ago
Has anyone succesfully got rocket to build with GWT 1.7.0?

I tried the zip file from fvillaj and that didn't work for me. The first error 
I got 
was an unknown symbol: ArgHandlerDisableAggressiveOptimizationation.  Have I 
done 
something stupid?

Original comment by gfro...@gmail.com on 2 Sep 2009 at 3:55

GoogleCodeExporter commented 8 years ago
Is this project alive? If not what is an alternative? There were no answers to 
this 
issue for couple of months now.

Original comment by goro...@gmail.com on 22 Dec 2009 at 5:17

GoogleCodeExporter commented 8 years ago
Hi,

Can some one fix the problems? I think this project is not very active.
I am using the JSON part of it . It is extremely beautiful. If you are planning 
to
user JSON. Please import JSON part of it.

  <!-- Rocket Module for JSON Serialization Begin -->
   <inherits name="rocket.json.Json" />
    <!-- Rocket Module for JSON Serialization End -->

Original comment by balaji.c...@gmail.com on 4 Jan 2010 at 12:02