Uploaded image for project: 'IvyDE (Retired)'
  1. IvyDE (Retired)
  2. IVYDE-121

IVYDE classpath container should support bundle types by default

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0.alpha1
    • 2.0.0.beta1
    • classpath container
    • None

    Description

      By default, the ivy classpath container does not support bundle types as jar files.
      These are generated automatically by Ivy 2.0 RC1 (and higher) when importing maven POMs to an ivy repository.

      Sample based on http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm-tiger/1.5.4/spring-oxm-tiger-1.5.4.pom

      <publications>
      <artifact name="spring-oxm-tiger" type="bundle" ext="jar" conf="master"/>
      <artifact name="spring-oxm-tiger" type="source" ext="jar" conf="sources" m:classifier="sources"/>
      <artifact name="spring-oxm-tiger" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
      </publications>
      

      The result is that the jar file is resolved from the ivy file, but not shown in the classpath container.

      Attachments

        Activity

          People

            hibou Nicolas Lalevée
            fbascheper Erik-Berndt Scheper
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: