His, thanks for your replies.

I think I am missing it. Have got
 Compiling module myModule
     [java]    Refreshing module from source
     [java]       Validating newly compiled units
     [java]          Removing units with errors
     [java]             [ERROR] Errors in 'jar:file:/home/share/gwt-
linux-1.7.0/gwt-user.jar!/com/google/gwt/user/client/impl/
HTTPRequestImplIE6.java'
     [java]                [ERROR] Line 18: The import user cannot be
resolved
     [java]                [ERROR] Line 19: Syntax error on token
"super", Identifier expected
     [java]                [ERROR] Line 27: JavaScriptObject cannot be
resolved to a type
     [java]    [ERROR] Errors in 'jar:file:/home/share/gwt-linux-1.7.0/
gwt-user.jar!/com/google/gwt/user/client/impl/HTTPRequestImplIE6.java'
     [java]       [ERROR] Line 18:  The import user cannot be resolved
     [java]       [ERROR] Line 19:  Syntax error on token "super",
Identifier expected
     [java]       [ERROR] Line 27:  JavaScriptObject cannot be
resolved to a type
     [java]    [ERROR] Cannot proceed due to previous errors

after I replaced HTTPRequestImplIE6.java in gwt1.7 jar with the one I'
ve changed

Tried also recompiling the whole gwt 1.7, but seeing another message:
compile:
    [mkdir] Created dir: /home/gwt_1.7_svn/build/out/user/bin
[gwt.javac] Compiling 802 source files to /home/gwt_1.7_svn/build/out/
user/bin
[gwt.javac] /home/gwt_1.7_svn/user/src/com/google/gwt/user/client/impl/
HTTPRequestImplIE6.java:19: <identifier> expected
[gwt.javac] import user.super.com.google.gwt.emul.java.lang.Override;
[gwt.javac]             ^
[gwt.javac] /home/gwt_1.7_svn/user/src/com/google/gwt/user/client/impl/
HTTPRequestImplIE6.java:19: class, interface, or enum expected
[gwt.javac] import user.super.com.google.gwt.emul.java.lang.Override;
[gwt.javac]                  ^
[gwt.javac] /home//gwt_1.7_svn/user/src/com/google/gwt/user/client/
impl/HTTPRequestImplIE6.java:19: class, interface, or enum expected
[gwt.javac] import user.super.com.google.gwt.emul.java.lang.Override;
[gwt.javac]                   ^
[gwt.javac] 3 errors


what am I doing wrong?
thanks


On 17 Aug., 12:29, Thomas Broyer <t.bro...@gmail.com> wrote:
> On 17 août, 10:53, denis56 <denis.ergashb...@gmail.com> wrote:
>
> > has anybody tried recompiling gwt 1.7?
> [...]
> > I would like to recompile it to 
> > resolvehttp://code.google.com/p/google-web-toolkit/issues/detail?id=3608for
> > IE 6, Chrome and Safari.
>
> You do not have to recompile GWT if you only touch "client
> code" (given that this is code that'll be compiled to JavaScript from
> the Java *source*).
>
> You can either patch your gwt-user.jar (extract and modify the
> appropriate file, and repackage it within the JAR) or provide your own
> copied/modified version as an "overlay" (just put it earlier in the
> classpath).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to