Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with "fork in run" in build.sbt #302

Open
iandow opened this issue Feb 9, 2016 · 3 comments
Open

Incompatibility with "fork in run" in build.sbt #302

iandow opened this issue Feb 9, 2016 · 3 comments

Comments

@iandow
Copy link

iandow commented Feb 9, 2016

I have a play 2.3.6 project, with a build.sbt file that ends with the following line:

fork in run := true

After I added the play2war plugin, sbt starting giving me this compile error:

./play-heroku-seed/build.sbt:32: error: reference to fork is ambiguous;

I can workaround the error if I just delete the fork in run line from my build.sbt. But is this really necessary? It would be nice if I could keep that line so the fork policy is still set even when I'm not using the play2war plugin.

Thanks.

@dlecan
Copy link
Member

dlecan commented Feb 10, 2016

Which version of Play2war ?

@dlecan dlecan changed the title reference to fork is ambiguous Incompatibility with "fork in run" in build.sbt Feb 10, 2016
@iandow
Copy link
Author

iandow commented Feb 10, 2016

1.3-beta3

@dlecan
Copy link
Member

dlecan commented Feb 17, 2016

Did you try with Play 2.4 and Play2War 1.4-x ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants