[ 
http://jira.codehaus.org/browse/MGWT-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174780#action_174780
 ] 

Salvador Diaz commented on MGWT-63:
-----------------------------------

After further investigation it seems that the mojo ignores every configuration. 
Changing the plugin configuration to the one below doesnt change anything:
{code:xml}
<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>gwt-maven-plugin</artifactId>
        <version>1.1-SNAPSHOT</version>
        <configuration>
                                <extraJvmArgs>-Xmx758m</extraJvmArgs>
                                <output>${project.build.directory}/gwt</output>
                                <logLevel>DEBUG</logLevel>
        </configuration>
</plugin>
{code} 

> compile mojo ignores output argument
> ------------------------------------
>
>                 Key: MGWT-63
>                 URL: http://jira.codehaus.org/browse/MGWT-63
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: OS X 10.5.6, Java 5, Maven 2.1.0
>            Reporter: Salvador Diaz
>            Priority: Blocker
>
> if I configure the output directory for the compile execution of the plugin, 
> the plugin ignores that configuration and outputs files to src/main/webapp/
> {{
> <plugin>
>                               <groupId>org.codehaus.mojo</groupId>
>                               <artifactId>gwt-maven-plugin</artifactId>
>                               <version>1.1-SNAPSHOT</version>
>                               <executions>
>                                       <execution>
>                                               <configuration>
>                                                       
> <output>${project.build.directory}/gwt</output>
>                                                       
> <logLevel>DEBUG</logLevel>
>                                               </configuration>
>                                               <goals>
>                                                       <goal>compile</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