wix-incubator / exodus

Easily migrate your JVM code from Maven to Bazel
MIT License
222 stars 21 forks source link

Create a tool that will help define runtime deps "overrides" #49

Open natansil opened 4 years ago

natansil commented 4 years ago

This tool will analyze Exodus log files, find missing classes and finds their target.

It will output overrides structure with hint to where it should be placed. CC: @ittaiz

ittaiz commented 4 years ago

👍🏽 I’d recommend taking a look at DepFixer by Wix (recently OSS’d). It doesn’t support this but I’d imagine the effort isn’t huge.

On Thu, 30 Apr 2020 at 7:41 Natan Silnitsky notifications@github.com wrote:

This tool will analyze Exodus log files, find missing classes and finds their target.

Or will output overrides structure with hint to where it should be placed. CC: @ittaiz https://github.com/ittaiz

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wix/exodus/issues/49, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKQQF5QQCIUX6PJAOVNHCLRPD6PDANCNFSM4MVFDCRA .

--

Ittai Zeidman

40 Hanamal street, Tel Aviv, Israel

http://www.wix.com

MikhailTymchukFT commented 4 years ago

@ittaiz Where can I get the DepFixer? Also, you talked about another AutoSync at BazelCon 2019, is it open-sourced?

ittaiz commented 4 years ago

https://github.com/wix-playground/depfixer Cc @liucijus @or-shachar for AutoDep open source