Skip to content
New issue

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

Cannot auto build full project #5

Open
zebity opened this issue Feb 26, 2023 · 1 comment
Open

Cannot auto build full project #5

zebity opened this issue Feb 26, 2023 · 1 comment

Comments

@zebity
Copy link
Owner

zebity commented Feb 26, 2023

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:

  • download and patch wsdl &
  • xsltproc binding customisation

scripts are not run automatically.

Need to create ant wrappers around these to allow automatic build.

@ghost
Copy link

ghost commented Aug 7, 2024

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

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

No branches or pull requests

1 participant