You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Michael Laccetti (JIRA)" <ji...@apache.org> on 2008/04/23 22:09:22 UTC

[jira] Created: (IVYDE-90) IvyDE does not do property value expansion

IvyDE does not do property value expansion
------------------------------------------

                 Key: IVYDE-90
                 URL: https://issues.apache.org/jira/browse/IVYDE-90
             Project: IvyDE
          Issue Type: Bug
          Components: classpath container
    Affects Versions: 2.0.0
         Environment: Eclipse 3.3.1
MyEclipse 6.0.1
Aptana 1.1.6
Ivy/IvyDE plugins from xoocode
            Reporter: Michael Laccetti


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
{noformat}
spring.version=2.5.3
{noformat}

Sample ivysettings.xml
{code:xml} 
<ivysettings>
  <properties file="ivy.properties" />
</ivysettings>
{code} 

Sample ivy.xml
{code: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>
{code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632923#action_12632923 ] 

Nicolas Lalevée commented on IVYDE-90:
--------------------------------------

The issue you are interested about is IVYDE-13.
And an updated patch will be welcomed there.

> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>            Assignee: Nicolas Lalevée
>             Fix For: 2.0
>
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-90.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0
         Assignee: Nicolas Lalevée

I reproduce a failing configuration which now works with the trunk version.
I think that it was mainly fixed by IVY-387.


> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>            Assignee: Nicolas Lalevée
>             Fix For: 2.0
>
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-90.
----------------------------------

    Resolution: Duplicate

> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Will Gorman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632791#action_12632791 ] 

Will Gorman commented on IVYDE-90:
----------------------------------

Hi Nicolas,  should I create another case for the scenario where the properties are coming from ant vs. an ivysettings file?  In our scenario, we parameterize from ant build.properties files which aren't explicitly referenced in the ivysettings.xml.

Thanks!

Will

> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>            Assignee: Nicolas Lalevée
>             Fix For: 2.0
>
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626930#action_12626930 ] 

Nicolas Lalevée commented on IVYDE-90:
--------------------------------------

Thanks for trying to solve this. But it means that the configuration described in the ivysettings needs to be duplicated into IvyDE configuration panel. So it will be confusing for most users.
And in fact I see no reason why IvyDE should not be able to load that properties file. Maybe it is related to IVYDE-52.

In the ivy console, does ivy complains about failing to load that properties file ? If it does, which file path it tries to load ?

And can you test that IVYDE-52 is the bottom of the issue please: start eclipse while your are in the directory where your settings belongs, so the "current dir" will be the ivy settings one, and probably Ivy will then be able to find your properties file.


> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée reopened IVYDE-90:
----------------------------------


oops, reopening, Will's issue is about IVYDE-13, but not the original issue reported by Michael.

> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626931#action_12626931 ] 

Nicolas Lalevée commented on IVYDE-90:
--------------------------------------

I forgot to say, next time you provide patch, could you generate it as a diff, not plain java files please. It will help us see what exact change you made, not loose any of your changes.

> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628888#action_12628888 ] 

Nicolas Lalevée commented on IVYDE-90:
--------------------------------------

About the svn repository path, it is referenced in that [page|http://ant.apache.org/ivy/ivyde/history/latest-milestone/build.html], under the "Building" paragraph, but I have to admit it is not clear at all. I will make it more visible, and add a paragraph about it in the download page.
By the way, the svn is there: https://svn.apache.org/repos/asf/ant/ivy/ivyde/trunk

About your issue, so it is clearly a duplicate of IVYDE-13.



> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626934#action_12626934 ] 

Nicolas Lalevée commented on IVYDE-90:
--------------------------------------

I have reread IVYDE-13, and it seems that your patch can solve it.
I just realized that you may have patched the source you got from the IvyDE distribution archives, not from svn, didn't you ?
I would be great if you could checkout the trunk of IvyDE, recreate your patch from there, and attach it to IVYDE-13.



> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Will Gorman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627656#action_12627656 ] 

Will Gorman commented on IVYDE-90:
----------------------------------

Hi Nicolas,

First, thanks for reviewing the patch.  I implemented this very quickly to get past our issues, so it most definitely needs reviewed and tested before acceptance.  I apologize for not submitting diff files.  I was unable to locate your SVN path for the project, it does not seem to be referenced here: http://ant.apache.org/ivy/ivyde/ . I should have mentioned the source version I used to make the changes, again I apologize. In our environment, we use ant properties to resolve parameters defined in our ivy.xml files.  Because we use ivy within ant, and IvyDE does not, I needed a way to resolve the ant property files I use.

Hope that clears things up!

Will

> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (IVYDE-90) IvyDE does not do property value expansion

Posted by "Will Gorman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Will Gorman updated IVYDE-90:
-----------------------------

    Attachment: IVYDE-90_patch.zip

We ran into the same issue at Pentaho. I made a minor change to the initialization of the ivy object, with a new property called Build Property Files.  It simply loads the specified properties files and populates the IvySettings object with those properties.  Feel free to use the code.

> IvyDE does not do property value expansion
> ------------------------------------------
>
>                 Key: IVYDE-90
>                 URL: https://issues.apache.org/jira/browse/IVYDE-90
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>         Environment: Eclipse 3.3.1
> MyEclipse 6.0.1
> Aptana 1.1.6
> Ivy/IvyDE plugins from xoocode
>            Reporter: Michael Laccetti
>         Attachments: IVYDE-90_patch.zip
>
>
> 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
> {noformat}
> spring.version=2.5.3
> {noformat}
> Sample ivysettings.xml
> {code:xml} 
> <ivysettings>
>   <properties file="ivy.properties" />
> </ivysettings>
> {code} 
> Sample ivy.xml
> {code: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>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.