-
Notifications
You must be signed in to change notification settings - Fork 52
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
Relative path for (sourceDirectory in avroConfig) fails #37
Comments
One other note, IntelliJ also has serious problems with the default scalaSource that results in complaints about duplicates. Adding a line to the READMe that indicates these can be avoided with: |
Thank you very much for the notes
…On Apr 10, 2017 2:05 PM, "Geoff Sindel" ***@***.***> wrote:
One other note, IntelliJ also has serious problems with the default
scalaSource that results in complaints about duplicates. Adding a line to
the READMe that indicates these can be avoided with:
(scalaSource in avroConfig) := sourceManaged.value / "main"
might save somebody some time.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAj_Lh09R-m3oYe3cnIGrvpWb1Molh9hks5rupmLgaJpZM4M3SF3>
.
|
I get this error message too. I have not verified that it goes away with an absolute path. It's fine in sbt-avrohugger 0.14.0 and broken in 0.15.0.
|
Still broken in 0.16.0. |
I'm encountering this in 2.0.0-RC10 |
If I don't fix the base in the override, e.g.:
(sourceDirectory in avroConfig) := baseDirectory.value / "relative/path/to/my/avro"
I get a
java.util.NoSuchElementException: key not found: relative/path/to/my/avro.avdl
It might be helpful to update the docs to indicate the change in behavior (0.13 seems to work fine with a relative path)
The text was updated successfully, but these errors were encountered: