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

An error to find a sources/jar file should not stop project file generation #319

Open
galderz opened this issue Aug 21, 2014 · 1 comment

Comments

@galderz
Copy link

galderz commented Aug 21, 2014

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

@galderz
Copy link
Author

galderz commented Aug 21, 2014

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 :(

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

No branches or pull requests

1 participant