GWT 2.4.0

I am trying to understand why when I right click my GWT project and perform 
a GWT compile in eclipse I get what I expect but when I setup the GWT 
compile process via the GWT Maven plugin or as an external run 
configuration I do not get what I expect. It looks like as if an entire 
permutation is not created.

So maybe my question is, how do I mimic the eclipse GWT compile process in 
eclipse via an external run configuration? This should then allow me to 
deduce what the issue is.

Currently I setup a java run configuration as follows =>

Project: my GWT project
Main class: com.google.gwt.dev.Compiler

arguments: my module

classpath (User Entries):
   my GWT project
   my GWT project maven dependencies container
   folder to source of my GWT project
   folder(s) to source of other GWT module projects

I run this and it compiles my project (7 permutations) yet when finished I 
only have 6.

If I run GWT compile built into eclipse against my GWT project then I get 
the 7 permutations as expected.

A bespoke GWT linker has been added to generate an artifact that contains 
information on the entire build. This should have no bearing on the issue 
but I mention it just in case.

Any ideas?




-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/cvOougjz6sgJ.
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