Yes, correct. Sorry if my wording was a bit confusing :-)
-- Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 25 June 2015 at 23:25:38, Harit Himanshu ([email protected]) wrote: Thanks Konrad, but I got confused, let me see if I understand sbt-multi-jvm is a sbt plugin that is used by Akka team and others as well. There is no maven plugin at the moment to test multi-jvm or multi-node code Please correct me if I am wrong Thanks + Harit On Thu, Jun 25, 2015 at 2:19 PM, Konrad Malawski <[email protected]> wrote: Hi Harit, No, the multi-jvm plugin is developed mostly for our own needs, that is: for testing Akka itself across many nodes. We see other teams successfully using it as well, but no-one has really adapted it to be usable from maven. Myself having maintained (and still maintaining) a rather popular maven plugin, I'd rather try to avoid maintaining another one unless given very good reasons to do so :-) If you're up to giving it a try, the sources are available: https://github.com/sbt/sbt-multi-jvm Otherwise - sbt is really awesome once you get used to it :-) -- Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 25 June 2015 at 23:14:20, Harit Himanshu ([email protected]) wrote: Hello there! I am learning how to test remote actors in action and found the following http://doc.akka.io/docs/akka/2.3.10/dev/multi-jvm-testing.html http://doc.akka.io/docs/akka/2.3.11/dev/multi-node-testing.html But they are talking that using sbt, you run these commands to run your tests. How can I run the same tests using Maven? Thanks + Harit -- >>>>>>>>>> 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. -- >>>>>>>>>> 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.
