-
Notifications
You must be signed in to change notification settings - Fork 55
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
Packaged sbt.compat not compatible with sbt-compat plugin #79
Comments
Thanks for the report. Yes, makes sense to move the package to get rid of these kinds of problems. |
Indeed, we just stumbled over the same issues ourselves (this time in combination with sbt-dependency-graph). It took a while until I remembered this issue. Great, you already figured out that it was related to those classes in the jar which shouldn't have been there. That was really unexpected. I released v0.9.1 cleanly which should fix the issue. |
Thanks for that. |
Yeah, that's right. Every automated process would be good I guess. At some point we'll get to that ;) |
I cannot use sbt-revolver 0.9.0 with the latest ensime-sbt plugin ( same problem as https://github.com/ensime/ensime-sbt/issues/369 ).
sbt-ensime uses the sbt-compat plugin that packages it's objects in sbt.compat.
The latest jar of sbt-revolver also includes objects under the sbt/compta path that causes class loading issues.
Rebuilding the current sbt-revolver and testing with
sbt publishLocal
solves the problem. So I suppose it's some release/packaging problem.The text was updated successfully, but these errors were encountered: