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

Construct the -sourcepath argument of javadoc_library using the srcs #191

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Construct the -sourcepath argument of javadoc_library using the srcs

The existing approach just looks for the first directory name .*java in the
working directory which could very well be wrong.

Instead we'll assume the root packages declared will appear as subpaths in the
srcs. We'll then take the unique set of parent directories of these subpaths and
use that as the -sourcepath.

@copybara-service copybara-service bot closed this Aug 22, 2024
@copybara-service copybara-service bot deleted the test_662128371 branch August 22, 2024 13:31
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 this pull request may close these issues.

0 participants