We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem:
To build this code requires:
Metro wsimport and scripts or CXF WSDL2Java tool
In case of Metro the MVN pom does not allow for generating multiple java code sets from multiple wsdl files (appear to only support single wsdl...)
For both Metro and CXF build the extra:
scripts are not run automatically.
Need to create ant wrappers around these to allow automatic build.
The text was updated successfully, but these errors were encountered:
An upgrade to gradle would allow you to write some groovy or kotlin code in the build file to do multiple things in one block
Sorry, something went wrong.
No branches or pull requests
Problem:
To build this code requires:
Metro wsimport and scripts or
CXF WSDL2Java tool
In case of Metro the MVN pom does not allow for generating multiple java code sets from multiple wsdl files (appear to only support single wsdl...)
For both Metro and CXF build the extra:
scripts are not run automatically.
Need to create ant wrappers around these to allow automatic build.
The text was updated successfully, but these errors were encountered: