hxBuild
build tool along the lines of rake/gant
Website
http://www.blackdog-haxe.comVersion
0.13Owner
blackdogLicense
BSDHistory
-
2008-03-19 14:56:110.13Highlights: 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:440.12Highlights - add params to task on command line, Task.fileUpload()
-
2008-03-16 17:25:320.11Highlights - Running script is now in haxe, Task.zip,numerous changes to API
-
2008-03-14 14:55:510.1Working acceptably for me.