anthx
AntHX est une collection de tâches Ant utilisable sous Haxe.
http://fr.wikipedia.org/wiki/Apache_Ant
Installez en utilisant la commande:
haxelib install anthx
Toute la doc est disponible sur le site du Google Code project :
http://code.google.com/p/anthx/
Exemples:
<haxe hxml="test.hxml"/>
<haxe2neko main="App" out="app.n"/>
<neko file="app.n"/>
<haxe2swf main="App" out="app.swf" version="9" swflib="resources.swf">
<header width="100" height="100" framerate="25" background="FF0000"/>
<lib name="handyXML"/>
<classpath>
<pathelement location="E:\src"/>
</classpath>
</haxe2swf>
<getHaxelibPath lib="swhx" property="folder.haxelib"/>
<echo>SWHX installed at:${folder.haxelib}</echo>
<haxeEmbed><![CDATA[
neko.Lib.println("Some embedded Haxe code.");
]]></haxeEmbed>