Uploaded image for project: 'IvyDE (Retired)'
  1. IvyDE (Retired)
  2. IVYDE-326

Support for variables in the retrieve pattern

    XMLWordPrintableJSON

Details

    Description

      The retrieve pattern for the classpath container appears to be strictly relative to the project.

      In Ivy/ant, it is possible to specify something like

      ${some.dir}/lib/[organisation]/[artifact]-[revision](-[classifier]).[ext]
      

      We would like to use the same in IvyDE, e.g. utilizing Eclipse variable substitution mechanism so that you could use

      ${env_var:SOME_HOME}/lib/[organisation]/[artifact]-[revision](-[classifier]).[ext]
      

      Doing this relative to the project e.g. with

      ../../../lib/[organisation]/[artifact]-[revision](-[classifier]).[ext]
      

      would be too fragile as it would break as soon as a project is moved in the directory hierarchy.

      Attachments

        Activity

          People

            hibou Nicolas Lalevée
            carsten.pfeiffer Carsten Pfeiffer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: