I am trying to get ant to compile two modules (works fine with one)
but I can't seem to figure out how to pass the gwt compiler two module
names. As per documentation here:
I can do something like java -cp gwt-dev.jar
com.google.gwt.dev.Compiler com.bla.foo.Module1 ... but how would I
append the second module name?
neither of both of the following works:
1. java -cp gwt-dev.jar com.google.gwt.dev.Compiler
com.bla.foo.Module1 com.bla.bar.Module2
2. java -cp gwt-dev.jar com.google.gwt.dev.Compiler
{com.bla.foo.Module1,com.bla.bar.Module2}
Thanks,
Fred
--
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