Intellij requesting Main class and output file name when compilation is specified with hxml file

When specifying compilation of the module with hxml, Intellij does not  compile, erroring with: No output file name for module as3hx_intellij.

My guess this is a Intellij core problem, where Intellij requests the parameters regardless of the plugin using a different compilation strategy. Please advise

0
Avatar
Permanently deleted user

Yes, currently IntelliJ checks "main class" and "output file name" regardless of the settings. I'm going to fix it in the next update.

As workaround you may use some fake class name and file name(see screenshot).



Attachment(s):
workaround.png
0

请先登录再写评论。