Hi there,

we are working on a project where GWT modules are compiled dynamicaly
on application server. In order to improve compile performance we
compile several modules at once using command line compiler like
this :

java -cp <classpath-items> com.google.gwt.dev.Compiler <other-compiler-
params> module-1 module-2 module-3 module-n

This works fine, but issue rises when one module contains compilation
error(s), in that case the whole compilation process exits in the
middle and there are some modules left uncompiled. Is there any way to
force the compilator to continue on the next module even previous
module did not compile successfuly?

Thanks
Petr

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to