Intellij Idea 138.1638 source snapshot build failure
Hi
I have downloaded the 138.1638 source snapshot of intellij idea from github.
I use Intellij IDEA 13.1.2 IDE with jdk1.6.0_45 x64 to build it IntelliJ from source.
And followed the instructions found at "Building and Running from the IDE" section of following url.
http://www.jetbrains.org/pages/viewpage.action?pageId=983225
I followed the specific instructions but when I make the project I encounter following error in my IDE message console.
C:\Users\Isuru\foss\intellij-community-idea-138.1638\java\compiler\javac2\src\com\intellij\ant\Javac2.java
Error:(430, 36) java: C:\Users\Isuru\foss\intellij-community-idea-138.1638\java\compiler\javac2\src\com\intellij\ant\Javac2.java:430: incompatible types
found : com.intellij.compiler.instrumentation.InstrumenterClassWriter
required: org.jetbrains.org.objectweb.asm.ClassWriter
Error:(432, 47) java: C:\Users\Isuru\foss\intellij-community-idea-138.1638\java\compiler\javac2\src\com\intellij\ant\Javac2.java:432: processClassFile(org.jetbrains.asm4.ClassReader,org.jetbrains.asm4.ClassVisitor) in com.intellij.compiler.notNullVerification.NotNullVerifyingInstrumenter cannot be applied to (org.jetbrains.org.objectweb.asm.ClassReader,org.jetbrains.org.objectweb.asm.ClassWriter)
Kindly request to assist on this.
请先登录再写评论。
I haven't built that snapshot, but snapshots often fail to build for one reason or another in my experience.
It matters how you build, whether you are doing ant build.xml or doing build->make. In the first instance, you'll get a failed build if you've installed community at the end of a path which contains blank spaces in its name (see my earlier post).
If that's not the issue, then you may just have a snapshot that doesn't build. Grab the one that is linked to on the "how to build" page. That one has always built for me.