trying to build latest- VcsAppendableHistorySessionPartner undefined
I'm trying to build the latest Community Edition and it cannot resolve VcsAppendableHistorySessionPartner (referenced from VcsHistoryProvider.java).
Thanks
Please sign in to leave a comment.
Hello George,
Please make sure you've pulled all the changes from git correctly. The class
is there in the source repository.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hmm, it's there on disk, but for some reason it's not resolving it. I am building with 94.273 EAP, if that makes any difference. I also notice the following stack trace from IDEA during the build, which may be related (or not).
Hello George,
Rebuild Project usually helps in cases like that. The exception is unrelated
and has been fixed; the fix will be included in the next EAP build.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Dmitry,
During rebuild, I got "Error: Compiler internal error. Process terminated with exit code 3". I suspected that maybe the compiler was running out of memory, so I increased the javac max heap setting (Compiler -> Java Compiler). I had to go to 512M before I could get a clean build. I'm a 64 bit machine, so it's not totally surprising.
Thanks