Boaz Nahum
- 活动总数 218
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 70
-
创建于 Plugin dev using gradle: Could not determine target platform version, please check project setup
已回答Hi I'm using gradle to developer IntelliJ plugins: build.gradle intellij { //version gradle.ext.intellij_version version '2021.2'...} plugin.xml <applicationListeners> <listener class="w... -
创建于 Upgrading my plugins to 2021.*/Gradle java.lang.NoClassDefFoundError: com/intellij/openapi/compiler/CompileTask
已回答Hi All After ugrading all my plugins to 2021.* and using gradle, I have this problem: This code import com.intellij.openapi.compiler.CompileTask; is compiled successfully, but on runtime I get ja... -
已编辑于 How to add flag '--enable-preview' to groovy compiler
已回答Hi I have a mixed java/gorrvy project., IntelliJ IntelliJ IDEA 2019.3.2 (Community Edition) Build #IC-193.6015.39, built on January 21, 2020 I want to use JDK 13 preview features, so I turned it on... -
创建于 "Error:java: option --add-exports not allowed with target 1.8" or Per module compiler settings
已回答We have huge project with hundreds of modules with dependencies between them. Some of the module are Java 1.6/1.8 most of the 1.9 jigsaw. So we are trying to add jigsaw specific compiler setting, l... -
创建于 JDK jigsaw issues --patch-module specified more than once for
已回答Hi All. I'm using IC-171.3224.1 and trying to compile with JDK jigsaw 9-ea+157-jigsaw I'm using two completely separated build systems ANT and IntelliJ. So to fix some compilation probelm i have to... -
创建于 IntelliJ 15 "bad enclosing method attribute for class" compilation problem
Since we moved to IntelliJ 15 we have serious complication problem.The error message is:Error:java: cannot access wf.core.base.prm.data_properties.ExplicitDataPropertyItem$1 bad class file: F:\vie... -
创建于 Internal error when trying to use "Project language level - Experimental features" - Not a compile error
HiI'm using Project language level - Experimental featuresJDK buit from http://openjdk.java.net/projects/valhalla/When trying to compile, I got this error message:Error:Internal error: (java.lang.I... -
创建于 Can't use IntelliJ 14 138.2458.8 'Action not found:ChangesView.Rollback'
Hi All.I just upgrade to latest preview 138.2458.Since then I can't use intelliJ. I got a popup every 2 seconds I'm not even using SVN :(ThxBoaz -
创建于 Can't run inspection
Hi.I created inspection profile with only one inspection enabled:The silly patten is just for trying to catch invalid names.I ran the inspection:But inspection didn't find any issue.I tried change ... -
创建于 How to do verbose compilation
Hi.We are looking for some compilation problem (files that are never 'up-to-date').For this we need verbose compilation log.I tied adding to external build '-verbose' (javac option) but it is igno...