ok, I am on to something, I have a very fundamental question though.
as you mentioned, we GWT Compile our client files, (the result of this cimpilation is bunch of md5.html files (could have css, image, 3rd party js), correct ?) then we need to TAKE these generated files and PUT it in our WebApp maven project, so that it can WAR package them. my question is about this TAKING and PUTTING we can use Assembly plugin to pack the files, but do we Directly Copy the files from Client Project into WebApp project folder (using some kind of maven plugin) or we install these files in form of a Jar/Zip in Local Repository so that WebApp can grab them from there. given (client and webapp are two distinct maven project with their own pom.xml), which of the solutions below is the correct way for resolving dependency, given the assumptions in previous posts (multi-module gwt project) 1- copy assembled zip file from client project directory, to webapp project directory 2- install assembled zip file from client project into local repository, so that webapp project can then grab it from local repository ? Thank You -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
