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
I have commons-io in my classpath, which is needed for another gradle plugin. This cause the following error:
> Task :abcd:wsdl2java configuration key 'class.resource.loader.class' has been deprecated in favor of 'resource.loader.class.class' configuration key 'resource.loader' has been deprecated in favor of 'resource.loaders' org/apache/cxf/tools/wsdlto/frontend/jaxws/template/sei.vm: Encountered "generated" at line 24, column 12. Was expecting one of: "[" ... "{" ... "(" ... <WHITESPACE> ... <NEWLINE> ... <STRING_LITERAL> ... "true" ... "false" ... "-" ... <LOGICAL_NOT> ... <INTEGER_LITERAL> ... <FLOATING_POINT_LITERAL> ... <IDENTIFIER> ... <OLD_IDENTIFIER> ... "{" ... ResourceManager: parse exception: Encountered "generated" at org/apache/cxf/tools/wsdlto/frontend/jaxws/template/sei.vm[line 24, column 12] Was expecting one of: "[" ... "{" ... "(" ... <WHITESPACE> ... <NEWLINE> ... <STRING_LITERAL> ... "true" ... "false" ... "-" ... <LOGICAL_NOT> ... <INTEGER_LITERAL> ... <FLOATING_POINT_LITERAL> ... <IDENTIFIER> ... <OLD_IDENTIFIER> ... "{" ... > Task :abcd:wsdl2java FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':abcd:wsdl2java'. > Could not find Velocity template file: org/apache/cxf/tools/wsdlto/frontend/jaxws/template/sei.vm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have commons-io in my classpath, which is needed for another gradle plugin. This cause the following error:
The text was updated successfully, but these errors were encountered: