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

issue with commons-io #120

Open
ankurmarfatia opened this issue Nov 9, 2020 · 0 comments
Open

issue with commons-io #120

ankurmarfatia opened this issue Nov 9, 2020 · 0 comments

Comments

@ankurmarfatia
Copy link

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

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