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

integrationTest sbt task doesn't publish the compiler plugin for 2.10 #2

Open
matanox opened this issue Oct 30, 2015 · 0 comments
Open

Comments

@matanox
Copy link
Member

matanox commented Oct 30, 2015

The integration test currently attempts to publishLocal relying on these lines. However this won't publish the compiler plugin for 2.10, owing to sbt's design regarding cross version operation. The integration test may show all tests as failed due to not being able to resolve the plugin for 2.10 projects, or use an older copy of the plugin for 2.10! It is unclear whether sbt can facilitate this flow, and this is kept on hold to avoid at present further sbt work.

Workaround:

Always +publishLocal before running integrationTest.

Consider requesting an enhancement to sbt-doge for this scenario, if not core sbt, or just switch from a task to a command that mimics ;+publishLocal ;integrationTest. Posted on stack overflow to open up future possibilities.

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

No branches or pull requests

1 participant