We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In one of my builds, sources/javadoc for an antlr library is missing:
[warn] [NOT FOUND ] antlr#antlr;2.7.7!antlr.jar(src) (192ms) [warn] ==== public: tried [warn] http://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7-sources.jar [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: FAILED DOWNLOADS :: [warn] :: ^ see resolution messages for details ^ :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: antlr#antlr;2.7.7!antlr.jar(src) [warn] ::::::::::::::::::::::::::::::::::::::::::::::
Even though it's a WARN, the project is not correctly generated and the SBT scala compiler is not correctly set in the IDEA project.
This is with sbt-idea 1.6.0 and scala 2.11.2
The text was updated successfully, but these errors were encountered:
The only workaround is to do: sbt "gen-idea no-classifiers", but then you don't have source/javadocs for any of the other libraries :(
sbt "gen-idea no-classifiers"
Sorry, something went wrong.
No branches or pull requests
In one of my builds, sources/javadoc for an antlr library is missing:
Even though it's a WARN, the project is not correctly generated and the SBT scala compiler is not correctly set in the IDEA project.
This is with sbt-idea 1.6.0 and scala 2.11.2
The text was updated successfully, but these errors were encountered: