Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-946

distribution's beehive-imports.xml targets call <ant> task without dir attribute

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.0.1
    • Build
    • None

    Description

      The <deploy-*> targets in <dist-root>/beehive-imports.xml cause problems with deeply nested Ant calls because they don't set the "dir" attribute correctly. This messes up the ${basedir} property and can cause failures when doing application builds.

      The workaround is to change something like:

      <ant antfile="${this.dir}/ant/beehive-runtime.xml"...>

      to:

      <ant dir="${this.dir}/ant" antfile="beehive-runtime.xml"...>

      Is a pretty low risk fix if we want to get this in for 1.0.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ekoneil Edward O'Neil
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: