MoreUnit / org.moreunit.intellij.plugin

MoreUnit IntelliJ Plugin
33 stars 8 forks source link

Add support for test/spec/should in the suffix #6

Closed jrust closed 7 years ago

jrust commented 7 years ago

New capability that fixes #5:

jrust commented 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 😦

ndemengel commented 7 years ago

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.

jrust commented 7 years ago

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.

ndemengel commented 7 years ago

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.

ndemengel commented 7 years ago

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!

jrust commented 7 years ago

Great, thanks for the quick response!