Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
6k views

Can I pass arguments (deferred binding properties) to the GWT compiler?

With the GWT compiler, is it possible set pass in properties as arguments to the GWT compiler? I know you can pass in certain defined parameters such as -war and -style, but this is for passing in ...
2
votes
1answer
54 views

GWT compile button in Eclipse

a simple question: I am using eclipse 3.7 indigo and have updated the gwt (2.4) eclipse plugin. Now i can't find the GWT compile button in the main toolbar. Previously there was this symbol in the ...
2
votes
1answer
347 views

How to compile only changed parts of gwt modules?

We decided to use gwt modules in our application about 1 week ago. We use gwt-maven-eclipse trio and we already configured phases and goals. Also we are doing context deploying to decrease development ...
1
vote
1answer
174 views

GWT compile POJO

I'm trying to use just the Java to Javascript compiler of the GWT from Ant. Can I use the GWT compiler without extending any Google classes such as com.google.gwt.core.Core or similar. If so how? I'm ...
0
votes
1answer
28 views

How GWT Compler find gwt_servlets?

How gwt compiler finds gwt_servlets into gwtModule? Right now I am getting exception "The requested resource (/finalWar/GWTAPPS/gwtmainmodule/GWTServlet) is not available." ...
0
votes
2answers
131 views

GWT Compilation

I am facing problem while GWT compilation. I am using ANT build file in which i run 'build' target. when execution comes to 'gwtc' target the compilation sometimes stop or somtime it compiles ...
0
votes
1answer
120 views

Troubleshooting nonfunctional RPC calls when using GWT compiler?

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 ...
-1
votes
1answer
178 views

gwt-maven-plugin soyc flags

I've been having some problems with GWT and SOYC. Using the maven pluging for gwt: gwt-maven-plugin, how can I pass extra flags to the GWT compiler. I'm trying to set the XsoycDetailed flag, so that ...