Uploaded image for project: 'Maven Ant Tasks (RETIRED)'
  1. Maven Ant Tasks (RETIRED)
  2. MANTTASKS-22

artifact:dependencies does not respect in the generated classpath the order of the dependencies

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.4
    • 2.0.8
    • dependencies task
    • None
    • Windows 2005
      Ant 1.6.5
      JDK 1.4.2_10

    Description

      For example, if I put the dependencies in this order, in the generated classpath (dependency.classpath) the order of the jars seems to be different :

      <artifact:dependencies pathId="dependency.classpath" filesetId="dependency.fileset" useScope="runtime">
      <remoteRepository refid="remote.repository"/>
      <dependency groupId="projects" artifactId="abc" version="1.0"/>
      <dependency groupId="projects" artifactId="def" version="1.0"/>
      <dependency groupId="projects" artifactId="ghi" version="1.0"/>
      </artifact:dependencies>

      the order in the generated classpath dependency.classpath is not the same as :

      <path id="dependency.classpath">
      <pathelement location="${jars.location}/abc-1.0.jar"/>
      <pathelement location="${jars.location}/def-1.0.jar"/>
      <pathelement location="${jars.location}/ghi-1.0"/>
      </path>

      And my projects have to use those jars in a specific order, otherwhise the build fails.

      Attachments

        1. mavenTestClasspath.tgz
          3 kB
          Marco Ponzi

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              noitbacarts Aurélien Lacenaire
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: