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

ability to rebuild all dependent projects from a leaf

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.3-RC1
    • 1.4.1
    • Ant
    • None
    • all

    Description

      In a multiproject build, when making a change to a subproject, we would like to easily rebuild all dependent projects. This could be implemented as an extension to the buildlist ant tag by adding a dependsOn attriubte which takes a module name as an argument.

      <ivy:buildlist skipbuildwithoutivy="true" reference="dependent-buildpath" dependsOn="myCurrentModule">
      <fileset dir="" includes="**/build.xml" />
      </ivy:buildlist>

      The dependsOn attribute value myCurrentModule represents the current module which is changing.

      Thanks.

      -karl

      Attachments

        Activity

          People

            xavier Xavier Hanin
            kbaum Karl Baum
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: