bazelbuild / migration-tooling

Migration tools for Bazel
Apache License 2.0
44 stars 30 forks source link

Clarify bazelbuild/migration-tooling VS johnynek/bazel-deps #82

Open vorburger opened 6 years ago

vorburger commented 6 years ago

https://docs.bazel.build/versions/master/generate-workspace.html points to this repo.

But the code in this repo appears to be broken, and seems to have been in a while.

There are folks opening issues in this repo and it doesn't look like anyone is managing it?

https://github.com/bazelbuild/migration-tooling/pull/80 (for https://github.com/bazelbuild/migration-tooling/issues/47) says "we've switched to https://github.com/johnynek/bazel-deps instead".

Should this repo be removed and the documentation updated?

Or should more people be made committers in this repo?

vorburger commented 6 years ago

@johnynek @nevillelyh FYI

johnynek commented 6 years ago

I have offered on the mailing list to give the bazel-deps repo to bazelbuild and I'm happy to add more owners/committers.

davidstanke commented 6 years ago

Yes, I expect we will move bazel-deps to bazelbuild (thank you @johnynek!)... we need a few days to work through some process on our end.

jspawar commented 5 years ago

I'm not sure I understand why this will be replaced by bazel-deps? From my quick scan of that project, it doesn't really provide a means of migrating a Maven project to Bazel. Mapping my pom.xml to some YAML file and then using that utility doesn't seem like a preferable migration path

johnynek commented 5 years ago

There is a migration tool in that repo as well which converts a pom file to the yaml it expects but it is underdocumented.

jspawar commented 5 years ago

Ah ok, I'm guessing you're talking about //src/scala/com/github/johnynek/bazel_deps/maven:maven_tool?

johnynek commented 5 years ago

Yes.

oferb commented 5 years ago

For anyone interested in johnynek/bazel-deps, here's an example usage with some explanations and helpful scripts: https://github.com/google/startup-os/tree/master/tools/deps Thanks Johny!