lib.haxe.org

hxBuild

build tool along the lines of rake/gant
Version
0.13
Owner
blackdog
License
BSD

History

  • 2008-03-19 14:56:11
    0.13
    Highlights: New closured syntax, get's rid of initial boiler plate, simple example class Buildfile { public static function main() { var bc= Reflect.empty(); Task.begin(bc,function(prms) { Task.define("test", { action: function() { Task.tr(prms.join(" ")); } }); }); } }
  • 2008-03-18 14:54:44
    0.12
    Highlights - add params to task on command line, Task.fileUpload()
  • 2008-03-16 17:25:32
    0.11
    Highlights - Running script is now in haxe, Task.zip,numerous changes to API
  • 2008-03-14 14:55:51
    0.1
    Working acceptably for me.