javaee / metro-jaxws-commons

Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

Paths and options are not quoted when passed to wsimport #120

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

Create a Maven project in a directory with spaces or other chars which are special to the shell, run wsimport, see it fail for 2 reaons:

1. No path/option is quoted witha single quote. 2. Wildcard parameters like binding files '*.jaxws' are expanded by the shell and not wsimport.

Quote all args with the Plexus module before they are passed to the shell.

Environment

JDk 7, FreeBSD 9.2

Affected Versions

[2.3]

glassfishrobot commented 10 years ago

Reported by michael-o

glassfishrobot commented 10 years ago

michael-o said: Please close, it has been resolved by #113.

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS_COMMONS-120