anthx: Ant tasks for haXe

AntHX is a collection of Ant tasks for use with haXe.

Install using:
haxelib install anthx

Full documentation is available on the project's Google Code site here:
http://code.google.com/p/anthx/

Examples:


<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>

version #1726, modified 2008-07-10 12:27:06 by wildwinter