Uploaded image for project: 'HiveMind'
  1. HiveMind
  2. HIVEMIND-31

Typo in jar-module.xml causes broken build if junit library is missing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0
    • framework
    • None
    • Win XP, JDK 1.4.2, ant 1.6.2

    Description

      If the current ant installation is missing the correct version of the junit library, the build will attempt to delete any existing junit libs. The fileset specified for the delete task in the jar-module.xml has "include" instead of "includes" which breaks ant. See patch below.

      hivebuild/jar-module.xml
      ---------------8<--------------------------------------------
      168c168
      < <fileset dir="${ant.home}/lib" include="junit-*.jar"/>

      > <fileset dir="${ant.home}/lib" includes="junit-*.jar"/>
      ----------------8<--------------------------------------------

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            johan Johan Oskarsson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: