Comment by matthew.mceachen:

If you have your compiled artifacts get copied directly into "war/"  
alongside checked in files, how do you implement a "clean" target?

This has been solved before -- have a "source" war  
directory, "src/main/webapp/" (maven-style), have your war target copy the  
static files into a staging directory ("target/war/" or whatever), and plop  
the compiled artifacts there too.


For more information:
http://code.google.com/p/google-web-toolkit/wiki/WAR_Design_1_6

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to