You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Will Gorman (JIRA)" <ji...@apache.org> on 2008/09/02 15:03:44 UTC

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

    [ 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.