Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haxe plugin built with 2017.3 throws ClassNotFoundExceptions when running on prior versions of IDEA. #719

Closed
EricBishton opened this issue Dec 30, 2017 · 1 comment

Comments

@EricBishton
Copy link
Member

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".

@EricBishton 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
@EricBishton
Copy link
Member Author

This was fixed with #790. It was released in 1.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant