Alan Snyder
- Total activity 145
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
-
Created error running 2022.3 installers.cmd: permission denied (makedmg.sh lacks execute permission)
Answeredbundle JBR and sign sit locally (duration=1 m 11 s 439 ms, end=20:49:29.9177, sitFile=${buildRoot}/artifacts/ideaIC-223.SNAPSHOT-aarch64.sit)runProcess (duration=3 ms, end=20:49:29.9243, args=./mak... -
Created error running installers.cmd: log file not found
AnsweredI am getting an error running installers.cmd on the idea/222.4167.29 sources: FATAL: java.nio.file.NoSuchFileException: /Volumes/A/MyIDEA/out/idea-ce/temp/builtinModules/system/log/idea.log at java... -
Created build of IDEA failed: directory not empty
AnsweredI just had a build fail apparently in the process of cleaning the compiler output directory. A directory not empty exception was thrown. The directory contains a .DS_Store file. I have had similar ... -
Created Unable to build idea-2021.2
AnsweredThe error is: Compilation errors (Kotlin): [Internal Error] java.lang.RuntimeException: Could not find installation home path. Please reinstall the software. at com.intellij.openapi.application.Pat... -
Created Unable to build idea-2021.1.3
AnsweredI am getting an error trying to build 2021.1.3. As the error appears to be in the android repo, let me say that I created a completely new clone of the android repo for this build, and I am using t... -
Created Is there a specific @SuppressWarnings for this warning?
AnsweredI am getting a highlighted warning "condition ... is always true" on an if statement in a situation where the condition may not always be true (when a method is invoked by a superclass constructor,... -
Created If IDEA requires JDK 11 to run, why does Info.plist say 1.8?
AnsweredI assume this file comes from platform/build-scripts/resources/mac/Contents/Info.plist -
Created NPE in build from org.jetbrains.jps.cmdline.ClasspathBootstrap.getResourceFile(ClasspathBootstrap.java:170)
AnsweredI am getting this error trying to build a particular module. Any idea what is wrong? java.lang.NullPointerExceptionat java.base/java.io.File.<init>(File.java:279)at org.jetbrains.jps.cmdline.Clas... -
Created Release 2020.1.2: android/tools-base tag missing?
PlannedI just started trying to build 2020.1.2. I found the tag 201.7846.76 for idea and android, but not for android/tools-base. The latest tag in git://git.jetbrains.org/idea/adt-tools-base.git appears ... -
Created Library source does not match the byte code
AnsweredI am getting this red banner on a few classes from a Java library. By following the link to the decompiled class file, I can see that the class file is the expected one and is one that I just rebui...