You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
I have used the plugin to generate wsdl code, everything works fine on Linux but my coworkers on Windows get an error message "an operand is missing" from the wsimport generated command line.
It appears that the problem come from a parameter set for the generation with an empty value:
B-classpath in WsimportTask.java
The empty value is not well defined on Windows, if I launch the command generated by the plugin with empty single quote '' it works.
Would it possible to fix empty path for Windows or just skip parameter definition with empty path ?
As a work around, how do I set a valid "xjc" path in build.gradle ?
Cheers
The text was updated successfully, but these errors were encountered:
Hello,
I have used the plugin to generate wsdl code, everything works fine on Linux but my coworkers on Windows get an error message "an operand is missing" from the wsimport generated command line.
It appears that the problem come from a parameter set for the generation with an empty value:
B-classpath in WsimportTask.java
The empty value is not well defined on Windows, if I launch the command generated by the plugin with empty single quote '' it works.
Would it possible to fix empty path for Windows or just skip parameter definition with empty path ?
As a work around, how do I set a valid "xjc" path in build.gradle ?
Cheers
The text was updated successfully, but these errors were encountered: