You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Cross cell support in Buck is considered as experimental feature, with
number of open issues: [1], [2], [3]. Moreover, to make Maven Central
machinery work, it was needed to create symbolic links in source tree.
That broke `buck targets` feature.
Remove it for now, and re-consider to add it later.
[1] facebook/buck#656
[2] facebook/buck#658
[3] facebook/buck#717
Bug: Issue 3954
Change-Id: Ic621a07771f926001df181b46b2169e214ce208a
So the underlying issue is in the CommandLineTargetNodeSpecParser which doesn't take into account the cross cell. We're currently working on this, and moving away from using '@' to specify the cross cell to prevent the '@' command line functionality from args4j. Instead, you should be able to use jgit//:jgit.
Thanks! We were forced to temporarily remove jgit cross cell support in Gerrit Code Review, as we don't have a workaround for now for: #717. One it's solved we re-consider to add it again.
Given a repository definition:
I would expect, that something like this should just work:
Unfortunately it doesn't.
The text was updated successfully, but these errors were encountered: