jan-vcapgemini
jan-vcapgemini
I've tested this behavior with `intellij` **community edition** `2023.2.4` and `2023.2.5`. I've used the plugins you've encountered issues with e.g. `sonarlint, mapstruct, eclipseCodeFormatter, FolderCompact` etc. Testing method was the following:...
It looks like intellij can't be run from the symlink pointing to the idea file. When using open with an absolute path to `software/macos/intellij/Intellij IDEA CE.app/Contents/MacOS/idea` it works though.
@maybeec @hohwille maybe you got any suggestions for us? Would it suffice to prompt the user to re-build his project like before or should we adjust the templates like @Lur1an...
All pom.xmls in src/test/resources should be removed.
I've tried the same using the latest version: 2024.01.001. ``` $ devon mvn setup Success: run command mkdir Starting installation of mvn in version 3.9.6 to /d/Projects/ideasy-test/software/mvn Trying to download...
I've tested it with the latest version of eclipse: 2024-03 and with an older version: 2023-12. The older version works fine on mac while the latest fails like you've shown.
We could now adjust the script to start intellij with the symlink without using `open` f.e. `software/intellij/idea "workspaces/main"`, but then we need to adjust our intellij settings to set `open...
Another option could be to use miniconda (originally intended for data science projects). Miniconda in contrast to Anaconda provides a minimal python installation as well as lots of environment management...
For Mac, we could use the approach from [pymac](https://github.com/sbaack/pymac). https://github.com/sbaack/pymac/blob/72cfe96df849f39983611521a71ffc0070bb7602/commands/install.bash#L88 Using the [pkg installer](https://www.unix.com/man-page/osx/8/installer/) with a ChoiceChangesXML to be able to install the packages from the CLI only (with pre-configured...
Hello @ctongfei I will answer the questions as @hohwille is a bit too busy atm. > Just to confirm, what version of `jline` are you using? 3.26.3? We are using...