IntelliJ OpenFL Haxe startup failed with two blank error messages

Building from IntelliJ IDEA gives me two blank error messages. None of the error messages contain a description of the error, just a blank message:Error:

intellij-errors

However, the build seems to be successful. If I'm targeting Flash, the Export/flash/bin

SWF file exists and works fine. As a return code from the compiler, it is misinterpreted as an error.

Regardless of the build target or project, this appears to be a plugin issue for IntelliJ.

Projects compile without issue and work fine via command line.

Environment:

  • IntelliJ IDEA Ultimate 14.0.1
  • Haxe Toolbox 3.1.3
  • Haxe Custom Language Support Plugin 0.8.1 updated on Aug 21, 2014.

Project:

intellij-project

Module:

intellij-module

Launch configuration:

intellij-run-configuration

+3


source to share


1 answer


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



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

0


source







All Articles