Dependencies (related projects) with artifact node can't resolve.
------------------------------------------------------------------
Key: IVYDE-296
URL: https://issues.apache.org/jira/browse/IVYDE-296
Project: IvyDE
Issue Type: Bug
Components: workspace resolver
Affects Versions: 2.1.0
Reporter: devantor
If I have 2 projects in my workspace the resolve failed if the artifact part is
declared. Only default (jar) works.
<dependency org="services" name="mock" rev="${version.number}"
conf="test->default">
<artifact name="mock" type="war" ext="war" />
</dependency>
I need to close the project or to disable workspace resolver. The mock is used
to prepare a test runtime (same workspace but not direct code dependencies).
Maybe each project can exclude specific project from classpath resolver or find
a way to use ivy publication part from project dependencies.
IvyIDe uses the ivyde-workspace-resolver and a "eclipse artifact" which
conflict with the ivy.xml (type="war" ext="war").
http://old.nabble.com/IvyDE-Workspace-Resolver-td31425340.html#a31799813
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira