Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-9436

jboss-as-client 5.1.0.GA contains recursive dependency loop making it unusable with Gradle (/Ivy)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • JBossAS-5.1.0.GA
    • Build System
    • None
    • Hide

      Save this content to a file "build.gradle" in an empty directory:

      ------------------

      apply plugin: 'java'
      apply plugin: 'maven'

      repositories

      { mavenLocal() mavenRepo urls: ["https://repository.jboss.org/nexus/content/repositories/releases/"] mavenRepo urls: ["https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"] mavenRepo urls: ["https://repository.jboss.org/nexus/content/repositories/deprecated/"] mavenRepo urls: ["http://repo1.maven.org/maven2"] }

      dependencies {
      compile "org.jboss.jbossas:jboss-as-client:5.1.0.GA"
      }

      ------------

      Run "gradle build" and see it hangs forever.
      Run "gradle dependencies" and wait some time to see where it loops

      Show
      Save this content to a file "build.gradle" in an empty directory: ------------------ apply plugin: 'java' apply plugin: 'maven' repositories { mavenLocal() mavenRepo urls: ["https://repository.jboss.org/nexus/content/repositories/releases/"] mavenRepo urls: ["https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"] mavenRepo urls: ["https://repository.jboss.org/nexus/content/repositories/deprecated/"] mavenRepo urls: ["http://repo1.maven.org/maven2"] } dependencies { compile "org.jboss.jbossas:jboss-as-client:5.1.0.GA" } ------------ Run "gradle build" and see it hangs forever. Run "gradle dependencies" and wait some time to see where it loops

    Description

      Running a Gradle build script depending on "org.jboss.jbossas:jboss-as-client:5.1.0.GA" will hang forever, probably stuck in a dependency loop.

      Attachments

        Activity

          People

            pgier@redhat.com Paul Gier (Inactive)
            mkotsbak_jira Marius Kotsbak (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: