how to build intellij haxe plugin on macos?

55 views
Skip to first unread message

davy zhang

unread,
Feb 24, 2014, 8:37:39 AM2/24/14
to haxe...@googlegroups.com
find plug in here https://github.com/JetBrains/intellij-haxe

but I don't know how to build it...

I don't wanna use the pre-built version because I found some bug fixes is critical for me, like error clickable to source code

I am new to intellij plugin dev

so thanks for any instructions

davy zhang

unread,
Feb 24, 2014, 8:58:11 AM2/24/14
to haxe...@googlegroups.com
Finally I get it working, 
After clone from git, I need to new project not import or open a project
so I can compile and as the rest of the readme.txt

TroyWorks

unread,
Mar 1, 2014, 4:42:19 PM3/1/14
to haxe...@googlegroups.com
I'm a similar situation, wondering what steps you used and where to get the prerequisite jars, so far I haven't gotten it to build successfully yet.

Been following this instructions.
http://www.jetbrains.org/pages/viewpage.action?pageId=983225

davy zhang

unread,
Mar 1, 2014, 11:29:54 PM3/1/14
to haxe...@googlegroups.com
the requested jar is flex's jar, just add to the sdk class path, it silent the missing jar complains. 

But I can not get the whole plugin compiled some how, because the language syntax error, I don't have enough java knowledge to fix this.

so I drop it temporally  

davy zhang

unread,
Mar 2, 2014, 1:37:49 AM3/2/14
to haxe...@googlegroups.com
Let's explain a little bit

first should Mark src folder like this:

and then add flex support jars from here

and the all the libs here, but can not compile with error:

java: /Users/xxx/IdeaProjects/haxeplugin/jps-plugin/src/org/jetbrains/jps/haxe/model/module/JpsHaxeModuleType.java:30: no interface expected here

I don't know how to fix that
Reply all
Reply to author
Forward
0 new messages