> Can someone recommend the right plugin for IntelliJ to get Ivy working
> with hbase-trunk? I tried the first it found but it wants an ant
> script to generate the details. I selected ivy-targets.xml and that
> seemed to have the ivy-init it is looking for, but then fails with
> other missing stuff. Suggestions?

I have the build working with Ivyidea but not the version from the
plugin repository (that doesn't seem to work with IntelliJ 9.x). Use
0.9-beta2[1]. I've had no complaints so far.

IntelliJ automatically detected the new Ivy facets. I then selected
ivy.xml from the main directory as my dependencies file (in the Module
settings -> Facets -> IvyIDEA section) and added the properties file
(libraries.properties) from the ivy/ directory. The last thing you
have to set up is: "Use module specific settings" -> "Your own" ->
ivy/ivysettings.xml.

I did that for each module (stargate, transactional, ...) but that
depends on your project layout. When that is done go to "Tools" ->
"Ivy IDEA" -> "Resolve for all modules". That locked my IntelliJ up
for a couple of minutes but it eventually recovered and everything
worked as expected.

Hope that works!

Cheers,
Lars

[1] http://code.google.com/p/ivyidea/

Reply via email to