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

strip remote workspace path from java resources #1085

Closed
wants to merge 1 commit into from
Closed

strip remote workspace path from java resources #1085

wants to merge 1 commit into from

Conversation

smparkes
Copy link
Contributor

Resources in java_librarys get the external repo path added to them, e.g., foo becomes external/git_remote_repo/foo. It needs to be removed, though I'm not sure this is the right way to strip it ...

@kchodorow
Copy link
Contributor

This looks okay to me, but I'm not too familiar with the Java rules. @damienmg, could you take a look?

@damienmg
Copy link
Contributor

damienmg commented Apr 4, 2016

LGTM but it needs to passes all the test including internal one.

bazel-io pushed a commit that referenced this pull request Apr 5, 2016
Resources in `java_library`s get the external repo path added to them, e.g., `foo` becomes `external/git_remote_repo/foo`. It needs to be removed, though I'm not sure this is the right way to strip it ...

--
Reviewed-on: #1085
MOS_MIGRATED_REVID=119024770
@damienmg
Copy link
Contributor

damienmg commented Apr 6, 2016

This was merged, thanks for your contribution!

@damienmg damienmg closed this Apr 6, 2016
luca-digrazia pushed a commit to luca-digrazia/DatasetCommitsDiffSearch that referenced this pull request Sep 5, 2022
    Resources in `java_library`s get the external repo path added to them, e.g., `foo` becomes `external/git_remote_repo/foo`. It needs to be removed, though I'm not sure this is the right way to strip it ...

    --
    Reviewed-on: bazelbuild/bazel#1085
    MOS_MIGRATED_REVID=119024770
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants