Update documentation for /war in GWT 2.0.x
------------------------------------------

                 Key: MGWT-194
                 URL: http://jira.codehaus.org/browse/MGWT-194
             Project: Maven 2.x GWT Plugin
          Issue Type: Improvement
    Affects Versions: 1.2
         Environment: Windows - eclipse 3.5 - GWT 2.0.3
            Reporter: Simon GUILLEMOT
            Priority: Minor


Update the http://mojo.codehaus.org/gwt-maven-plugin/user-guide/war-folder.html 

The GWT 2.0.3 plugin authorize to specify the WAR directory, in this case, the 
following configuration works : 
- set outputDirectory in pom.xml to : /src/main/webapp/WEB-INF/classes 
- build eclipse classpath with maven 
- add GWT sdk with quickfix (should gwt:sdkInstall do this ? error message = 
[0] on the command line, specify: '-Dsdk=VALUE') 
- modify GWT plugin to set WAR directory to : /src/main/webapp/ (should 
gwt:sdkInstall do this ? see error message above) 
- add a tewt warning to exclude servlet-api 2.3 from pom (commons-logging 
example) : HttpResponse is missing some methods in 2.3 
- exclude from SVN WEB-INF/classes & lib 

maven install makes the following actions (as already describe) : 
- compile 
- GWT compile 
- test 
- generates war (if war plugin), 
- test gwt 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to