Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

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

Open
glassfishrobot opened this issue Dec 2, 2013 · 3 comments
Open

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

glassfishrobot opened this issue Dec 2, 2013 · 3 comments

Comments

@glassfishrobot
Copy link
Contributor

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
Copy link
Contributor Author

Reported by michael-o

@glassfishrobot
Copy link
Contributor Author

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

@glassfishrobot
Copy link
Contributor Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants