You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When built with 2017.3, the plugin fails parsing (of HXML project files) with ClassNotFoundException: com/intellij/lang/jvm/types/JvmType. This is due to the class being newly introduced in IDEA 2017.3, being required at run-time and not being available in earlier versions. There is no issue if the plugin is built with 2017.2.x or previously.
We will need to build a 2017.3+ version of the plugin along with a 2017.1~2017.2 version.
To reproduce:
I found this when I built with 2017.3 and was debugging using 2017.2. Attempting to debug an application via Run->Debug... would not bring up the selection dialog. The project was "myFlashApp".
The text was updated successfully, but these errors were encountered:
EricBishton
changed the title
Haxe plugin built with 2017.3 throws ClassNotFoundExcptions when running on prior versions of IDEA.
Haxe plugin built with 2017.3 throws ClassNotFoundExceptions when running on prior versions of IDEA.
Dec 30, 2017
When built with 2017.3, the plugin fails parsing (of HXML project files) with ClassNotFoundException: com/intellij/lang/jvm/types/JvmType. This is due to the class being newly introduced in IDEA 2017.3, being required at run-time and not being available in earlier versions. There is no issue if the plugin is built with 2017.2.x or previously.
We will need to build a 2017.3+ version of the plugin along with a 2017.1~2017.2 version.
To reproduce:
I found this when I built with 2017.3 and was debugging using 2017.2. Attempting to debug an application via Run->Debug... would not bring up the selection dialog. The project was "myFlashApp".
The text was updated successfully, but these errors were encountered: