bazeltools / bazel_jar_jar

JarJar rules for bazel (rename packages and classes in existing jars)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not seem to work with the most recent version of bazel (0.7.0)

StephenAmar opened this issue · comments

Hi,

I'm getting some confusing errors with the most recent version of bazel like:

ERROR: /private/var/tmp/_bazel_stephen/50c7a184ea60b7ea066f8f0ef43fd8fc/external/com_github_johnynek_bazel_jar_jar/BUILD:1:1: no such target '//external:com_github_johnynek_bazel_jar_jar/asm': target 'com_github_johnynek_bazel_jar_jar/asm' not declared in package 'external' (did you mean 'com_github_johnynek_bazel_jar_jar'?) defined by /Users/stephen/code/optimus/WORKSPACE and referenced by '@com_github_johnynek_bazel_jar_jar//:jarjar_runner'

Has something changed with bind?

fwiw, this seems to work for me in 0.8.0.

yeah, works for me in 0.8.0 also.

yup. all good.