News
- 0.9-beta2 release available in the downloads section, to install just delete the current IvyIDEA subfolder of your IntelliJ plugins folder, extract the 0.9-beta2 archive and startup IntelliJ. This release does not introduce much new functionality but should resolve a few annoying issues from 0.9-beta1 (features)
- Because of multiple reasons I haven't had a lot of time to work on IvyIDEA during the past few weeks and months. I'm currently picking up the development again and will try to get a stable 0.9 released as soon as possible. Thank you all for your feature requests and issue reports, I will try to still include the ones with low impact in the 0.9 release.
Info
- Releases are available through the plugin manager in IntelliJ IDEA. Alternatively you can also grab it from the IvyIDEA plugin page at JetBrains (not recommended).
- A Getting Started guide is now available on the IvyIDEA confluence space.
Usage
Configure the ivysettings file (usually called ivyconf.xml or ivysettings.xml) in the project settings. Add an IvyIDEA facet for every module you have that uses ivy (if it was not autodetected already) and point it to the ivy.xml file for that module. You can now resolve your dependencies through the Tools > IvyIDEA Resolve menu or through the right click menu of the project explorer.
For a more detailed guide with screenshots, you can go to the GettingStarted page.
Features:
- Ivy integration (up to v2.0.0rc2); no need for external ant build scripts to be called
- Detection of intellij module dependencies; these are added as module references
- Detect source/document/jar type artifacts of dependencies and add them as such to the module
- Creation of module library with all resolved ivy dependencies
- Facets for ivy modules containing ivy files
- Allow setting the ivy configurations to resolve and add as a library ide/default/provided/tools/test/...
- Compatibile with mac os (jdk 1.5)
- Compatibile with both IntelliJ 7 and 8
- Show ivy resolve errors in a console (basic)
Nice-to-haves:
- Configurable ivy type names to link to intellij 'source', 'classes' and 'javadoc' dependency types
- Show resolve report in Intellij (report xml transformed through the ivy xsl)
- Respect the order of dependencies in the ivy.xml file if feasible (this means that a module library can't always be used -> module and jar dependencies might be interleaved)
- Auto re-resolve on changed ivy.xml file (is this even useful?)
Wild ideas for the future
- Intellisense in ivy files (known organisations, artifacts, ...)
Any remarks/suggestions of your own? Just send an e-mail!
Links