Tuesday, February 25, 2014

GWT compiling tools: is there any way to get the graph of inherited modules? Even a simple flat list would be fine :-)

Hi all,
I am in the process of switching linker to Cross-Site-Iframe in order to obtain the compatibility with superdevmode, so I'd like to locate and remove the script tags from the modules I'm inheriting from (since this linker doesn't support them).
Now I'm just  wondering if there's an easy way to obtain from the gwt compiler or other tools the graph of inherited modules (possibly transitive).
It would be really useful in order to avoid having to manually read every inherited module to find additional inherited modules and so on.
Also, having a clear graph of this kind of dependencies would be a good check tool especially when you depend on 3rd party modules.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment