|
Project Information
|
News
- ivyidea-1.0 released. This release fixes some compatibility issues with IntelliJ IDEA 11. It can be installed through the plugin manager in IntelliJ.
- ivyidea-0.9-beta6 released. This release fixes some bugs introduced in beta4 and can be installed through the plugin manager in IntelliJ IDEA. To install this new version manually, just delete the current IvyIDEA subfolder of your IntelliJ plugins folder, extract the 0.9-beta6 archive and startup IntelliJ.
- 0.9-beta4 release available in the downloads section, to install just delete the current IvyIDEA subfolder of your IntelliJ plugins folder, extract the 0.9-beta4 archive and startup IntelliJ. This release adds some new features (features). Known issue: exception when there are unresolved dependencies in some cases, compatibility with IntelliJ 8 broken - (will be fixed).
- 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)
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).
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: - Apache Ivy integration (up to v2.2.0); 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 IvyIDEA plugin page at JetBrains Intellij IDEA Apache Ant Ivy
|