Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tobias Szczepanski
Total activity
20
Last activity
February 02, 2022 19:31
Member since
October 12, 2020 15:26
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
4
Activity overview
Posts (4)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
February 02, 2022 19:31
Jakub, a fix that works for me is to change the `platformVersion` to the latest one, i.e. `2021.3.2` or `213.6777.52`, respectively (https://www.jetbrains.com/intellij-repository/releases#com.jetbr...
Community
IntelliJ IDEA Open API and Plugin Development
Execution failed for task ':buildSearchableOptions': Error when resolving dependency
0 votes
Edited
February 01, 2022 19:20
Hey Jakub, thanks for your reply. Good to know!Unfortunately that alone does not do the trick for me, as it produces the following Exception: Caused by: org.gradle.internal.resolve.ModuleVersionRes...
Community
IntelliJ IDEA Open API and Plugin Development
Execution failed for task ':buildSearchableOptions': Error when resolving dependency
0 votes
Edited
May 28, 2021 08:17
Thanks for your reply. Support Issue:https://youtrack.jetbrains.com/issue/IDEA-270281 File type association:
Community
IntelliJ IDEA Users
Cannot resolve symbol 'jdbc'
0 votes
Created
May 27, 2021 19:31
Thanks Serge for your replies.Though I seem not to have any language injected.
Community
IntelliJ IDEA Users
Cannot resolve symbol 'jdbc'
0 votes
Edited
May 27, 2021 19:28
~~accidentally clicked 'disable language injection' in the context menu. Now that entry is gone. Can't find it in the settings. How do I enable that entry in the context menu again?~~ It's called I...
Community
IntelliJ IDEA Users
Cannot resolve symbol 'jdbc'
0 votes
Edited
February 28, 2021 15:54
I had the same error message when running with coverage ("Error running 'Test Coverage': No junit.jar"). Resolved the issue in the run configuration: 1. Under "Build and Run" selecting "All in pack...
Community
IntelliJ IDEA Users
IntelliJ reporting "No junit.jar" when running tests after upgrading 2019.2
1 vote
Created
December 10, 2020 11:53
Thanks for your reply, but the documentation is clear about what's possible with '.http' files in IntelliJ, which provides a plugin (HTTP Client) to procress these files.My question points to this:...
Community
IntelliJ IDEA Plugin Users
Can Http Client files be used for automated testing?
0 votes
Edited
November 10, 2020 07:17
Solved the issue by purging related dependencies manually and reimporting them, e.g.mvn dependency:purge-local-repository -DmanualInclude="info.magnolia:magnolia-core:6.2"
Community
IntelliJ IDEA Users
Certain dependency sources are not loaded (although provided)
0 votes