Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michael Klatt
Total activity
45
Last activity
November 07, 2024 16:20
Member since
December 26, 2021 21:38
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
17
Activity overview
Posts (10)
Comments (17)
Sort by recent activity
Recent activity
Votes
Created
November 21, 2022 18:22
This does not fix the Gradle tests, and now some of the JUnit tests fail as well due to class loader exceptions. e.g. java.lang.NoClassDefFoundError: com/intellij/ui/treeStructure/Tree. I am using ...
Community
IntelliJ IDEA Open API and Plugin Development
Unit tests fail on Apple Silicon with Gradle :test task but pass with JUnit test runner
0 votes
Created
November 18, 2022 15:25
I forgot to add that the dev-junit5 branch of the plugin repo has the relevant code to reproduce this issue.
Community
IntelliJ IDEA Open API and Plugin Development
Unit tests fail on Apple Silicon with Gradle :test task but pass with JUnit test runner
0 votes
Created
August 30, 2022 23:46
Jakub Chrzanowski Thank you, using the IntelliJ plugin worked to find my dependencies. Do I have I do any special configuration to build a standalone library instead of an IntelliJ plugin? Or, is a...
Community
IntelliJ IDEA Open API and Plugin Development
Finding Maven coordinates for IntelliJ platform artifacts
0 votes
Created
January 21, 2022 17:38
Glenn Bitar You might be able to use a toolchain environment script to replicate your ENTRYPOINT command as a workaround for this until CPP-27348 is resolved.
Community
CLion
CLion 2021.3.1 broke my Docker toolchain interface
0 votes
Created
January 21, 2022 17:21
Glenn Bitar Even though CLion 2021.3.2 overwrites ENTRYPOINT, I should still be able to get fixuid to work by calling it as part of the toolchain environment script. The fixuid command in being cal...
Community
CLion
How exactly does CLion run a Docker toolchain?
0 votes
Created
January 11, 2022 17:54
Lukasz Przenioslo You should be able to step into the library with the debugger as long as you're linking to a version that was built with debugging info, i.e. a CMake Debug build. This works for s...
Community
CLion
Shared library + executable debugging
0 votes
Created
January 04, 2022 20:08
David Banks Make sure the Servo library is installed in your development environment. You need to tell CMake how to find the library. If you're lucky, the library installs config files that let yo...
Community
CLion
Add library to CLion project
0 votes
Edited
January 04, 2022 19:52
Joackimcoulibaly5 Make sure player.c is added to your executable in CMakeLists.txt, something like add_executable(my_app main.c players.c). CLion is also giving you a hint in the source file tab: T...
Community
CLion
here is the error massage that appears when I try to do the modularity : please help me
0 votes
Created
December 28, 2021 21:20
The user permissions are a known limitation of Docker; see CPP-27415. CLion has to run the container using the UID and GID of the host user, i.e. `docker run --user "$(id -u):$(id -g)" ...` The Doc...
Community
CLion
Docker toolchain: Pre-Init script
0 votes
Edited
December 26, 2021 21:43
I'm just starting to wrap my head around Docker Toolchains (I guess we all are), so take this with a grain of salt. When you create a Docker Toolchain (https://www.jetbrains.com/help/clion/clion-to...
Community
CLion
Docker toolchain: Pre-Init script
0 votes
«
First
‹
Previous