atom feed8 messages in com.googlegroups.rocket-gwtRe: Compilation error with Rocket 0.5...
FromSent OnAttachments
Steve StoreyAug 31, 2008 9:15 am 
Miroslav PokornyAug 31, 2008 3:15 pm 
StefanSep 8, 2008 5:09 am 
Michael ZafirisSep 8, 2008 5:19 am 
mPSep 8, 2008 6:19 am 
Michael ZafirisSep 9, 2008 3:28 am 
Stefan ÅlundSep 9, 2008 4:58 am 
mPSep 11, 2008 6:15 am 
Subject:Re: Compilation error with Rocket 0.53, GWT 1.5.2
From:Michael Zafiris (zafi@gmail.com)
Date:Sep 9, 2008 3:28:38 am
List:com.googlegroups.rocket-gwt

Hi Miroslav,

I am trying to use GWT 1.5.2 with rocket-gwt-0.55. and I am getting the following stacktrace. Any ideas? Also, any plan to deploy this fantastic library on the Maven central repository? People would then be able to use it more easily.

Compiling Java source files in module 'com.yourStrings.gwt.HostedDevelopment' Removing units with errors Errors in 'jar:file:/C:/m2repository/com/google/code/rocket-gwt/ rocket-gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/ TextArea.java' Line 84: The method getTextAreaSelectionLength(Element) is undefined for the type TextBoxImpl Errors in 'jar:file:/C:/m2repository/com/google/code/rocket-gwt/ rocket-gwt/0.55/rocket-gwt-0.55.jar!/rocket/util/client/ StackTrace.java' Line 359: The constructor StackTraceElement(String, String, String, int) is undefined Removing invalidated units Compilation unit 'jar:file:/C:/m2repository/com/google/code/ rocket-gwt/rocket-gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/ FormPanel.java' is removed due to invalid reference(s): jar:file:/C:/m2repository/com/google/code/rocket-gwt/rocket- gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/TextArea.java Compilation unit 'jar:file:/C:/m2repository/com/google/code/ rocket-gwt/rocket-gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/ HtmlTemplateFactoryImpl.java' is removed due to invalid reference(s): jar:file:/C:/m2repository/com/google/code/rocket-gwt/rocket- gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/TextArea.java Compilation unit 'jar:file:/C:/m2repository/com/google/code/ rocket-gwt/rocket-gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/ FormSubmitEvent.java' is removed due to invalid reference(s): jar:file:/C:/m2repository/com/google/code/rocket-gwt/rocket- gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/FormPanel.java Compilation unit 'jar:file:/C:/m2repository/com/google/code/ rocket-gwt/rocket-gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/ FormSubmitCompleteEvent.java' is removed due to invalid reference(s): jar:file:/C:/m2repository/com/google/code/rocket-gwt/rocket- gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/FormPanel.java Compilation unit 'jar:file:/C:/m2repository/com/google/code/ rocket-gwt/rocket-gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/ FormHandlerCollection.java' is removed due to invalid reference(s): jar:file:/C:/m2repository/com/google/code/rocket-gwt/rocket- gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/FormPanel.java Compilation unit 'jar:file:/C:/m2repository/com/google/code/ rocket-gwt/rocket-gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/ FormHandler.java' is removed due to invalid reference(s): jar:file:/C:/m2repository/com/google/code/rocket-gwt/rocket- gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/ FormSubmitEvent.java jar:file:/C:/m2repository/com/google/code/rocket-gwt/rocket- gwt/0.55/rocket-gwt-0.55.jar!/rocket/widget/client/ FormSubmitCompleteEvent.java

On Sep 8, 2:19 pm, mP <miro@gmail.com> wrote:

Hi try the new download (0.55) it should work with 1.5.2

On 8 Sep, 22:20, Michael Zafiris <zafi@gmail.com> wrote:

Hi Miroslav,

Let me first say that I am a huge fun of your work and I am including your libraries in all of my GWT projects. I have encoutered exactly the same issue Steve has reported with the version 1.5.2. The stacktrace posted
here:http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa... is very similar to what I get. I can't help but wonder whether there is a way to decouple the generator part of your IOC from the specific GWT compiler implementations. Do you have an estimate on when this will be fixed? Also I would like to contribute to the codebase if possible. I have made an enhanced version of the client-logging support which adds some fancy stuff similar to those the gwt-log has. I am levereging your loggers hierarchy model and I have added a coloured logger living in a popup you can use if you want to see the client-side messages without firebug.

Best Regards

On Aug 31, 11:16 pm, Miroslav Pokorny <miro@gmail.com> wrote:

I haven't tried the latest 152 release of gwt but I did make slight   changes to some of the compiler classes . If u can provide more   feedback or context that would help me check it out .

Sent from my iPhone

On 01/09/2008, at 2:15 AM, Steve Storey <ssto@gmail.com> wrote:

I'm getting lots of spam about various units being removed by the compiler for various reasons.

More importantly, the compiler actually falls over with a NoSuchMethodError (which I've reported to GWT as well since that seems a rather bad thing to have happen regardless of what 3rd party libs are doing). Removing Rocket from my code solves the compilation problem (but obviously I'd like to use Rocket).

Anyone else seen this?