Generates a .licence
file from a .licx
file.
For a list of all members of this type, see LicenseTask Members.
System.Object
NAnt.Core.Element
NAnt.Core.Task
NAnt.Core.Tasks.ExternalProgramBase
NAnt.DotNet.Tasks.LicenseTask
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
If no output file is specified, the default filename is the name of the target file with the extension .licenses
appended.
Generate the file component.exe.licenses
file from component.licx
.
<license input="component.licx" licensetarget="component.exe" />
Namespace: NAnt.DotNet.Tasks
Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)
LicenseTask Members | NAnt.DotNet.Tasks Namespace