IntelliJ. For example when I load the YABE scala sample in intellij
On Oct 28, 10:44 am, Guillaume Bort <
guillaume.b...@gmail.com> wrote:
> Just add -Dplay.id=yop
>
>
>
> On Thu, Oct 28, 2010 at 4:20 PM, Ben Rometsch <
b...@solidstategroup.com> wrote:
> > I run my play app in idea with:
>
> > A run configuration with "play.server.Server" as the main class.
>
> > Then in the VM parameters:
>
> > -Dapplication.path=<the path to your app directory> -Djavaagent=<path
> > to play.jar>
>
> > But I can't figure out how to supply the ID to play, and it seems to
> > ignore the default id? Anyone know how to do this or if there is a
> > better way to run play in Idea?
>
> > --
> > You received this message because you are subscribed to the Google Groups "play-framework" group.
> > To post to this group, send email to
play-fr...@googlegroups.com.
> > To unsubscribe from this group, send email to
play-framewor...@googlegroups.com.
> > For more options, visit this group athttp://
groups.google.com/group/play-framework?hl=en.
>
> --