Natan Silnitsky
Natan Silnitsky
Hi Felix, Bazel does not support a range of versions for 3rd party. Do you specify commons-codec dependency in one of your pom files? If yes, then I suggest to...
@felixb-wix for more frequent chatting, I invite you to our Slack Workspace: https://join.slack.com/t/wix-oss/shared_invite/zt-dmz06ume-eMI3cd93NtGRuMwjaBO0lg please join #exdous channel.
@FelixReuthlingerBMW Can you please run Bazel from this branch: https://github.com/wix/exodus/tree/better-error-message and share the error message with us. This will help us to investigate the issue. No rush of course. Whenever...
Great. PR merged.
@D0rmouse Thanks so much for the repro! I will run it and think what can be done
Hi @Ifraimovich, The repo.url is indeed not REALLY needed. we will work on removing this flag and update soon.
@arkadyb, The scala-maven-plugin is able to analyse Java source files. Have you followed the [instructions](https://wix.github.io/exodus/prerequisites.html) of the prerequisites page to the letter? Namely , added the `scala-maven-plugin` to your maven...
@arkadyb I suspect some version conflicts. Please supply: The pom.xml where you configured the plugin and dependency (you can of-course react any thing you don't want to share) Please also...
@arkadyb, Maybe the path to your local .m2 repository is incorrect? -Dlocal.maven.repository.path= should be something like `/Users/natans/.m2/repository` (for macs at least)
Thank you @bigkraig. I've added a note in docs to only use full absolute paths.