My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
getHaxelibPath  
Return the path to a haxelib library.
Updated Feb 4, 2010 by wildwin...@gmail.com

The getHaxelibPath task

This retrieves the current path to an installed haxelib library. It's useful if (for example) you want to copy the .ndll files in a haxelib library into your distribution.

To retrieve a library path

<getHaxelibPath property="folder.swhx" lib="swhx"/>
<echo>The SWHX library is installed at: ${folder.swhx}</echo>

Sign in to add a comment
Powered by Google Project Hosting