Giter Site home page Giter Site logo

doesn't work with bloop about wsdl2java HOT 2 OPEN

mdbergmann avatar mdbergmann commented on July 28, 2024
doesn't work with bloop

from wsdl2java.

Comments (2)

mdbergmann avatar mdbergmann commented on July 28, 2024 1

did you solve this

No, I didn't solve it.
Probably some issue in the dependency setup in Wsdl2JavaPlugin.
But I didn't have a closer look yet.

from wsdl2java.

parthmakadiya12 avatar parthmakadiya12 commented on July 28, 2024

When building a Bloop project it bails out with:

Cannot change dependencies of dependency configuration ':XXX:wsdl2java' after it has been resolved.

2020-12-07T11:34:08.624+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2020-12-07T11:34:08.624+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
2020-12-07T11:34:08.624+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2020-12-07T11:34:08.624+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
2020-12-07T11:34:08.624+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task ':HcpWebClient:bloopInstall'.
2020-12-07T11:34:08.624+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not create task ':HcpWebClient:wsdl2java'.
2020-12-07T11:34:08.624+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Cannot change dependencies of dependency configuration ':XXX:wsdl2java' after it has been resolved.
2020-12-07T11:34:08.624+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]

Are there any updates on this? (@mdbergmann did you solve this)
I am also getting similar error

> Could not create task ':wsdl2java'.
   > Cannot change dependencies of configuration ':wsdl2java' after it has been resolved.

My build.gradle is

buildscript {
  repositories {
    mavenCentral()
    depenedencies{
    		classpath "no.nils:wsdl2java:0.12"
    }
  }
}

apply plugin: "no.nils.wsdl2java"

wsdl2java {
	wsdlDir = file("${projectDir}/src/main/resources/wsdl/")
	wsdlsToGenerate = [["-mark-generated", "${projectDir}/src/main/resources/wsdl/mywsdl.wsdl"]]
	locale = Locale.ENGLISH
	encoding = 'UTF-8'
}

the project works fine
when I run gradle projectReport it fails saying the above error

from wsdl2java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.