Closed jrust closed 7 years ago
Build appears to be failing because its trying to use a Java 8 class with a Java 6 VM (com.intellij.codeInsight.CodeInsightActionHandler). Does this mean IntellijJ now uses Java 8 or did I do something wrong in upgrading the IntelliJ version? Any help appreciated 😦
Sorry for the late answer, I'm quite busy right now. I doubt you did anything wrong, rather I suspect that IntelliJ changed in some way and I should update the build script accordingly. It has been a journey to make it work the first time, I expect a lot a fun to fix it :-\
I will have a look at it this week-end.
Wondering if Java 6 support is still needed? The intellij article indicates the information is obsolete and OSX 10.11 was the last version to support java 6.
I updated the configuration to use Java 8 and everything ran fine :-)
Unfortunately the script in charge of uploading the build result to https://plugins.jetbrains.com/plugin/7105 doesn't work anymore, due to some changes in Jetbrains Website. As soon as I figure out how to fix that, a new version will be published.
I finally managed to publish a new release. There are still some things to fix but hey, this is what happens when code sleeps during more than a year :-)
Thanks a lot for your work!
Great, thanks for the quick response!
New capability that fixes #5:
someFile.js
could have a corresponding spec file namedsomeFile.spec.js