yogendra / ivyidea

Automatically exported from code.google.com/p/ivyidea
0 stars 0 forks source link

resolve dependencies in workspace #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Enhancement request: it would be nice if IvyIDEA were able to resolve
dependencies in the workspace/project.

For instance, if I have an IDEA project with multiple modules, each having
their own IvyIDEA facet, if one module declares an Ivy dependency on
another one, I would like IvyIDEA to automatically use a Module Dependency
for that, rather than try to find a jar.

This would allow the Ivy file for IDEA to work the same as the Ivy file we
use to build using Ant.

Original issue reported on code.google.com by bruno.na...@gmail.com on 3 Feb 2010 at 12:12

GoogleCodeExporter commented 9 years ago
It should recognize modules already, provided that the module you depend on 
also has
an ivyidea facet configured and that the ivy.xml that is linked to it has the 
same
organisation and module name in both ivy.xml files. 

Original comment by guy.mah...@gmail.com on 3 Feb 2010 at 12:20

GoogleCodeExporter commented 9 years ago
Is there anyway we can override this behaviour? In our project we have several 
modules with same organisation and module names, and we would like Intellij to 
resolve dependencies by jars rather than by modules.

Original comment by tova...@gmail.com on 30 Jun 2011 at 10:51

GoogleCodeExporter commented 9 years ago
This isn't working for me. Possibly because we have multiple artifacts? I'm 
using IvyIDEA 1.0.3.

Original comment by ja...@binaryfinery.com on 12 Dec 2012 at 11:51