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

language parameter seems not to be supported anymore for JavaGen #45

Open
eckardnet opened this issue Jul 5, 2021 · 2 comments
Open

Comments

@eckardnet
Copy link

Version 5.1.0 does not seem to support the "language" parameter for the javagen task.

jaxb {
	javaGen {
		bindings {
			schema = file('src/main/resources/bindings/wsdl/CreditApplicationService.wsdl')
			language = 'WSDL'

results in a xjc call without "-wsdl" and task fails with > xjc failed.

If I add "-wsdl" and do the call manually, it works...

@flyasky
Copy link

flyasky commented Mar 1, 2023

up vote. same issue for me

@gizmo71
Copy link
Contributor

gizmo71 commented Sep 19, 2023

I found adding args = [ '-wsdl' ] provided an adequate workaround.

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

3 participants