Intellij doesn’t seem to have a one step way to build a war file from a GWT application. Or am I missing the option somewhere?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest to use maven for project description.
IntelliJ works very good with maven projects. You can use IntelliJ for development and maven for production-builds.
update
You can find the documentation here:
http://mojo.codehaus.org/gwt-maven-plugin/
Steps, to get the stuff running:
mvn installand verify you war-file (it will be created in the sub-directory “target”mvn idea:ideathis will create a Intellj projectOR