On May 29, 4:46 am, peter hausel <
peter.hau...@gmail.com> wrote:
> ok, worked around the spring manifest issue completely, so both scala and
> java templates should be working now. Thanks.
>
>
>
>
>
>
>
> On Monday, May 28, 2012 11:17:16 PM UTC-4, peter hausel wrote:
>
> > I changed the play-mini templates. The only remaining question is what to
> > do with the spring manifest issue (effecting only java users). Cheers, Peter
>
> > On Monday, May 28, 2012 10:59:45 PM UTC-4, peter hausel wrote:
>
> >> if you add
>
> >> .settings(
> >> mainClass in assembly := Some("play.core.server.NettyServer")
> >> )
>
> >> *after* the assembly settings are included the manifest should be
> >> populated properly (I will add this snippet to the g8 template).
>
> >> As for the spring error it would be good to understand what's causing the
> >> issue for assembly in the first place, depending on Eugene's answer we
> >> could adjust the g8 template.
>
> >> Thanks,
> >> Peter
>
> >> On Monday, May 28, 2012 10:38:33 PM UTC-4, peter hausel wrote:
>
> >>> could you please report this issue at