Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a skylark macro to ease java to scala dependencies #18

Closed
johnynek opened this issue Mar 3, 2016 · 0 comments · Fixed by #35
Closed

create a skylark macro to ease java to scala dependencies #18

johnynek opened this issue Mar 3, 2016 · 0 comments · Fixed by #35

Comments

@johnynek
Copy link
Member

johnynek commented Mar 3, 2016

See:

jars = [":HelloLib_deploy.jar",

it is a pain to manually add all the deps back in. A skylark macro could construct that list:

scala_export_to_java(
  name = "my_scala_lib",
  exports = [":foo", ":bar"]
)

then we construct a java_library target as done here.

related to #3 #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant