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>