Produces an XML report that represents the cvs changes from the given start day, to a given end date.
For a list of all members of this type, see ChangeLogTask Members.
System.Object
NAnt.Core.Element
NAnt.Core.Task
NAnt.Core.Tasks.ExternalProgramBase
NAnt.SourceControl.Tasks.AbstractSourceControlTask
NAnt.SourceControl.Tasks.AbstractCvsTask
NAnt.SourceControl.Tasks.ChangeLogTask
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Report changes in NAnt from 1st of June 2004 until 25th of July 2004.
<cvs-changelog destination="e:/test/nant/sourcecontrol/" cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant" module="nant" start="2004/06/01" end="2004/07/25" xmlfile="e:/test/nant/sourcecontrol/changelog-nant.xml" />
Namespace: NAnt.SourceControl.Tasks
Assembly: NAnt.SourceControlTasks (in NAnt.SourceControlTasks.dll)
ChangeLogTask Members | NAnt.SourceControl.Tasks Namespace