NAnt
![]() ![]() ![]() |
v0.91 |
Gets the absolute path of the specified tool for the current target framework.
string framework::get-tool-path(tool)
Name | Type | Description |
---|---|---|
tool | string | The file name of the tool to search for. |
The configured tool paths are scanned in the order in which they are defined in the framework configuration.
The file name of the tool to search should include the extension.
Use gacutil to install an assembly in the GAC.
<exec program="${framework::get-tool-path('gacutil.exe')}" managed="strict"> <arg value="/i" /> <arg file="Cegeka.HealthFramework.dll" /> </exec>