Hi Shawn,

one consideration is that Akka (as a toolkit) does not really need all that 
much special handling. The simplest way is to use akka.Main as the main class 
and tell native packager to call that with the class name of your application 
supervisor actor and you’re all set (see here for an example using Linux/Mac, I 
don’t have Windows to test on). Documenting that of course still needs to be 
done, but the quick fix is to search these archives.

Regards,

Roland

17 aug 2014 kl. 18:33 skrev Shawn <j...@shawntalbert.com>:

> Konrad, I don't see how simply linking to sbt-native-packager helps with the 
> original question.
> 
> As I mentioned, sbt-native-packager has nothing akka specific about it, 
> whereas akka-sbt-plugin was akka-aware and did akka-specific things.
> 
> What the documentation needs is an example built.sbt or instructions on how 
> to achieve at least the same capability as akka-sbt-plugin but using 
> sbt-native-packager.
> 
> On Sunday, August 17, 2014 6:08:12 AM UTC-7, Konrad Malawski wrote:
> Hi guys,
> Have you seen the http://www.scala-sbt.org/sbt-native-packager/index.html sbt 
> plugin?
> The sbt guys are pouring loads of effort into making apps easily packagable 
> using that plugin.
> So instead of having a custom akka plugin we’d rather recommend that one.
> 
> I created an issue for linking to the native packager in the docs 
> https://github.com/akka/akka/issues/15677
> 
> Cheers!
> 
> -- 
> Konrad 'ktoso' Malawski
> hAkker @ typesafe
> http://akka.io
> 
> -- 
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.



Dr. Roland Kuhn
Akka Tech Lead
Typesafe – Reactive apps on the JVM.
twitter: @rolandkuhn


-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to