Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-535

ivy task does not enjoy being defined twice (build error)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.0
    • build
    • None
    • Reviewed

    Description

      Ant resolves the same dependencies multiple times if multiple targets are run on the command line:

      "ant b c", where b and c both depend on a, results in a being executed twice. However if you have a
      target d which depends on both b and c, "ant d" will only result in a being executed once.

      say "ant jar compile-test" is run, this will currently fail as ivy-init is run twice, resulting in the taskdef failing.

      Rather we need a guard on the ivy-init target itself to ensure it isn't run twice.

      ie: put an unless attrib on ivy-init, then set that property in the body of the target

      Attachments

        1. ZOOKEEPER-535.patch
          1.0 kB
          Patrick D. Hunt

        Activity

          People

            phunt Patrick D. Hunt
            phunt Patrick D. Hunt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: