-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.2.0.final
-
Component/s: workspace resolver
-
Labels:None
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
- is duplicated by
-
IVYDE-319 resolution failure when workspace has project & artifact sub-element exists
-
- Resolved
-