My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
haxelib  
Run haxelib.
Updated Feb 4, 2010 by wildwin...@gmail.com

The haxelib task

This task simply runs the haxelib command. See the haxelib documentation for the full list of commands, but here are a few.

Haxelib samples

<haxelib command="install" lib="swhx"/>

<haxelib command="upgrade"/>

<haxelib command="info" lib="antx"/>

Additional Arguments

Note that this command can take embedded arg elements if you want to pass more options to the command-line.

<haxelib command="set" lib="anthx">
  <arg value="0.2"/>
</haxelib>

See the ant task Exec for more details of the syntax for arg.


Sign in to add a comment
Powered by Google Project Hosting