IntelliJ OpenFL Haxe run configuration fails with two empty error messages

686 views Asked by At

Building from IntelliJ IDEA is giving me two empty error messages. Neither error message provides any description of the error, just an empty message stating: Error:

intellij-errors

However, the build appears to be successful. If I target Flash, under Export/flash/bin the SWF file exists and runs perfectly. It's like the return code from the compiler is being incorrectly interpreted as an error.

Regardless of build target or project, it appears to be an issue with the plugin to IntelliJ.

Projects compile without issue and run great via the command line.

Environment:

  • IntelliJ IDEA Ultimate 14.0.1
  • Haxe toolkit 3.1.3
  • Haxe support custom language Plugin 0.8.1 updated August 21, 2014

Project:

intellij-project

Module:

intellij-module

Run configuration:

intellij-run-configuration

1

There are 1 answers

0
Jason Sturges On BEST ANSWER

This was an issue where the plugin had not yet been updated to support IntelliJ IDEA 14.

IntelliJ IDEA 14 support has now been added, and installing a current version of the plugin no longer has this issue.