modules I've tried adding them all in the gwt.properties file as
follows:
# The names of the modules to compile (separated by a space character)
gwt.module=com.company.MyModule1 com.company.MyModule2
com.company.MyModule3
I'm getting an error at compilation time saying that it doesn't find
the second module. Now, i can compile just fine only ONE module.
Doesn't matter which one. Is it something i'm doing wrong or it's a
bug in gwt/nbgwt ?
I also tried this:
# The names of the modules to compile (separated by a space character)
gwt.module=com.company.MyModule1
gwt.module=com.company.MyModule2
gwt.module=com.company.MyModule3*
In this case only the last module in the list gets compiled.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment