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

extra attributes lost from info when ivy file is merged with parent

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.2.0-RC1, 2.2.0
    • 2.3.0-RC1
    • None
    • None
    • OS: Ubuntu 10.04
      Java: 1.6.0_20-b02
      Ant: 1.8.0

    Description

      This is in relation to the new "extends" functionality in 2.2.0-rc1.

      When publishing an ivy file that extends a parent ivy file (using the default setting of merging the files), any extra attributes get dropped. This happens regardless of whether the extra attributes are in the child ivy file, parent ivy file, or both.

      Ideally, all extra attributes would undergo the same merge process as all the standard attributes (allowing them to be inherited from parent to child. But at the very least, they should not be removed from the child ivy file.

      Example:
      info section in original ivy file

      <info module="core-util" e:sourceurl="${svn.info.url}" e:sourcerev="${svn.info.wcversion}" e:user="${user.name}">
          <extends organisation="our-organisation" module="our-parent" revision="latest.integration"/>
      </info>
      

      info section in published (merged) ivy file

      <info organisation="our-organisation" module="core-util" branch="trunk" revision="2.2.51-SNAPSHOT.r30249" status="integration" publication="20100714140802">
          <!-- <extends organisation="our-organisation" module="our-parent" revision="working@mycomputer"/> -->
          
          <!-- description inherited from parent -->
          <description></description>
      </info>
      

      As you can see, all the "e:*" attributes have been dropped.

      Attachments

        1. IVY-1206.zip
          2 kB
          Robert Batusek

        Activity

          People

            maartenc Maarten Coene
            tbingaman Timothy Bingaman
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: