-
Notifications
You must be signed in to change notification settings - Fork 100
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
intellij 14 debug conflict #166
Comments
What is your run configuration? |
I have created a new simple java project with activator, importe it in intellij idea via sbt and configure debugger has play 2 app with default parameters test with jdk1.8.0_25.jdk or jdk1.7.0_71.jdk when i run or debug -> if i build/run with activator. my config below find logs from idea.log without plugin... with plugin... do you need other informations ? |
Related to #215? |
yes, this is related to # 215 We see same messages in our Android developer's machines as well. Error:No main class for module: ... |
We will need to look at build handler, maybe it needs some check if module is Haxe module... |
Fix for this issue #218 |
Check if module is HaxeModuleType #166
A fix is in place. @inagun, please re-open if this is not fixed in 0.9.3. |
Hi, i've downloaded the latest version of haxe plugin in intellij 14.0.3, and when i open a play framework 2 project (without any haxe module inside) and run or run with debug it, it's failing
Information:18/03/2015 23:49 - Compilation completed with 2 errors and 0 warnings in 0 sec
Error:No main class for module: root
Error:Compilation failed
removing the plugin fix the issue. it's seems as a conflict.
The text was updated successfully, but these errors were encountered: