You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EclihX
Hi.
I was developing ahead with FlashDevelop. I would now like to spend
and then use souslinux EcliHx. First, I wanted to congratulate you for
your work.
I installed on my Debian with the latest Eclipse plug-in your EcliHx.
I followed your tutorial but it does not work. When compiling, I get
an error: "Error: Invalid class name" / home / JCDC / projectEclipse /
build.hxml Test / Test Problem EcliHx line 0 "
My Build.hxml:
-swf out/test.swf
-swf-version 10
-swf-header 600:450:24:FFFFFF
-main Main
-cp src
My Main.hx:
class Main {
static function main(){
trace("lolo");
}
}
If I put in console haxe build.hxml, my code compiles fine. Do you
have an idea of my problem?
Thank you.
Nikolay Krasko
unread,
Apr 3, 2011, 4:56:16 PM4/3/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EclihX
Hello,
I have reproduced your problem on Debian and created the bug for it:
Issue 80 (http://code.google.com/p/eclihx/issues/detail?id=80). The
problem was in project name with spaces and bad parsing in java
getRuntime().exec(String cmd, ...). Anyway I hope now it fixed and
available in trunk (please, see the http://www.eclihx.org/installation-notes to know how to update from trunk).
Thank you for letting me know about that problem!
Nikolay Krasko.