[
https://issues.apache.org/jira/browse/IVYDE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée resolved IVYDE-18.
----------------------------------
Resolution: Cannot Reproduce
Assignee: (was: Xavier Hanin)
This bug is old and the feature is working fine as far as I could see, so I
close it.
Michel, if you do find issues again, please reopen.
> IvyDe does not interpet it's notations like latest.integration/1.1.2.+
> ----------------------------------------------------------------------
>
> Key: IVYDE-18
> URL: https://issues.apache.org/jira/browse/IVYDE-18
> Project: IvyDE
> Issue Type: Bug
> Components: classpath container
> Environment: I have set up my own resolvers in a project and from the
> ant tasks this works ok. I have artifacts that are from thirdparties. And
> artifacts that result from our own build systemthat uses ivy to publisch
> there Jar files in the repositrory. Every module has it's own ivy.xml file
> that states the dependencies.
> Using Eclipse 3.1 and IvyDE 1.0.3
> Reporter: Michel Tiemens
> Priority: Critical
>
> Situation:
> Modules:
> - A-1.1.1.1
> - B-1.1.2.1
> Thirdparty:
> T-4.1
> {code:xml}
> The Ivy file of module C contains the following references
> <dependency org="ourOwn" name="A" rev="1.1.1.+"/>
> <dependency org="ourOwn" name="B" rev="latest.integration"/>
> <dependency org="Thirdparty" name="T" rev="4.1"/>
> {code}
> The IvyDe does correclty resolve the dependencies that are stated with a full
> version number: T.
> But the ones with the other notations, like _plus_ or _latest.integration_
> are not found. In that situation I loose the power of Ivy in combination with
> Eclipse.
> Is there a solution for this promlem, or is it a bug in the ivyDe?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.