janotav / ali-idea-plugin

HP ALI support for Intellij IDEA
Apache License 2.0
8 stars 10 forks source link

The ant script fails on installing dependencies "snappy-java" #5

Closed dousa closed 10 years ago

dousa commented 10 years ago

Installation of sdk libraries fails when the user has the 12.1.1 Ultimate Edition installed. Call of ant install-sdk

The reason of the failure is inconsistency of snappy-java library versions among IntelliJIDEA versions.

Ultimate edition contains snappy-java-1.0.4.1.jar while the community edition contains snappy-java-1.0.5-M2.jar.

janotav commented 10 years ago

I haven't found an elegant way how to allow supporting both. Community edition is a prerequisite, readme updated.