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 " 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=""/home/jjs/netcds/
netcdsPubWAS/Ear/bindsharedlibrary.jacl"" lang="jacl"
conntype="SOAP" host="jjscentos" user="netcds" password="netcds"
jvmMaxMemory="256M" failonerror="true"/>
This leads to wsadmin complaining that the file can't be found.
What can I do about this?
Jim
This message is for the designated recipient only and may contain privileged,
proprietary, or otherwise private information. If you have received it in
error, please notify the sender immediately and delete the original. Any other
use of the email by you is prohibited.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email