migration-tooling icon indicating copy to clipboard operation
migration-tooling copied to clipboard

Migration tools for Bazel

Results 43 migration-tooling issues
Sort by recently updated
recently updated
newest added
trafficstars

I had a bad experience with the migration-tools. First, it was unable to handle declarations such as ../parent (It expected a file, when directory was provided, it did not default...

dyndns.org is broken and doesn't give any response. We have a couple hundred dependencies and this the url connection won't stop until it times out after like 30 seconds. This...

I'm fresh to bazel and encounter some issue when generating workspace from a simple maven project, I don't know why it `Could not resolve dependency ... due to Invalid Range...

previous to the current HEAD the following would run as expected: `bazel run //generate_workspace -- --artifact=io.dropwizard.metrics:metrics-core:3.1.2 ` producting the expected [generate_workspace.bzl](https://gist.github.com/erickj/7ac135e9042f6fc0a77a9ffa28b3ad75#file-generate_workspace-bzl) however, as of a5e68740, the same command above prints...

The commit to enable custom repositories (https://github.com/bazelbuild/migration-tooling/commit/a5e687403ec59db52383a2c0996003e5ad18b6cf) seems to have caused this project to use no repositories by default. Can we return to using default repositories if no repositories are...

Any idea what this issue is? The Artifact is on maven repo. Happening with several other artifacts as well WARNING: Unable to resolve Maven model from https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.8.8/jackson-dataformat-xml-2.8.8.pom: 2 problems were...

I'm getting this error when trying to fetch my dependencies when I include `com.google.cloud:google-cloud-storage` ([pom.xml](https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/1.4.0/google-cloud-storage-1.4.0.pom)): ``` com.google.cloud:google-cloud-storage scope: compile Sep 07, 2017 12:14:08 AM com.google.devtools.build.workspace.maven.DefaultModelResolver getEffectiveModel WARNING: Unable to resolve...

Currently following the README errors complaining about repositories option missing. Fix by adding repository field to set the option example: transitive_maven_jar( name = "dependencies", artifacts = [ "org.springframework.cloud:spring-cloud-config-server:1.3.0.RELEASE", ], repositories...

Hey, it seems that the migration tool doesn't work with a spring boot app. Just generate a standard spring boot app at https://start.spring.io/ and run the migration tooling on it....

## This issue is migrated from [issue 2536](https://github.com/bazelbuild/bazel/issues/2536) of bazel repository. ### A minimal example to reproduce the problem: bazel run //generate_workspace -- --artifact=org.apache.spark:spark-core_2.11:2.1.0 ### Description of the problem /...