Hello Maxim, we have moved generated japi Function* classes from akka-streams to akka-actor, as they are a general tool suited not only for streams. The problems you are having with sbt-assembly will be gone aitomatically when we move streams RC3 to akka 2.3.11. In the meantime you will have to apply MergeStrategy.first <https://github.com/sbt/sbt-assembly#merge-strategy> to remove duplications.
On Fri, May 15, 2015 at 8:58 AM, Maxim Valyanskiy <[email protected]> wrote: > Hello! > > I see a lot of akka core classes in > akka-stream-experimental_2.11-1.0-RC2.jar. This breaks sbt assembly > plugin. Is it a bug in packaging or I'm going something wrong? > > [error] 46 errors were encountered during merge > > java.lang.RuntimeException: deduplicate: different file contents found in > the following: > > > /Users/maxcom/.ivy2/cache/com.typesafe.akka/akka-actor_2.11/jars/akka-actor_2.11-2.3.11.jar:akka/japi/function/Effect.class > > > /Users/maxcom/.ivy2/cache/com.typesafe.akka/akka-stream-experimental_2.11/jars/akka-stream-experimental_2.11-1.0-RC2.jar:akka/japi/function/Effect.class > > deduplicate: different file contents found in the following: > > > /Users/maxcom/.ivy2/cache/com.typesafe.akka/akka-actor_2.11/jars/akka-actor_2.11-2.3.11.jar:akka/japi/function/Function.class > > > /Users/maxcom/.ivy2/cache/com.typesafe.akka/akka-stream-experimental_2.11/jars/akka-stream-experimental_2.11-1.0-RC2.jar:akka/japi/function/Function.class > > deduplicate: different file contents found in the following: > > > /Users/maxcom/.ivy2/cache/com.typesafe.akka/akka-actor_2.11/jars/akka-actor_2.11-2.3.11.jar:akka/japi/function/Function10.class > > > /Users/maxcom/.ivy2/cache/com.typesafe.akka/akka-stream-experimental_2.11/jars/akka-stream-experimental_2.11-1.0-RC2.jar:akka/japi/function/Function10.class > > deduplicate: different file contents found in the following: > > > /Users/maxcom/.ivy2/cache/com.typesafe.akka/akka-actor_2.11/jars/akka-actor_2.11-2.3.11.jar:akka/japi/function/Function11.class > > > /Users/maxcom/.ivy2/cache/com.typesafe.akka/akka-stream-experimental_2.11/jars/akka-stream-experimental_2.11-1.0-RC2.jar:akka/japi/function/Function11.class > > Maxim > > -- > >>>>>>>>>> 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. > -- Martynas Mickevičius Typesafe <http://typesafe.com/> – Reactive <http://www.reactivemanifesto.org/> Apps on the JVM -- >>>>>>>>>> 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.
