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

Add lsif-java to the contrib module #91

Merged
merged 2 commits into from
Mar 31, 2021

Conversation

olafurpg
Copy link
Contributor

The lsif-java command-line tool can be used to generate LSIF indexes for
Java codebases. I tested the changes locally and it seems to work as expected

❯ cs launch --default-channels=false --channel apps-contrib/resources/ lsif-java -- --help
https://repo1.maven.org/maven2/com/sourcegraph/lsif-java_2.13/0.2.0/lsif-java_2.13-0.2.0.pom
  100.0% [##########] 2.2 KiB (10.8 KiB / s)
https://repo1.maven.org/maven2/com/sourcegraph/lsif-java_2.13/0.2.0/lsif-java_2.13-0.2.0.jar
  100.0% [##########] 5.5 MiB (4.4 MiB / s)
USAGE
  lsif-java COMMAND [OPTIONS]

COMMANDS
  help              Print this help message
  version           Print the version of this program
  index             Automatically generate an LSIF index in the current working directory.
  index-semanticdb  Converts SemanticDB files into a single LSIF index file.

  Use 'lsif-java help COMMAND' for more information on a specific command.

The lsif-java command-line tool can be used to generate LSIF indexes for
Java codebases.
Co-authored-by: Alexandre Archambault <alexarchambault@users.noreply.github.com>
Copy link
Contributor Author

@olafurpg olafurpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, I removed the main class. Was just copy-pasting from the fastpass JSON 😅

Copy link
Member

@alexarchambault alexarchambault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @olafurpg!

@alexarchambault alexarchambault merged commit 97ed523 into coursier:master Mar 31, 2021
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.

2 participants