]
R Searls commented on WFLY-9850:
--------------------------------
Switched to used SED to edit JAVA_OPTS.
wsprovide fails on HPUX machines
--------------------------------
Key: WFLY-9850
URL:
https://issues.jboss.org/browse/WFLY-9850
Project: WildFly
Issue Type: Bug
Components: Scripts, Web Services
Affects Versions: 12.0.0.Beta1
Reporter: Marek Kopecký
Assignee: R Searls
Priority: Blocker
wsprovide.sh script fails on HPUX machines
This issue is caused by WFLY-9538
*Actual results:*
{noformat}
hudson@eap-perf-hpux-02.mw.lab.eng.bos.redhat.com:/mnt/hudson_workspace/workspace/mkopecky/wildfly/bin>./wsprovide.sh
./wsprovide.sh[86]: JAVA_OPTS=${JAVA_OPTS/-secmgr/}: bad substitution
hudson@eap-perf-hpux-02.mw.lab.eng.bos.redhat.com:/mnt/hudson_workspace/workspace/mkopecky/wildfly/bin>
{noformat}
*Expected results:*
{noformat}
[mkopecky@dhcp-10-40-5-4 bin]$ ./wsprovide.sh
Error: endpoint implementation was not specified!
WSProvideTask generates portable JAX-WS artifacts for an endpoint implementation.
usage: wsprovide.sh [options] <endpoint class name>
options:
-h, --help Show this help message
-k, --keep Keep/Generate Java source
-w, --wsdl Enable WSDL file generation
-a, --address=<address> The generated port soap:address in wsdl
-c, --classpath=<path> The classpath that contains the endpoint
-o, --output=<directory> The directory to put generated artifacts
-r, --resource=<directory> The directory to put resource artifacts
-s, --source=<directory> The directory to put Java source
-e, --extension Enable SOAP 1.2 binding extension
-q, --quiet Be somewhat more quiet
-t, --show-traces Show full exception stack traces
-v, --verbose Show full exception stack traces
-l, --load-provider Load the provider and exit (debug utility)
[mkopecky@dhcp-10-40-5-4 bin]$
{noformat}