-
Notifications
You must be signed in to change notification settings - Fork 9
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
Failure parsing .po files in SBT #12
Comments
Hi! Maybe other version of CUP is loaded at the runtime. What SBT version do you use and are there any other plugins loaded? |
I'm using sbt 1.1.4 My other plugins are:
Only possible conflict here I can see might be JFlex? |
Yes, that can be a possible source of conflict. The correct solution for this is to shade CUP dependency, as it is done in 'scalingua-shaded' artifact that was added after similar runtime conflicts in compiled code. No such conflicts have been occurred so far in SBT itself. Technically it should be possible to apply similar technique to SBT artifact. I will look into it few days later. |
If I change my version of JFlex to 1.6.1 it still fails, but with a different exception:
|
Completely commenting out my own use of JFlex rather than just changing the version seems to resolve the issue, so that definitely seems to be it. However, I cannot build other portions of my project without it. Thanks for the quick response on this! |
I'm using sbt version 1.1.4 with
in my plugins.sbt. And
in my build.sbt
The text was updated successfully, but these errors were encountered: