Gets the absolute path of the specified tool for the current target framework.
The absolute path to tool if found in one of the configured tool paths; otherwise, an error is reported.
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.
Exception Type | Condition |
---|---|
FileNotFoundException | tool could not be found in the configured tool paths. |
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>
FrameworkFunctions Class | NAnt.Core.Functions Namespace