-
Notifications
You must be signed in to change notification settings - Fork 64
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
Error while trying to use with Intellij: not found: https://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7-sources.jar #457
Comments
@MaT1g3R it seems the sources for those libraries are not available in Maven. I'm trying to identify which library uses those, but the sbt-dependency-graph fails trying to fetch the tree. A workaround would be to disable the sbt sources in IntelliJ when updating the project. This is working for me. |
@fedefernandez The work around works, but do you think we can solve the missing sources problem? |
@MaT1g3R we'd need to identify from where is coming that dependency. It seems to be from an sbt-plugin but can't find which |
After #465 , I've been able to load it successfully with IntelliJ. Could you please check it out now? Thanks! |
thank you, I'll try it out later today |
Hello, I just loaded up the master branch on my local IntelliJ, and it's still not working. I did some digging and found the culprit:
pamflate is depending on an old version of But we'd need to get Full dependency tree if you are interested: Error log:
|
Thanks @MaT1g3R for the thorough investigation. It seems like the latest version of |
- stringtemplate3 depends on a super outdated version of antlr, and is causing this issue: 47degrees/sbt-microsites#457 - the `setAttributes` method in stringtemplate3 was always broken, as it goes down a different code path compared to `setAttribute` in stringtemplate3. See [setAttributes](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L918) and [setAttribute](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L570), stringtemplate4 removed the `setAttributes` method, so I had to write a custom function to handle the '.' characters in the properties.
- stringtemplate3 depends on a super outdated version of antlr, and is causing this issue: 47degrees/sbt-microsites#457 - the `setAttributes` method in stringtemplate3 was always broken, as it goes down a different code path compared to `setAttribute` in stringtemplate3. See [setAttributes](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L918) and [setAttribute](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L570), stringtemplate4 removed the `setAttributes` method, so I had to write a custom function to handle the '.' characters in the properties.
- stringtemplate3 depends on a super outdated version of antlr, and is causing this issue: 47degrees/sbt-microsites#457 - the `setAttributes` method in stringtemplate3 was always broken, as it goes down a different code path compared to `setAttribute` in stringtemplate3. See [setAttributes](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L918) and [setAttribute](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L570), stringtemplate4 removed the `setAttributes` method, so I had to write a custom function to handle the '.' characters in the properties.
- stringtemplate3 depends on a super outdated version of antlr, and is causing this issue: 47degrees/sbt-microsites#457 - the `setAttributes` method in stringtemplate3 was always broken, as it goes down a different code path compared to `setAttribute` in stringtemplate3. See [setAttributes](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L918) and [setAttribute](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L570). stringtemplate4 removed the `setAttributes` method, so I had to write a custom function to handle the '.' characters in the properties.
- stringtemplate3 is very outdated (last commit in 2015) and depends on a outdated version of antlr. It's causing this issue: 47degrees/sbt-microsites#457 - the `setAttributes` method in stringtemplate3 was always broken, as it goes down a different code path compared to `setAttribute` in stringtemplate3. See [setAttributes](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L918) and [setAttribute](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L570). stringtemplate4 removed the `setAttributes` method, so I had to write a custom function to handle the '.' characters in the properties.
- Stringtemplate3 is very outdated (last commit in 2015) and depends on a outdated version of antlr. It's causing this issue: 47degrees/sbt-microsites#457 - The `setAttributes` method in stringtemplate3 was always broken, as it goes down a different code path compared to `setAttribute` in stringtemplate3. See [setAttributes](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L918) and [setAttribute](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L570). stringtemplate4 removed the `setAttributes` method, so I had to write a custom function to handle the '.' characters in the properties.
- Stringtemplate3 is very outdated (last commit in 2015) and depends on a outdated version of antlr. It's causing this issue: 47degrees/sbt-microsites#457 - The `setAttributes` method in stringtemplate3 was always broken, as it goes down a different code path compared to `setAttribute` in stringtemplate3. See [setAttributes](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L918) and [setAttribute](https://github.com/antlr/stringtemplate3/blob/e60b23544539d64d2f57a87e87a5b383cc2b0ba9/src/org/antlr/stringtemplate/StringTemplate.java#L570) for details, Stringtemplate4 removed the `setAttributes` method, so I had to write a custom function to handle the '.' characters in the properties.
@juanpedromoreno I made a PR upstream to update |
When I try to import an sbt project with sbt-microsites plugin, I get the following error:
The text was updated successfully, but these errors were encountered: