wsAdmin goal not passing args to script
---------------------------------------

                 Key: MWAS-3
                 URL: http://jira.codehaus.org/browse/MWAS-3
             Project: was6-maven-plugin
          Issue Type: Bug
    Affects Versions: 1.0-alpha-1
         Environment: Maven 2.0.8, Windows XP
            Reporter: Brian Laframboise
            Assignee: David J. M. Karlsen
            Priority: Minor


I am able to have the was6-maven-plugin call my 'ManageApp.jy' script.  
However, it is not receiving the arguments specified in the <args> element 
(sys.argv is an empty list inside the script).  The configuration I used is 
below:

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>was6-maven-plugin</artifactId>
        <version>1.0-alpha-1</version>
        <executions>
                <execution>
                        <id>integration-test</id>
                        <phase>integration-test</phase>
                        <goals>
                                <goal>wsAdmin</goal>
                        </goals>
                </execution>
        </executions>
        <configuration>
                <wasHome>${was61home}</wasHome>
                <host>localhost</host>
                <language>jython</language>
                <conntype>SOAP</conntype>
                <port>8880</port>
                <verbose>true</verbose>
                <updateExisting>false</updateExisting>
                <workingDirectory>scripts</workingDirectory>
                <script>scripts/ManageApp.jy</script>
                <args>
                        <param>foo</param>
                        <param>bar</param>
                </args>
        </configuration>
</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