Boaz Nahum

- Total activity 215
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 69
-
Created Plugin dev using gradle: Could not determine target platform version, please check project setup
AnsweredHi 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... -
Created Upgrading my plugins to 2021.*/Gradle java.lang.NoClassDefFoundError: com/intellij/openapi/compiler/CompileTask
AnsweredHi 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... -
Edited How to add flag '--enable-preview' to groovy compiler
AnsweredHi 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... -
Created "Error:java: option --add-exports not allowed with target 1.8" or Per module compiler settings
AnsweredWe 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... -
Created JDK jigsaw issues --patch-module specified more than once for
AnsweredHi 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... -
Created 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... -
Created 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... -
Created 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 -
Created 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 ... -
Created 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...