Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-96

Ability to use a dependency instead of an ivy file in standalone mode

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3-RC1
    • Core
    • None

    Description

      It would be nice to be able to specify a dependency that need to be resolved in standlone mode instead of needing to write an ivy file.

      Proposed syntax:
      ivy -dependency org module rev

      Is equivalent to
      ivy -ivy ivy.xml

      with ivy.xml:
      <ivy-module version="1.0">
      <info organisation="org"
      module="standalone"
      revision="working"
      />
      <dependencies>
      <dependency org="org" name="module" rev="rev" conf="default->*"/>
      </dependencies>
      </ivy-module>

      Attachments

        Activity

          People

            xavier Xavier Hanin
            xavier Xavier Hanin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: