views:

76

answers:

1

Hi!

We are developing with GWT 1.7.0 with gwt-ext. We build with maven 2.1. Everything works fine for my collegues but my compile is bad. I mean everything looks fine when ran mvn package, but it's not working. I tried to debug I found that the RPC calls did not reach the server. I tried it in hosted mode but it is not working either. I compared my war with a working one and I found that my war is a lot smaller. I am using Vista 64 bit, with Sun JDK 1.5.0_11 (I tried with 64 bit version and 32 bit version as well the problem is the same)

I tried to use another browser, check out everything from SCM again, use another java and nothing helped me.

I got no idea what to do.

Thanks in advance.

Regards, Andras

A: 

I am also having a similar problem while trying to compile with the 1.7 google compiler in Eclipse with gwt-ext. The error I am getting states that it cannot find the source code to compile. Hmmm, that is news to me. If the jar is in the build path, why would you need the source of the gwt-ext to compile? I did not use to have this problem when running a previous version of gwt-ext and gwt using Cypal with Eclipse. Is there something new with the GWT compiler in which it requires the source code of the gwt-ext?

Rocoman
Think I am going back a version and see if the problem still exists....
Rocoman
So it just occurred to me that the gwtext.jar is suppose to be in the runtime library directory, which I had also tried. Any input would be helpful.
Rocoman