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

IvyDE does not do property value expansion

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0.alpha1
    • 2.0.0.beta1
    • classpath container
    • None
    • Eclipse 3.3.1
      MyEclipse 6.0.1
      Aptana 1.1.6
      Ivy/IvyDE plugins from xoocode

    Description

      If I create an Ivy properties file with the variables defined in them, and then reference those variables in the built script, Ivy via Ant will pick them up, and inject the correct information. However, the same does not go for IvyDE; it conks out trying to retrieve <something><something>${lala}.<ext>

      Sample ivy.roperties

      spring.version=2.5.3
      

      Sample ivysettings.xml

       
      <ivysettings>
        <properties file="ivy.properties" />
      </ivysettings>
      

      Sample ivy.xml

       
      <ivy-module version="2.0">
      	<info organisation="com.cryptologic" module="OCL" />
      	<dependencies>
      		<!-- Spring Dependencies -->
      		<dependency org="org.springframework" name="spring-core" rev="${spring.version}" />
      	</dependencies>
      </ivy-module>
      

      Attachments

        1. IVYDE-90_patch.zip
          23 kB
          Will Gorman

        Activity

          People

            hibou Nicolas Lalevée
            mlaccetti Michael Laccetti
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: