Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
Description
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
Attachments
Issue Links
- is duplicated by
-
IVYDE-319 resolution failure when workspace has project & artifact sub-element exists
- Resolved