A main project which has multiple gwt project is set in build path (common(gwt project), dao, facade).
The module entry point is defined in main project. It compiles successfully in dev mode.
I am trying to run project using superdev mode. It throws error i.e. Line 66: No source code is available for ..
The error is related classes of other projects which are in build path.
I did below configuration in eclipse:
Set main class:
com.google.gwt.dev.codeserver.CodeServer
Arugment:
-src src/ com.org.project1
I have tried through multiple argument of src as SO answer says but it's not work as it's for module not different project:
http://stackoverflow.com/questions/20333242/multiple-source-folders-for-super-dev-mode
Is superdevmode support multiple project? If yes, what is missing in this?
Thanks & Regards,
Bhumika Thaker
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/d/optout.
No comments:
Post a Comment