IvyDE resolver doesn't automatically pick up newly added artifacts to the local
repository
------------------------------------------------------------------------------------------
Key: IVYDE-214
URL: https://issues.apache.org/jira/browse/IVYDE-214
Project: IvyDE
Issue Type: Bug
Affects Versions: 2.1.0
Reporter: Jawher Moussa
- Try to add a new artifact to the local repository. For example, I placed
swt.jar in /home/djo/.ivy2/local/org.eclipse/swt.gtk/3.5.1/jars
- Add a dependecy to this artifact in ivy.xml inside an eclipse project
(already associated with an ivy classpath container) : for example :
<dependency org="org.eclipse" name="swt.gtk" rev="3.5.1">
- Execute the resolve action
It will complain that it cannot resolve this dependency.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.