Hello. I tried to build a fat jar using sbt-assembly plugin and got the following error:
[error] (robot/*:assembly) deduplicate: different file contents found in the following: [error] /home/eax/.ivy2/cache/org.iq80.leveldb/leveldb-api/jars/leveldb-api-0.7.jar:org/iq80/leveldb/DB.class [error] /home/eax/.ivy2/cache/org.fusesource.leveldbjni/leveldbjni-all/bundles/leveldbjni-all-1.7.jar:org/iq80/leveldb/DB.class If I'm not mistaken both packages are dependencies of akka-persistent (which is a dependency of akka-contrib which is used in our project). Here is an output of sbt-dependency-graph plugin: [info] org.iq80.leveldb:leveldb-api:0.7 [info] +-org.fusesource.leveldbjni:leveldbjni:1.7 [info] | +-org.fusesource.leveldbjni:leveldbjni-all:1.7 [info] | | +-com.typesafe.akka:akka-persistence-experimental_2.10:2.4-SNAPSHOT [S] [info] | | +-com.typesafe.akka:akka-contrib_2.10:2.4-SNAPSHOT [S] There is no such issue with Akka 2.3.9. As far as I can see corresponding bug is not reported at github so far. I wonder: 1. Is it really a bug in Akka or maybe I'm just doing something wrong? 2. Is it OK that akka-contrib depends on an experimental package? -- Best regards, Eax Melanhovich http://eax.me/ -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
