[ 
http://jira.codehaus.org/browse/MGWT-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nicolas de loof closed MGWT-166.
--------------------------------

    Resolution: Duplicate

allready reported, this is a bug in gwt-servlet & gwt-dev packaging - supposed 
to be fixed with gwt 2.0.0
the javac compiler also takes sources when included in jars, out of 
gwt-maven-plugin scope

> javax.servlet classes are packaged
> ----------------------------------
>
>                 Key: MGWT-166
>                 URL: http://jira.codehaus.org/browse/MGWT-166
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Tim Lebedkov
>
> a simple workaround is to remove them using the AntRun plugin:
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-antrun-plugin</artifactId>
>                 <executions>
>                         <execution>
>                                 <id>remove-javax</id>
>                                 <phase>compile</phase>
>                                 <configuration>
>                                         <tasks>
>                                              <delete 
> dir="${project.build.directory}/classes/javax" />
>                                         </tasks>
>                                 </configuration>
>                                 <goals>
>                                         <goal>run</goal>
>                                 </goals>
>                         </execution>
>                 </executions>
>             </plugin>

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