Plugin looks for platform dependent gwt-dev jars when using GWT version 2.1.0.M1
--------------------------------------------------------------------------------

                 Key: MGWT-190
                 URL: http://jira.codehaus.org/browse/MGWT-190
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
    Affects Versions: 1.2
         Environment: Windows Vista
            Reporter: Daniel Bell


When the POM includes a dependency on com.google.gwt:gwt-user version 2.1.0.M1, 
the plugin attempts to find the following jars in the repository:

gwt-dev-windows-2.1.0.M1.jar 
gwt-dev-windows-libs-2.1.0.M1.zip

h2. Workaround:

Add gwt-dev-2.1.0.jar to repository four times, as follows:

*groupId*: {{com.google.gwt}}, *artifactId*: {{gwt-dev}}, *version*: 
{{2.1.0.M1}}
*groupId*: {{com.google.gwt}}, *artifactId*: {{gwt-dev}}, *version*: 
{{2.1.0.M1}}, *classifier*: {{linux}}
*groupId*: {{com.google.gwt}}, *artifactId*: {{gwt-dev}}, *version*: 
{{2.1.0.M1}}, *classifier*: {{mac}}
*groupId*: {{com.google.gwt}}, *artifactId*: {{gwt-dev}}, *version*: 
{{2.1.0.M1}}, *classifier*: {{windows}}

Add an empty .zip file to repository three times, as follows:
*groupId*: {{com.google.gwt}}, *artifactId*: {{gwt-dev}}, *version*: 
{{2.1.0.M1}}, *classifier*: {{linux-libs}}
*groupId*: {{com.google.gwt}}, *artifactId*: {{gwt-dev}}, *version*: 
{{2.1.0.M1}}, *classifier*: {{mac-libs}}
*groupId*: {{com.google.gwt}}, *artifactId*: {{gwt-dev}}, *version*: 
{{2.1.0.M1}}, *classifier*: {{windows-libs}}



-- 
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