Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-1357

hk2-jar can't be resolved

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0-RC2
    • Core, Maven Compatibility
    • None

    Description

      I'm trying to resolve the following dependency which works fine with Maven:
      <dependency org="com.sun.xml.ws" name="jaxws-rt" rev="2.2.3"/>

      But with Ivy I get the following error:
      [FAILED ] org.glassfish.ha#ha-api;3.1.8!ha-api.hk2-jar:

      The correct file extension is "jar", not "hk2-jar" which Ivy obviously is looking for.

      In this setting the affected transitive dependencies are:
      <dependency org="com.sun.enterprise" name="hk2" rev="1.0.36">
      <artifact name="hk2" type="jar" ext="jar"/>
      </dependency>
      <dependency org="org.glassfish.ha" name="ha-api" rev="3.1.8">
      <artifact name="ha-api" ext="jar" type="jar"/>
      <exclude org="com.sun.enterprise" module="hk2"/>
      </dependency>

      A similar problem description can be found here: https://groups.google.com/forum/#!topic/simple-build-tool/AYLw15EJcvg
      Their solution: force hk2-jars to be treated like standard jars.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            maartenc Maarten Coene
            schaarda Daniel Schaarschmidt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment