wsdl2java icon indicating copy to clipboard operation
wsdl2java copied to clipboard

wsdl2Java build error

Open olukotun opened this issue 1 year ago • 0 comments

Please can someone help me with this issue. I upgraded gradle version to 7.3 and i started getting a build error. please find below.

Some problems were found with the configuration of task ':wsdl2java' (type 'Wsdl2JavaTask').

  • In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'classLoader' is missing an input or output annotation.
  • Exception is:

org.gradle.internal.execution.WorkValidationException: Some problems were found with the configuration of task ':wsdl2java' (type 'Wsdl2JavaTask').

  • In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'classLoader' is missing an input or output annotation. Reason: A property without annotation isn't considered during up-to-date checking. Possible solutions:

    1. Add an input or output annotation.

    2. Mark it as @Internal.

    Please refer to https://docs.gradle.org/7.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

  • In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'classpath' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:

    1. Add an input or output annotation.

    2. Mark it as @Internal.

    Please refer to https://docs.gradle.org/7.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

  • In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'cxfVersion' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:

    1. Add an input or output annotation.

    2. Mark it as @Internal.

    Please refer to https://docs.gradle.org/7.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

  • In plugin 'no.nils.wsdl2java' type 'no.nils.wsdl2java.Wsdl2JavaTask' property 'wsdlsToGenerate' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:

    1. Add an input or output annotation.

    2. Mark it as @Internal.

    Please refer to https://docs.gradle.org/7.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

olukotun avatar Jul 03 '23 04:07 olukotun