haXe Forum > neko newbie

  • Ok beyond the hello world tutorial and the API where can get an angle on how to actually use it... I will look through the book but yesterday I was trying to write a script that would allow me to double click on a exec file in textmate to compile my flash haxe just as a modest attempt not because I really need to do it that way.

    class ClickCompile 
    {
      static function main(){new ClickCompile();}public function new()
      {
        var exec=new neko.io.Process('haxe',[neko.Sys.executablePath()+'/CompileFlashHaxe.hxml']);   
      }
    }

    But it fails to do anything... silently?
    .
    .

< Prev | Page 1 / 1 | Next >