Script elements for wsadmin goal have extra quote marks
-------------------------------------------------------

                 Key: MWAS-57
                 URL: http://jira.codehaus.org/browse/MWAS-57
             Project: Maven 2.x WebSphere 6 Plugin
          Issue Type: Bug
    Affects Versions: 1.1.1
         Environment: CentOS 5.3, Websphere 6.1.0.27
            Reporter: Jim Solderitsch
            Assignee: David J. M. Karlsen


Here is what my pom fragment looks like:

                    <plugin>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>was6-maven-plugin</artifactId>
                        <version>1.2-SNAPSHOT</version>
                        <executions>
                          <execution>
                            <id>deploy</id>
                            <phase>validate</phase>
                            <goals>
                              <goal>wsAdmin</goal>
                            </goals>
                          </execution>
                        </executions>
                        <configuration>
                          <wasHome>/opt/IBM/SDP/runtimes/base_v61</
wasHome>
                          <profileName>WTE_APPSRV61_FEP1</profileName>
                          <conntype>SOAP</conntype>
                          <script>bindsharedlibrary.jacl</script>
                          <language>jacl</language>
                          <host>jjscentos</host>
                          <user>foo</user>
                          <password>bar</password>
                        </configuration>
                    </plugin>

The buildfile that gets generated puts a &quot; around the script path
that gets generated from the script element;

For example:

   <wsAdmin wasHome="/opt/IBM/SDP/runtimes/base_v61"
profileName="WTE_APPSRV61_FEP1" script="&quot;/home/jjs/netcds/
netcdsPubWAS/Ear/bindsharedlibrary.jacl&quot;" lang="jacl"
conntype="SOAP" host="jjscentos" user="foo" password="bar"
jvmMaxMemory="256M" failonerror="true"/>

This leads to wsadmin complaining that the file can't be found.

The file exists without the &quot; around the name -- the plugin is adding the 
quote marks.

What can I do about this?


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