nant 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (416) hide show
  1. data/docs/help/elements/NAnt.Compression.Tasks.ExpandBaseTask.html +74 -0
  2. data/docs/help/elements/NAnt.Core.DataTypeBase.html +56 -0
  3. data/docs/help/elements/NAnt.Core.Filters.ChainableReader.html +29 -0
  4. data/docs/help/elements/NAnt.Core.Filters.Filter.html +56 -0
  5. data/docs/help/elements/NAnt.Core.Target.html +81 -0
  6. data/docs/help/elements/NAnt.Core.Task.html +29 -0
  7. data/docs/help/elements/NAnt.Core.TaskContainer.html +68 -0
  8. data/docs/help/elements/NAnt.Core.Tasks.ExternalProgramBase.html +132 -0
  9. data/docs/help/elements/NAnt.Core.Tasks.InElement.html +49 -0
  10. data/docs/help/elements/NAnt.Core.Types.Argument.html +121 -0
  11. data/docs/help/elements/NAnt.Core.Types.EnvironmentSet.html +65 -0
  12. data/docs/help/elements/NAnt.Core.Types.EnvironmentVariable.html +99 -0
  13. data/docs/help/elements/NAnt.Core.Types.FileSet.Exclude.html +63 -0
  14. data/docs/help/elements/NAnt.Core.Types.FileSet.ExcludesFile.html +63 -0
  15. data/docs/help/elements/NAnt.Core.Types.FileSet.Include.html +75 -0
  16. data/docs/help/elements/NAnt.Core.Types.FileSet.IncludesFile.html +75 -0
  17. data/docs/help/elements/NAnt.Core.Types.Formatter.html +69 -0
  18. data/docs/help/elements/NAnt.Core.Types.Option.html +68 -0
  19. data/docs/help/elements/NAnt.Core.Types.PathElement.html +74 -0
  20. data/docs/help/elements/NAnt.Core.Types.Pattern.html +63 -0
  21. data/docs/help/elements/NAnt.Core.Types.RawXml.html +33 -0
  22. data/docs/help/elements/NAnt.Core.Types.Token.html +68 -0
  23. data/docs/help/elements/NAnt.Core.Types.XmlNamespace.html +68 -0
  24. data/docs/help/elements/NAnt.Core.Types.XsltExtensionObject.html +74 -0
  25. data/docs/help/elements/NAnt.Core.Types.XsltParameter.html +74 -0
  26. data/docs/help/elements/NAnt.DotNet.Tasks.CompilerBase.html +337 -0
  27. data/docs/help/elements/NAnt.DotNet.Types.AssemblyAttribute.html +74 -0
  28. data/docs/help/elements/NAnt.DotNet.Types.CompilerWarning.html +62 -0
  29. data/docs/help/elements/NAnt.DotNet.Types.DataTypeCollectionBase.html +56 -0
  30. data/docs/help/elements/NAnt.DotNet.Types.EmbeddedResourceCollection.html +29 -0
  31. data/docs/help/elements/NAnt.DotNet.Types.LibDirectorySet.html +61 -0
  32. data/docs/help/elements/NAnt.DotNet.Types.Module.html +56 -0
  33. data/docs/help/elements/NAnt.DotNet.Types.NamespaceImport.html +69 -0
  34. data/docs/help/elements/NAnt.DotNet.Types.Package.html +62 -0
  35. data/docs/help/elements/NAnt.NUnit.Types.FormatterElement.html +70 -0
  36. data/docs/help/elements/NAnt.NUnit1.Types.NUnitTest.html +92 -0
  37. data/docs/help/elements/NAnt.NUnit2.Types.Category.html +62 -0
  38. data/docs/help/elements/NAnt.NUnit2.Types.NUnit2Test.html +111 -0
  39. data/docs/help/elements/NAnt.SourceControl.Tasks.AbstractCvsTask.html +239 -0
  40. data/docs/help/elements/NAnt.SourceControl.Tasks.AbstractSourceControlTask.html +167 -0
  41. data/docs/help/elements/NAnt.VSNet.Types.WebMap.html +74 -0
  42. data/docs/help/elements/NAnt.VisualCpp.Types.Library.html +62 -0
  43. data/docs/help/elements/NAnt.VisualCpp.Types.Symbol.html +62 -0
  44. data/docs/help/enums/NAnt.Compression.Types.DuplicateHandling.html +54 -0
  45. data/docs/help/enums/NAnt.Compression.Types.TarCompressionMethod.html +54 -0
  46. data/docs/help/enums/NAnt.Core.FrameworkTypes.html +74 -0
  47. data/docs/help/enums/NAnt.Core.Level.html +66 -0
  48. data/docs/help/enums/NAnt.Core.Tasks.AvailableTask.ResourceType.html +58 -0
  49. data/docs/help/enums/NAnt.Core.Tasks.LoopTask.LoopItem.html +63 -0
  50. data/docs/help/enums/NAnt.Core.Tasks.LoopTask.LoopTrim.html +59 -0
  51. data/docs/help/enums/NAnt.Core.Types.ManagedExecution.html +77 -0
  52. data/docs/help/enums/NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage.html +54 -0
  53. data/docs/help/enums/NAnt.DotNet.Tasks.RegsvcsTask.ActionType.html +54 -0
  54. data/docs/help/enums/NAnt.DotNet.Types.DebugOutput.html +84 -0
  55. data/docs/help/enums/NAnt.DotNet.Types.DelaySign.html +75 -0
  56. data/docs/help/enums/NAnt.MSNet.Tasks.ServiceControllerTask.ActionType.html +62 -0
  57. data/docs/help/enums/NAnt.NUnit.Types.FormatterType.html +50 -0
  58. data/docs/help/enums/NAnt.VisualCpp.Tasks.ClTask.PrecompiledHeaderMode.html +54 -0
  59. data/docs/help/enums/NAnt.VisualCpp.Types.CharacterSet.html +54 -0
  60. data/docs/help/filters/expandproperties.html +33 -0
  61. data/docs/help/filters/index.html +60 -0
  62. data/docs/help/filters/replacestring.html +92 -0
  63. data/docs/help/filters/replacetokens.html +110 -0
  64. data/docs/help/filters/tabstospaces.html +73 -0
  65. data/docs/help/functions/assembly.get-full-name(System.Reflection.Assembly).html +51 -0
  66. data/docs/help/functions/assembly.get-location(System.Reflection.Assembly).html +51 -0
  67. data/docs/help/functions/assembly.get-name(System.Reflection.Assembly).html +52 -0
  68. data/docs/help/functions/assembly.load(System.String).html +55 -0
  69. data/docs/help/functions/assembly.load-from-file(System.String).html +52 -0
  70. data/docs/help/functions/assemblyname.get-assembly-name(System.String).html +54 -0
  71. data/docs/help/functions/assemblyname.get-codebase(System.Reflection.AssemblyName).html +51 -0
  72. data/docs/help/functions/assemblyname.get-escaped-codebase(System.Reflection.AssemblyName).html +51 -0
  73. data/docs/help/functions/assemblyname.get-full-name(System.Reflection.AssemblyName).html +53 -0
  74. data/docs/help/functions/assemblyname.get-name(System.Reflection.AssemblyName).html +53 -0
  75. data/docs/help/functions/assemblyname.get-version(System.Reflection.AssemblyName).html +54 -0
  76. data/docs/help/functions/bool.parse(System.String).html +52 -0
  77. data/docs/help/functions/bool.to-string(System.Boolean).html +49 -0
  78. data/docs/help/functions/convert.to-boolean(System.Boolean).html +53 -0
  79. data/docs/help/functions/convert.to-datetime(System.DateTime).html +53 -0
  80. data/docs/help/functions/convert.to-double(System.Double).html +53 -0
  81. data/docs/help/functions/convert.to-int(System.Int32).html +53 -0
  82. data/docs/help/functions/convert.to-string(System.String).html +53 -0
  83. data/docs/help/functions/cygpath.get-dos-path(System.String).html +51 -0
  84. data/docs/help/functions/cygpath.get-unix-path(System.String).html +51 -0
  85. data/docs/help/functions/cygpath.get-windows-path(System.String).html +51 -0
  86. data/docs/help/functions/datetime.get-day(System.DateTime).html +49 -0
  87. data/docs/help/functions/datetime.get-day-of-week(System.DateTime).html +49 -0
  88. data/docs/help/functions/datetime.get-day-of-year(System.DateTime).html +49 -0
  89. data/docs/help/functions/datetime.get-days-in-month(System.Int32,System.Int32).html +56 -0
  90. data/docs/help/functions/datetime.get-hour(System.DateTime).html +49 -0
  91. data/docs/help/functions/datetime.get-millisecond(System.DateTime).html +49 -0
  92. data/docs/help/functions/datetime.get-minute(System.DateTime).html +49 -0
  93. data/docs/help/functions/datetime.get-month(System.DateTime).html +49 -0
  94. data/docs/help/functions/datetime.get-second(System.DateTime).html +49 -0
  95. data/docs/help/functions/datetime.get-ticks(System.DateTime).html +49 -0
  96. data/docs/help/functions/datetime.get-year(System.DateTime).html +49 -0
  97. data/docs/help/functions/datetime.is-leap-year(System.Int32).html +50 -0
  98. data/docs/help/functions/datetime.now().html +34 -0
  99. data/docs/help/functions/datetime.parse(System.String).html +51 -0
  100. data/docs/help/functions/datetime.to-string(System.DateTime).html +49 -0
  101. data/docs/help/functions/directory.exists(System.String).html +52 -0
  102. data/docs/help/functions/directory.get-creation-time(System.String).html +51 -0
  103. data/docs/help/functions/directory.get-current-directory().html +34 -0
  104. data/docs/help/functions/directory.get-directory-root(System.String).html +51 -0
  105. data/docs/help/functions/directory.get-last-access-time(System.String).html +51 -0
  106. data/docs/help/functions/directory.get-last-write-time(System.String).html +51 -0
  107. data/docs/help/functions/directory.get-parent-directory(System.String).html +55 -0
  108. data/docs/help/functions/dns.get-host-name().html +36 -0
  109. data/docs/help/functions/double.parse(System.String).html +51 -0
  110. data/docs/help/functions/double.to-string(System.Double).html +49 -0
  111. data/docs/help/functions/environment.get-folder-path(System.Environment.SpecialFolder).html +55 -0
  112. data/docs/help/functions/environment.get-machine-name().html +36 -0
  113. data/docs/help/functions/environment.get-operating-system().html +38 -0
  114. data/docs/help/functions/environment.get-user-name().html +40 -0
  115. data/docs/help/functions/environment.get-variable(System.String).html +51 -0
  116. data/docs/help/functions/environment.get-version().html +37 -0
  117. data/docs/help/functions/environment.newline().html +36 -0
  118. data/docs/help/functions/environment.variable-exists(System.String).html +54 -0
  119. data/docs/help/functions/file.exists(System.String).html +54 -0
  120. data/docs/help/functions/file.get-creation-time(System.String).html +51 -0
  121. data/docs/help/functions/file.get-last-access-time(System.String).html +51 -0
  122. data/docs/help/functions/file.get-last-write-time(System.String).html +51 -0
  123. data/docs/help/functions/file.get-length(System.String).html +51 -0
  124. data/docs/help/functions/file.is-assembly(System.String).html +51 -0
  125. data/docs/help/functions/file.up-to-date(System.String,System.String).html +57 -0
  126. data/docs/help/functions/fileversioninfo.get-company-name(System.Diagnostics.FileVersionInfo).html +51 -0
  127. data/docs/help/functions/fileversioninfo.get-file-version(System.Diagnostics.FileVersionInfo).html +52 -0
  128. data/docs/help/functions/fileversioninfo.get-product-name(System.Diagnostics.FileVersionInfo).html +51 -0
  129. data/docs/help/functions/fileversioninfo.get-product-version(System.Diagnostics.FileVersionInfo).html +52 -0
  130. data/docs/help/functions/fileversioninfo.get-version-info(System.String).html +52 -0
  131. data/docs/help/functions/framework.exists(System.String).html +50 -0
  132. data/docs/help/functions/framework.get-assembly-directory(System.String).html +51 -0
  133. data/docs/help/functions/framework.get-clr-version().html +35 -0
  134. data/docs/help/functions/framework.get-clr-version(System.String).html +52 -0
  135. data/docs/help/functions/framework.get-description().html +34 -0
  136. data/docs/help/functions/framework.get-description(System.String).html +51 -0
  137. data/docs/help/functions/framework.get-family(System.String).html +51 -0
  138. data/docs/help/functions/framework.get-framework-directory(System.String).html +51 -0
  139. data/docs/help/functions/framework.get-frameworks(NAnt.Core.FrameworkTypes).html +62 -0
  140. data/docs/help/functions/framework.get-runtime-engine(System.String).html +51 -0
  141. data/docs/help/functions/framework.get-runtime-framework().html +34 -0
  142. data/docs/help/functions/framework.get-sdk-directory(System.String).html +51 -0
  143. data/docs/help/functions/framework.get-target-framework().html +34 -0
  144. data/docs/help/functions/framework.get-tool-path(System.String).html +56 -0
  145. data/docs/help/functions/framework.get-version().html +35 -0
  146. data/docs/help/functions/framework.get-version(System.String).html +52 -0
  147. data/docs/help/functions/framework.sdk-exists(System.String).html +50 -0
  148. data/docs/help/functions/index.html +1328 -0
  149. data/docs/help/functions/int.parse(System.String).html +51 -0
  150. data/docs/help/functions/int.to-string(System.Int32).html +49 -0
  151. data/docs/help/functions/long.parse(System.String).html +51 -0
  152. data/docs/help/functions/long.to-string(System.Int64).html +49 -0
  153. data/docs/help/functions/math.abs(System.Double).html +50 -0
  154. data/docs/help/functions/math.ceiling(System.Double).html +49 -0
  155. data/docs/help/functions/math.floor(System.Double).html +49 -0
  156. data/docs/help/functions/math.round(System.Double).html +49 -0
  157. data/docs/help/functions/nant.get-assembly().html +35 -0
  158. data/docs/help/functions/nant.get-base-directory().html +34 -0
  159. data/docs/help/functions/operating-system.get-platform(System.OperatingSystem).html +53 -0
  160. data/docs/help/functions/operating-system.get-version(System.OperatingSystem).html +52 -0
  161. data/docs/help/functions/operating-system.to-string(System.OperatingSystem).html +54 -0
  162. data/docs/help/functions/path.change-extension(System.String,System.String).html +59 -0
  163. data/docs/help/functions/path.combine(System.String,System.String).html +56 -0
  164. data/docs/help/functions/path.get-directory-name(System.String).html +51 -0
  165. data/docs/help/functions/path.get-extension(System.String).html +51 -0
  166. data/docs/help/functions/path.get-file-name(System.String).html +54 -0
  167. data/docs/help/functions/path.get-file-name-without-extension(System.String).html +51 -0
  168. data/docs/help/functions/path.get-full-path(System.String).html +51 -0
  169. data/docs/help/functions/path.get-path-root(System.String).html +51 -0
  170. data/docs/help/functions/path.get-temp-file-name().html +34 -0
  171. data/docs/help/functions/path.get-temp-path().html +34 -0
  172. data/docs/help/functions/path.has-extension(System.String).html +52 -0
  173. data/docs/help/functions/path.is-path-rooted(System.String).html +52 -0
  174. data/docs/help/functions/pkg-config.exists(System.String).html +52 -0
  175. data/docs/help/functions/pkg-config.get-compile-flags(System.String).html +51 -0
  176. data/docs/help/functions/pkg-config.get-link-flags(System.String).html +51 -0
  177. data/docs/help/functions/pkg-config.get-mod-version(System.String).html +51 -0
  178. data/docs/help/functions/pkg-config.get-variable(System.String,System.String).html +56 -0
  179. data/docs/help/functions/pkg-config.is-atleast-version(System.String,System.String).html +57 -0
  180. data/docs/help/functions/pkg-config.is-between-version(System.String,System.String,System.String).html +62 -0
  181. data/docs/help/functions/pkg-config.is-exact-version(System.String,System.String).html +57 -0
  182. data/docs/help/functions/pkg-config.is-max-version(System.String,System.String).html +57 -0
  183. data/docs/help/functions/platform.get-name().html +34 -0
  184. data/docs/help/functions/platform.is-unix().html +35 -0
  185. data/docs/help/functions/platform.is-win32().html +38 -0
  186. data/docs/help/functions/platform.is-windows().html +35 -0
  187. data/docs/help/functions/project.get-base-directory().html +34 -0
  188. data/docs/help/functions/project.get-buildfile-path().html +34 -0
  189. data/docs/help/functions/project.get-buildfile-uri().html +34 -0
  190. data/docs/help/functions/project.get-default-target().html +34 -0
  191. data/docs/help/functions/project.get-name().html +34 -0
  192. data/docs/help/functions/property.exists(System.String).html +56 -0
  193. data/docs/help/functions/property.get-value(System.String).html +49 -0
  194. data/docs/help/functions/property.is-dynamic(System.String).html +52 -0
  195. data/docs/help/functions/property.is-readonly(System.String).html +52 -0
  196. data/docs/help/functions/string.contains(System.String,System.String).html +55 -0
  197. data/docs/help/functions/string.ends-with(System.String,System.String).html +55 -0
  198. data/docs/help/functions/string.get-length(System.String).html +49 -0
  199. data/docs/help/functions/string.index-of(System.String,System.String).html +57 -0
  200. data/docs/help/functions/string.last-index-of(System.String,System.String).html +57 -0
  201. data/docs/help/functions/string.pad-left(System.String,System.Int32,System.String).html +61 -0
  202. data/docs/help/functions/string.pad-right(System.String,System.Int32,System.String).html +61 -0
  203. data/docs/help/functions/string.replace(System.String,System.String,System.String).html +61 -0
  204. data/docs/help/functions/string.starts-with(System.String,System.String).html +55 -0
  205. data/docs/help/functions/string.substring(System.String,System.Int32,System.Int32).html +64 -0
  206. data/docs/help/functions/string.to-lower(System.String).html +49 -0
  207. data/docs/help/functions/string.to-upper(System.String).html +49 -0
  208. data/docs/help/functions/string.trim(System.String).html +49 -0
  209. data/docs/help/functions/string.trim-end(System.String).html +49 -0
  210. data/docs/help/functions/string.trim-start(System.String).html +49 -0
  211. data/docs/help/functions/target.exists(System.String).html +54 -0
  212. data/docs/help/functions/target.get-current-target().html +36 -0
  213. data/docs/help/functions/target.has-executed(System.String).html +52 -0
  214. data/docs/help/functions/task.exists(System.String).html +50 -0
  215. data/docs/help/functions/task.get-assembly(System.String).html +52 -0
  216. data/docs/help/functions/timespan.from-days(System.Double).html +49 -0
  217. data/docs/help/functions/timespan.from-hours(System.Double).html +49 -0
  218. data/docs/help/functions/timespan.from-milliseconds(System.Double).html +49 -0
  219. data/docs/help/functions/timespan.from-minutes(System.Double).html +49 -0
  220. data/docs/help/functions/timespan.from-seconds(System.Double).html +49 -0
  221. data/docs/help/functions/timespan.from-ticks(System.Int64).html +49 -0
  222. data/docs/help/functions/timespan.get-days(System.TimeSpan).html +55 -0
  223. data/docs/help/functions/timespan.get-hours(System.TimeSpan).html +49 -0
  224. data/docs/help/functions/timespan.get-milliseconds(System.TimeSpan).html +49 -0
  225. data/docs/help/functions/timespan.get-minutes(System.TimeSpan).html +49 -0
  226. data/docs/help/functions/timespan.get-seconds(System.TimeSpan).html +49 -0
  227. data/docs/help/functions/timespan.get-ticks(System.TimeSpan).html +49 -0
  228. data/docs/help/functions/timespan.get-total-days(System.TimeSpan).html +49 -0
  229. data/docs/help/functions/timespan.get-total-hours(System.TimeSpan).html +49 -0
  230. data/docs/help/functions/timespan.get-total-milliseconds(System.TimeSpan).html +49 -0
  231. data/docs/help/functions/timespan.get-total-minutes(System.TimeSpan).html +49 -0
  232. data/docs/help/functions/timespan.get-total-seconds(System.TimeSpan).html +49 -0
  233. data/docs/help/functions/timespan.parse(System.String).html +51 -0
  234. data/docs/help/functions/timespan.to-string(System.TimeSpan).html +49 -0
  235. data/docs/help/functions/version.get-build(System.Version).html +51 -0
  236. data/docs/help/functions/version.get-major(System.Version).html +51 -0
  237. data/docs/help/functions/version.get-minor(System.Version).html +51 -0
  238. data/docs/help/functions/version.get-revision(System.Version).html +51 -0
  239. data/docs/help/functions/version.parse(System.String).html +52 -0
  240. data/docs/help/functions/version.to-string(System.Version).html +51 -0
  241. data/docs/help/fundamentals/buildfiles.html +81 -0
  242. data/docs/help/fundamentals/expressions.html +2127 -0
  243. data/docs/help/fundamentals/functions.html +311 -0
  244. data/docs/help/fundamentals/index.html +35 -0
  245. data/docs/help/fundamentals/listeners.html +318 -0
  246. data/docs/help/fundamentals/projects.html +71 -0
  247. data/docs/help/fundamentals/properties.html +314 -0
  248. data/docs/help/fundamentals/running-nant.html +92 -0
  249. data/docs/help/fundamentals/targets.html +136 -0
  250. data/docs/help/fundamentals/tasks.html +277 -0
  251. data/docs/help/images/arrow.gif +0 -0
  252. data/docs/help/images/bullet.gif +0 -0
  253. data/docs/help/images/logo.gif +0 -0
  254. data/docs/help/index.html +61 -0
  255. data/docs/help/introduction/fog0000000006.html +42 -0
  256. data/docs/help/introduction/fog0000000041.html +39 -0
  257. data/docs/help/introduction/fog0000000042.html +32 -0
  258. data/docs/help/introduction/fog0000000079.html +32 -0
  259. data/docs/help/introduction/fog0000000081.html +35 -0
  260. data/docs/help/introduction/getting-started.gif +0 -0
  261. data/docs/help/introduction/index.html +35 -0
  262. data/docs/help/introduction/installation.html +164 -0
  263. data/docs/help/style.css +213 -0
  264. data/docs/help/tasks/al.html +325 -0
  265. data/docs/help/tasks/asminfo.html +159 -0
  266. data/docs/help/tasks/attrib.html +146 -0
  267. data/docs/help/tasks/available.html +153 -0
  268. data/docs/help/tasks/aximp.html +192 -0
  269. data/docs/help/tasks/call.html +160 -0
  270. data/docs/help/tasks/cl.html +266 -0
  271. data/docs/help/tasks/copy.html +191 -0
  272. data/docs/help/tasks/csc.html +467 -0
  273. data/docs/help/tasks/cvs-changelog.html +263 -0
  274. data/docs/help/tasks/cvs-checkout.html +304 -0
  275. data/docs/help/tasks/cvs-export.html +304 -0
  276. data/docs/help/tasks/cvs-pass.html +97 -0
  277. data/docs/help/tasks/cvs-rtag.html +307 -0
  278. data/docs/help/tasks/cvs-tag.html +307 -0
  279. data/docs/help/tasks/cvs-update.html +310 -0
  280. data/docs/help/tasks/cvs.html +257 -0
  281. data/docs/help/tasks/delay-sign.html +168 -0
  282. data/docs/help/tasks/delete.html +130 -0
  283. data/docs/help/tasks/description.html +77 -0
  284. data/docs/help/tasks/echo.html +148 -0
  285. data/docs/help/tasks/exec.html +247 -0
  286. data/docs/help/tasks/fail.html +97 -0
  287. data/docs/help/tasks/foreach.html +199 -0
  288. data/docs/help/tasks/get.html +168 -0
  289. data/docs/help/tasks/gunzip.html +89 -0
  290. data/docs/help/tasks/if.html +255 -0
  291. data/docs/help/tasks/ifnot.html +164 -0
  292. data/docs/help/tasks/ilasm.html +239 -0
  293. data/docs/help/tasks/ildasm.html +249 -0
  294. data/docs/help/tasks/include.html +92 -0
  295. data/docs/help/tasks/index.html +490 -0
  296. data/docs/help/tasks/jsc.html +315 -0
  297. data/docs/help/tasks/lib.html +201 -0
  298. data/docs/help/tasks/license.html +166 -0
  299. data/docs/help/tasks/link.html +244 -0
  300. data/docs/help/tasks/loadfile.html +135 -0
  301. data/docs/help/tasks/loadtasks.html +119 -0
  302. data/docs/help/tasks/mail.html +166 -0
  303. data/docs/help/tasks/mc.html +167 -0
  304. data/docs/help/tasks/midl.html +276 -0
  305. data/docs/help/tasks/mkdir.html +89 -0
  306. data/docs/help/tasks/move.html +190 -0
  307. data/docs/help/tasks/nant.html +164 -0
  308. data/docs/help/tasks/nantschema.html +96 -0
  309. data/docs/help/tasks/ndoc.html +172 -0
  310. data/docs/help/tasks/nunit.html +132 -0
  311. data/docs/help/tasks/nunit2.html +164 -0
  312. data/docs/help/tasks/property.html +136 -0
  313. data/docs/help/tasks/rc.html +189 -0
  314. data/docs/help/tasks/readregistry.html +111 -0
  315. data/docs/help/tasks/regasm.html +220 -0
  316. data/docs/help/tasks/regex.html +116 -0
  317. data/docs/help/tasks/regsvcs.html +221 -0
  318. data/docs/help/tasks/resgen.html +217 -0
  319. data/docs/help/tasks/script.html +268 -0
  320. data/docs/help/tasks/servicecontroller.html +109 -0
  321. data/docs/help/tasks/setenv.html +223 -0
  322. data/docs/help/tasks/sleep.html +107 -0
  323. data/docs/help/tasks/solution.html +237 -0
  324. data/docs/help/tasks/style.html +193 -0
  325. data/docs/help/tasks/sysinfo.html +193 -0
  326. data/docs/help/tasks/tar.html +119 -0
  327. data/docs/help/tasks/tlbexp.html +160 -0
  328. data/docs/help/tasks/tlbimp.html +249 -0
  329. data/docs/help/tasks/touch.html +120 -0
  330. data/docs/help/tasks/tstamp.html +159 -0
  331. data/docs/help/tasks/untar.html +104 -0
  332. data/docs/help/tasks/unzip.html +104 -0
  333. data/docs/help/tasks/uptodate.html +46 -0
  334. data/docs/help/tasks/vbc.html +478 -0
  335. data/docs/help/tasks/vjc.html +362 -0
  336. data/docs/help/tasks/xmlpeek.html +129 -0
  337. data/docs/help/tasks/xmlpoke.html +141 -0
  338. data/docs/help/tasks/zip.html +145 -0
  339. data/docs/help/types/assemblyfileset.html +280 -0
  340. data/docs/help/types/categories.html +102 -0
  341. data/docs/help/types/credential.html +86 -0
  342. data/docs/help/types/cvsfileset.html +193 -0
  343. data/docs/help/types/dirset.html +61 -0
  344. data/docs/help/types/fileset.html +305 -0
  345. data/docs/help/types/filterchain.html +109 -0
  346. data/docs/help/types/index.html +136 -0
  347. data/docs/help/types/moduleset.html +90 -0
  348. data/docs/help/types/namespaceimports.html +94 -0
  349. data/docs/help/types/path.html +95 -0
  350. data/docs/help/types/patternset.html +223 -0
  351. data/docs/help/types/proxy.html +99 -0
  352. data/docs/help/types/resourcefileset.html +199 -0
  353. data/docs/help/types/tarfileset.html +229 -0
  354. data/docs/help/types/warnaserror.html +102 -0
  355. data/docs/help/types/zipfileset.html +193 -0
  356. data/docs/license.html +81 -0
  357. data/docs/releasenotes.html +3961 -0
  358. data/docs/sdk/NAnt-SDK.chm +0 -0
  359. data/lib/COPYING.txt +340 -0
  360. data/lib/NAnt.CompressionTasks.dll +0 -0
  361. data/lib/NAnt.CompressionTasks.xml +711 -0
  362. data/lib/NAnt.Core.dll +0 -0
  363. data/lib/NAnt.Core.xml +16161 -0
  364. data/lib/NAnt.DotNetTasks.dll +0 -0
  365. data/lib/NAnt.DotNetTasks.xml +5334 -0
  366. data/lib/NAnt.MSNetTasks.dll +0 -0
  367. data/lib/NAnt.MSNetTasks.xml +579 -0
  368. data/lib/NAnt.NUnit.dll +0 -0
  369. data/lib/NAnt.NUnit.xml +353 -0
  370. data/lib/NAnt.NUnit1Tasks.dll +0 -0
  371. data/lib/NAnt.NUnit1Tasks.xml +538 -0
  372. data/lib/NAnt.NUnit2Tasks.dll +0 -0
  373. data/lib/NAnt.NUnit2Tasks.xml +584 -0
  374. data/lib/NAnt.SourceControlTasks.dll +0 -0
  375. data/lib/NAnt.SourceControlTasks.xml +1279 -0
  376. data/lib/NAnt.VSNetTasks.dll +0 -0
  377. data/lib/NAnt.VSNetTasks.xml +3961 -0
  378. data/lib/NAnt.VisualCppTasks.dll +0 -0
  379. data/lib/NAnt.VisualCppTasks.xml +1211 -0
  380. data/lib/NAnt.Win32Tasks.dll +0 -0
  381. data/lib/NAnt.Win32Tasks.xml +690 -0
  382. data/lib/NAnt.exe +0 -0
  383. data/lib/NAnt.exe.config +1996 -0
  384. data/lib/NAnt.xml +78 -0
  385. data/lib/NDoc.Documenter.NAnt.dll +0 -0
  386. data/lib/README.txt +158 -0
  387. data/lib/extensions/common/2.0/NAnt.MSBuild.dll +0 -0
  388. data/lib/extensions/common/2.0/NAnt.MSBuild.xml +36 -0
  389. data/lib/lib/common/1.1/nunit-console-runner.dll +0 -0
  390. data/lib/lib/common/1.1/nunit-console.exe +0 -0
  391. data/lib/lib/common/1.1/nunit.core.dll +0 -0
  392. data/lib/lib/common/1.1/nunit.framework.dll +0 -0
  393. data/lib/lib/common/1.1/nunit.util.dll +0 -0
  394. data/lib/lib/common/2.0/nunit-console-runner.dll +0 -0
  395. data/lib/lib/common/2.0/nunit-console.exe +0 -0
  396. data/lib/lib/common/2.0/nunit.core.dll +0 -0
  397. data/lib/lib/common/2.0/nunit.framework.dll +0 -0
  398. data/lib/lib/common/2.0/nunit.util.dll +0 -0
  399. data/lib/lib/common/neutral/ICSharpCode.SharpCvsLib.Console.dll +0 -0
  400. data/lib/lib/common/neutral/ICSharpCode.SharpCvsLib.dll +0 -0
  401. data/lib/lib/common/neutral/ICSharpCode.SharpZipLib.dll +0 -0
  402. data/lib/lib/common/neutral/NDoc.Core.dll +0 -0
  403. data/lib/lib/common/neutral/NDoc.Documenter.Msdn.dll +0 -0
  404. data/lib/lib/common/neutral/NDoc.ExtendedUI.dll +0 -0
  405. data/lib/lib/common/neutral/NUnitCore.dll +0 -0
  406. data/lib/lib/net/1.0/NDoc.Core.dll +0 -0
  407. data/lib/lib/net/1.0/NDoc.Documenter.Msdn.dll +0 -0
  408. data/lib/lib/net/1.0/NDoc.ExtendedUI.dll +0 -0
  409. data/lib/lib/net/1.0/nunit-console-runner.dll +0 -0
  410. data/lib/lib/net/1.0/nunit-console.exe +0 -0
  411. data/lib/lib/net/1.0/nunit.core.dll +0 -0
  412. data/lib/lib/net/1.0/nunit.framework.dll +0 -0
  413. data/lib/lib/net/1.0/nunit.util.dll +0 -0
  414. data/lib/log4net.dll +0 -0
  415. data/lib/scvs.exe +0 -0
  416. metadata +484 -0
Binary file
@@ -0,0 +1,1279 @@
1
+ <?xml version="1.0"?>
2
+ <doc>
3
+ <assembly>
4
+ <name>NAnt.SourceControlTasks</name>
5
+ </assembly>
6
+ <members>
7
+ <member name="T:NAnt.SourceControl.Tasks.AbstractCvsTask">
8
+ <summary>
9
+ A base class for creating tasks for executing CVS client commands on a
10
+ CVS repository.
11
+ </summary>
12
+ </member>
13
+ <member name="T:NAnt.SourceControl.Tasks.AbstractSourceControlTask">
14
+ <summary>
15
+ A base class for creating tasks for executing CVS client commands on a
16
+ CVS repository.
17
+ </summary>
18
+ </member>
19
+ <member name="F:NAnt.SourceControl.Tasks.AbstractSourceControlTask.EnvHome">
20
+ <summary>
21
+ Name of the environmental variable specifying a users' home
22
+ in a *nix environment.
23
+ </summary>
24
+ </member>
25
+ <member name="F:NAnt.SourceControl.Tasks.AbstractSourceControlTask.AppData">
26
+ <summary>
27
+ Used on windows to specify the location of application data.
28
+ </summary>
29
+ </member>
30
+ <member name="F:NAnt.SourceControl.Tasks.AbstractSourceControlTask.PathVariable">
31
+ <summary>
32
+ The environment variable that holds path information.
33
+ </summary>
34
+ </member>
35
+ <member name="F:NAnt.SourceControl.Tasks.AbstractSourceControlTask.CvsPassFileVariable">
36
+ <summary>
37
+ The environment variable that holds the location of the
38
+ .cvspass file.
39
+ </summary>
40
+ </member>
41
+ <member name="F:NAnt.SourceControl.Tasks.AbstractSourceControlTask.PropExeName">
42
+ <summary>
43
+ Property name used to specify the source control executable. This is
44
+ used as a readonly property.
45
+ </summary>
46
+ </member>
47
+ <member name="M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.#ctor">
48
+ <summary>
49
+ Initializes a new instance of the <see cref="T:NAnt.SourceControl.Tasks.AbstractCvsTask"/>
50
+ class.
51
+ </summary>
52
+ </member>
53
+ <member name="M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.PrepareProcess(System.Diagnostics.Process)">
54
+ <summary>
55
+ Build up the command line arguments, determine which executable is being
56
+ used and find the path to that executable and set the working
57
+ directory.
58
+ </summary>
59
+ <param name="process">The process to prepare.</param>
60
+ </member>
61
+ <member name="M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.SetGlobalOption(System.String,System.String,System.Boolean)">
62
+ <summary>
63
+ Adds a new global option if none exists. If one does exist then
64
+ the use switch is toggled on or of.
65
+ </summary>
66
+ <param name="name">The common name of the option.</param>
67
+ <param name="value">The option value or command line switch
68
+ of the option.</param>
69
+ <param name="on"><code>true</code> if the option should be
70
+ appended to the commandline, otherwise <code>false</code>.</param>
71
+ </member>
72
+ <member name="M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.SetCommandOption(System.String,System.String,System.Boolean)">
73
+ <summary>
74
+ Adds a new command option if none exists. If one does exist then
75
+ the use switch is toggled on or of.
76
+ </summary>
77
+ <param name="name">The common name of the option.</param>
78
+ <param name="value">The option value or command line switch
79
+ of the option.</param>
80
+ <param name="on"><code>true</code> if the option should be
81
+ appended to the commandline, otherwise <code>false</code>.</param>
82
+ </member>
83
+ <member name="M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.SetEnvironment(System.Diagnostics.Process)">
84
+ <summary>
85
+ Set up the environment variables for a process.
86
+ </summary>
87
+ <param name="process">A process to setup.</param>
88
+ </member>
89
+ <member name="M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.AppendFiles">
90
+ <summary>
91
+ Append the files specified in the fileset to the command line argument.
92
+ Files are changed to use a relative path from the working directory
93
+ that the task is spawned in.
94
+ </summary>
95
+ </member>
96
+ <member name="M:NAnt.SourceControl.Tasks.AbstractSourceControlTask.DeriveVcsFromEnvironment">
97
+ <summary>
98
+ Derive the location of the version control system from the environment
99
+ variable <code>PATH</code>.
100
+ </summary>
101
+ <returns>The file information of the version control system,
102
+ or <code>null</code> if this cannot be found.</returns>
103
+ </member>
104
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.PassFileName">
105
+ <summary>
106
+ The name of the passfile, overriden for each version control system (VCS).
107
+ </summary>
108
+ </member>
109
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.VcsHome">
110
+ <summary>
111
+ The path to the specific home directory of the version control system,
112
+ this can be where the binary files are kept, or other app
113
+ information.
114
+ </summary>
115
+ </member>
116
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.VcsHomeEnv">
117
+ <summary>
118
+ The environment variable that defines where the version control system
119
+ (VCS) home variable is kept.
120
+ </summary>
121
+ </member>
122
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.VcsExeName">
123
+ <summary>
124
+ The name of the version control system (VCS) executable file.
125
+ </summary>
126
+ </member>
127
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.Root">
128
+ <summary>
129
+ <para>
130
+ The root variable contains information on how to locate a repository.
131
+ Although this information is in different formats it typically must
132
+ define the following:
133
+ <list type="table">
134
+ <item>server location</item>
135
+ <item>protocol used to communicate with the repository</item>
136
+ <item>repository location on the server</item>
137
+ <item>project location in the repository</item>
138
+ </list>
139
+ </para>
140
+ </summary>
141
+ </member>
142
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.DestinationDirectory">
143
+ <summary>
144
+ Destination directory for the local sandbox. If destination is not specified
145
+ then the current directory is used.
146
+ </summary>
147
+ <value>
148
+ Root path of the local sandbox.
149
+ </value>
150
+ <remarks>
151
+ <para>
152
+ Root path of the local sandbox.
153
+ </para>
154
+ </remarks>
155
+ </member>
156
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.Password">
157
+ <summary>
158
+ The password for logging in to the repository.
159
+ </summary>
160
+ <value>
161
+ The password for logging in to the repository.
162
+ </value>
163
+ </member>
164
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.PassFile">
165
+ <summary>
166
+ The full path to the cached password file. If not specified then the
167
+ environment variables are used to try and locate the file.
168
+ </summary>
169
+ </member>
170
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.GlobalOptions">
171
+ <summary>
172
+ Holds a collection of globally available options.
173
+ </summary>
174
+ </member>
175
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.CommandOptions">
176
+ <summary>
177
+ A collection of options that can be used to modify the default behavoir
178
+ of the version control commands. See the sub-tasks for implementation
179
+ specifics.
180
+ </summary>
181
+ </member>
182
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.CommandLineArguments">
183
+ <summary>
184
+ Command-line arguments for the program. The command line arguments are used to specify
185
+ any cvs command options that are not available as attributes. These are appended
186
+ after the command itself and are additive to whatever attributes are currently specified.
187
+ </summary>
188
+ <example>
189
+ &lt;cvs-checkout cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
190
+ module="nant"
191
+ destination="e:\test\merillcornish\working"
192
+ readonly="true"
193
+ quiet="true"
194
+ commandline="-n"
195
+ cvsfullpath="C:\Program Files\TortoiseCVS\cvs.exe"
196
+ /&gt;
197
+ <br />
198
+ Produces the cvs command:
199
+ <code>c:\Program Files\TortoiseCVS\cvs.exe -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant -q checkout -n nant</code>
200
+ </example>
201
+ </member>
202
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.CommandName">
203
+ <summary>
204
+ The name of the command that is going to be executed.
205
+ </summary>
206
+ </member>
207
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.VcsFileSet">
208
+ <summary>
209
+ Used to specify the version control system (VCS) files that are going
210
+ to be acted on.
211
+ </summary>
212
+ </member>
213
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.Ssh">
214
+ <summary>
215
+ The executable to use for ssh communication.
216
+ </summary>
217
+ </member>
218
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.SshEnv">
219
+ <summary>
220
+ The environment name for the ssh variable.
221
+ </summary>
222
+ </member>
223
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.ExeName">
224
+ <summary>
225
+ The name of the version control system executable.
226
+ </summary>
227
+ </member>
228
+ <member name="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.ProgramArguments">
229
+ <summary>
230
+ Get the command line arguments for the task.
231
+ </summary>
232
+ </member>
233
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.DefaultRecursive">
234
+ <summary>
235
+ Default value for the recursive directive. The default is
236
+ <see langword="false" />.
237
+ </summary>
238
+ </member>
239
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.DefaultQuiet">
240
+ <summary>
241
+ Default value for the quiet command.
242
+ </summary>
243
+ </member>
244
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.DefaultReallyQuiet">
245
+ <summary>
246
+ Default value for the really quiet command.
247
+ </summary>
248
+ </member>
249
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.CvsHome">
250
+ <summary>
251
+ An environment variable that holds path information about where
252
+ cvs is located.
253
+ </summary>
254
+ </member>
255
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.CvsPassfile">
256
+ <summary>
257
+ Name of the password file that cvs stores pserver
258
+ cvsroot/ password pairings.
259
+ </summary>
260
+ </member>
261
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.DefaultCompressionLevel">
262
+ <summary>
263
+ The default compression level to use for cvs commands.
264
+ </summary>
265
+ </member>
266
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.DefaultUseSharpCvsLib">
267
+ <summary>
268
+ The default use of binaries, defaults to use sharpcvs.
269
+ </summary>
270
+ </member>
271
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.CvsExe">
272
+ <summary>
273
+ The name of the cvs executable.
274
+ </summary>
275
+ </member>
276
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.SharpCvsExe">
277
+ <summary>
278
+ The temporary name of the sharpcvslib binary file, to avoid
279
+ conflicts in the path variable.
280
+ </summary>
281
+ </member>
282
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.CvsRsh">
283
+ <summary>
284
+ Environment variable that holds the executable name that is used for
285
+ ssh communication.
286
+ </summary>
287
+ </member>
288
+ <member name="F:NAnt.SourceControl.Tasks.AbstractCvsTask.UseSharpCvsLibProp">
289
+ <summary>
290
+ Property name used to specify on a project level whether sharpcvs is
291
+ used or not.
292
+ </summary>
293
+ </member>
294
+ <member name="M:NAnt.SourceControl.Tasks.AbstractCvsTask.#ctor">
295
+ <summary>
296
+ Initializes a new instance of the <see cref="T:NAnt.SourceControl.Tasks.AbstractCvsTask"/>
297
+ class.
298
+ </summary>
299
+ </member>
300
+ <member name="M:NAnt.SourceControl.Tasks.AbstractCvsTask.PrepareProcess(System.Diagnostics.Process)">
301
+ <summary>
302
+ Build up the command line arguments, determine which executable is being
303
+ used and find the path to that executable and set the working
304
+ directory.
305
+ </summary>
306
+ <param name="process">The process to prepare.</param>
307
+ </member>
308
+ <member name="M:NAnt.SourceControl.Tasks.AbstractCvsTask.AppendSubCommandArgs">
309
+ <summary>
310
+ Override to append any commands before the modele and files.
311
+ </summary>
312
+ </member>
313
+ <member name="M:NAnt.SourceControl.Tasks.AbstractCvsTask.AppendCommandOptions">
314
+ <summary>
315
+ Append the command line options or commen names for the options
316
+ to the generic options collection. This is then piped to the
317
+ command line as a switch.
318
+ </summary>
319
+ </member>
320
+ <member name="M:NAnt.SourceControl.Tasks.AbstractCvsTask.AddArg(System.String)">
321
+ <summary>
322
+ Add the given argument to the command line options. Note that are not explicitly
323
+ quoted are split into seperate arguments. This is to resolve a recent issue
324
+ with quoting command line arguments.
325
+ </summary>
326
+ <param name="arg"></param>
327
+ </member>
328
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.SshEnv">
329
+ <summary>
330
+ The environment name for the ssh variable.
331
+ </summary>
332
+ </member>
333
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.VcsExeName">
334
+ <summary>
335
+ The name of the cvs binary, or <c>cvs.exe</c> at the time this
336
+ was written.
337
+ </summary>
338
+ </member>
339
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.PassFileName">
340
+ <summary>
341
+ The name of the pass file, or <c>.cvspass</c> at the time
342
+ of this writing.
343
+ </summary>
344
+ </member>
345
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.VcsHomeEnv">
346
+ <summary>
347
+ The name of the version control system specific home environment
348
+ variable.
349
+ </summary>
350
+ </member>
351
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.IsModuleNeeded">
352
+ <summary>
353
+ Specify if the module is needed for this cvs command. It is
354
+ only needed if there is no module information on the local file
355
+ system.
356
+ </summary>
357
+ </member>
358
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.CvsFileSet">
359
+ <summary>
360
+ Used to specify the version control system (VCS) files that are going
361
+ to be acted on.
362
+ </summary>
363
+ </member>
364
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.VcsFileSet">
365
+ <summary>
366
+ Get the cvs file set.
367
+ </summary>
368
+ </member>
369
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.ExeName">
370
+ <summary>
371
+ The name of the cvs executable.
372
+ </summary>
373
+ </member>
374
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.CvsFullPath">
375
+ <summary>
376
+ The full path to the cvs binary used. The cvs tasks will attempt to
377
+ "guess" the location of your cvs binary based on your path. If the
378
+ task is unable to resolve the location, or resolves it incorrectly
379
+ this can be used to manually specify the path.
380
+ </summary>
381
+ <value>
382
+ A full path (i.e. including file name) of your cvs binary:
383
+ On Windows: c:\vcs\cvs\cvs.exe
384
+ On *nix: /usr/bin/cvs
385
+ </value>
386
+ </member>
387
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.Root">
388
+ <summary>
389
+ <para>
390
+ The cvs root variable has the following components:
391
+ </para>
392
+ <para>
393
+ <code>[protocol]:[username]@[servername]:[server path]</code>
394
+ <ul>
395
+ <li>protocol: ext, pserver, ssh (sharpcvslib); if you are not using sharpcvslib consult your cvs documentation.</li>
396
+ <li>username: [username]</li>
397
+ <li>servername: cvs.sourceforge.net</li>
398
+ <li>server path: /cvsroot/nant</li>
399
+ </ul>
400
+ </para>
401
+ </summary>
402
+ <example>
403
+ <para>NAnt anonymous cvsroot:</para>
404
+ <code>
405
+ :pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant
406
+ </code>
407
+ </example>
408
+ </member>
409
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.Module">
410
+ <summary>
411
+ The module to perform an operation on.
412
+ </summary>
413
+ <value>
414
+ The module to perform an operation on. This is a normal file/folder
415
+ name without path information.
416
+ </value>
417
+ <example>
418
+ <para>In NAnt the module name would be:</para>
419
+ <code>nant</code>
420
+ </example>
421
+ </member>
422
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.UseSharpCvsLib">
423
+ <summary>
424
+ <para>
425
+ <see langword="true" /> if the SharpCvsLib binaries that come bundled
426
+ with NAnt should be used to perform the cvs commands, <see langword="false" />
427
+ otherwise.
428
+ </para>
429
+ <para>
430
+ You may also specify an override value for all cvs tasks instead
431
+ of specifying a value for each. To do this set the property
432
+ <c>sourcecontrol.usesharpcvslib</c> to <see langword="false" />.
433
+ </para>
434
+ <warn>
435
+ If you choose not to use SharpCvsLib to checkout from cvs you will
436
+ need to include a cvs.exe binary in your path.
437
+ </warn>
438
+ </summary>
439
+ <example>
440
+ To use a cvs client in your path instead of sharpcvslib specify
441
+ the property:
442
+ &gt;property name="sourcecontrol.usesharpcvslib" value="false"&lt;
443
+
444
+ The default settings is to use sharpcvslib and the setting closest
445
+ to the task execution is used to determine which value is used
446
+ to execute the process.
447
+
448
+ For instance if the attribute usesharpcvslib was set to false
449
+ and the global property was set to true, the usesharpcvslib is
450
+ closes to the point of execution and would be used and is false.
451
+ Therefore the sharpcvslib binary would NOT be used.
452
+ </example>
453
+ </member>
454
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.Ssh">
455
+ <summary>
456
+ The executable to use for ssh communication.
457
+ </summary>
458
+ </member>
459
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.Quiet">
460
+ <summary>
461
+ Indicates if the output from the cvs command should be supressed.
462
+ The default is <see langword="false" />.
463
+ </summary>
464
+ </member>
465
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.ReallyQuiet">
466
+ <summary>
467
+ Indicates if the output from the cvs command should be stopped.
468
+ The default is <see langword="false" />.
469
+ </summary>
470
+ </member>
471
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.ReadOnly">
472
+ <summary>
473
+ <see langword="true" /> if the sandbox files should be checked out in
474
+ read only mode. The default is <see langword="false" />.
475
+ </summary>
476
+ </member>
477
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.ReadWrite">
478
+ <summary>
479
+ <see langword="true" /> if the sandbox files should be checked out in
480
+ read/write mode. The default is <see langword="true" />.
481
+ </summary>
482
+ </member>
483
+ <member name="P:NAnt.SourceControl.Tasks.AbstractCvsTask.CompressionLevel">
484
+ <summary>
485
+ Compression level to use for all net traffic. This should be a value from 1-9.
486
+ <br />
487
+ <br />
488
+ <bold>NOTE: This is not available on sharpcvslib.</bold>
489
+ </summary>
490
+ </member>
491
+ <member name="T:NAnt.SourceControl.Tasks.ChangeLogTask">
492
+ <summary>
493
+ Produces an XML report that represents the cvs changes from the given
494
+ start day, to a given end date.
495
+ </summary>
496
+ <example>
497
+ <para>Report changes in NAnt from 1st of June 2004 until 25th of July 2004.</para>
498
+ <code>
499
+ <![CDATA[
500
+ <cvs-changelog
501
+ destination="e:/test/nant/sourcecontrol/"
502
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
503
+ module="nant"
504
+ start="2004/06/01"
505
+ end="2004/07/25"
506
+ xmlfile="e:/test/nant/sourcecontrol/changelog-nant.xml"
507
+ />
508
+ ]]>
509
+ </code>
510
+ </example>
511
+ </member>
512
+ <member name="F:NAnt.SourceControl.Tasks.ChangeLogTask.CvsCommandName">
513
+ <summary>
514
+ The command being executed.
515
+ </summary>
516
+ </member>
517
+ <member name="P:NAnt.SourceControl.Tasks.ChangeLogTask.DestFile">
518
+ <summary>
519
+ Name of the xml file that will contain the cvs log information.
520
+ </summary>
521
+ </member>
522
+ <member name="P:NAnt.SourceControl.Tasks.ChangeLogTask.StartDate">
523
+ <summary>
524
+ The earliest change to use in the cvs log command.
525
+ </summary>
526
+ </member>
527
+ <member name="P:NAnt.SourceControl.Tasks.ChangeLogTask.EndDate">
528
+ <summary>
529
+ The latest date to use in the cvs log command.
530
+ </summary>
531
+ </member>
532
+ <member name="P:NAnt.SourceControl.Tasks.ChangeLogTask.CommandName">
533
+ <summary>
534
+ The cvs command to execute.
535
+ </summary>
536
+ </member>
537
+ <member name="P:NAnt.SourceControl.Tasks.ChangeLogTask.UseSharpCvsLib">
538
+ <summary>
539
+ Override use of sharpcvslib, needs to be true.
540
+ </summary>
541
+ </member>
542
+ <member name="P:NAnt.SourceControl.Tasks.ChangeLogTask.Root">
543
+ <summary>
544
+ <para>
545
+ The cvs root variable has the following components:
546
+ </para>
547
+ <para>
548
+ <code>[protocol]:[username]@[servername]:[server path]</code>
549
+ <ul>
550
+ <li>protocol: ext, pserver, ssh (sharpcvslib); if you are not using sharpcvslib consult your cvs documentation.</li>
551
+ <li>username: [username]</li>
552
+ <li>servername: cvs.sourceforge.net</li>
553
+ <li>server path: /cvsroot/nant</li>
554
+ </ul>
555
+ </para>
556
+ <para>
557
+ If the cvsroot is not specified then the directory specified by the
558
+ <see cref="P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.DestinationDirectory"/> attribute
559
+ is searched for CVS\Root.
560
+ </para>
561
+ </summary>
562
+ <example>
563
+ <para>NAnt anonymous cvsroot:</para>
564
+ <code>
565
+ :pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant
566
+ </code>
567
+ </example>
568
+ </member>
569
+ <member name="T:NAnt.SourceControl.Tasks.CheckoutTask">
570
+ <summary>
571
+ Checks out a CVS module to the required directory.
572
+ </summary>
573
+ <example>
574
+ <para>Checkout NAnt.</para>
575
+ <code>
576
+ <![CDATA[
577
+ <cvs-checkout
578
+ destination="c:\src\nant\"
579
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
580
+ module="nant" />
581
+ ]]>
582
+ </code>
583
+ </example>
584
+ <example>
585
+ <para>
586
+ Checkout NAnt revision named <c>0_85</c> to the
587
+ folder <c>c:\src\nant\v0.85</c>.
588
+ </para>
589
+ <code>
590
+ <![CDATA[
591
+ <cvs-checkout
592
+ destination="c:\src\nant"
593
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
594
+ module="nant"
595
+ revision="0_85"
596
+ overridedir="v0.85" />
597
+ ]]>
598
+ </code>
599
+ <para>So the nant module tagged with revision 0_85 will be checked
600
+ out in the folder v0.85 under the working/ destination directory.
601
+ <br/>This could be used to work on different
602
+ branches of a repository at the same time.</para>
603
+ </example>
604
+ <example>
605
+ <para>
606
+ Checkout NAnt with specified revision date to the
607
+ folder <c>c:\src\nant\2003_08_16</c>.
608
+ </para>
609
+ <code>
610
+ <![CDATA[
611
+ <cvs-checkout
612
+ destination="c:\src\nant\"
613
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
614
+ module="nant"
615
+ date="2003/08/16"
616
+ overridedir="2003_08_16" />
617
+ ]]>
618
+ </code>
619
+ </example>
620
+ </member>
621
+ <member name="F:NAnt.SourceControl.Tasks.CheckoutTask.CvsCommandName">
622
+ <summary>
623
+ The command being executed.
624
+ </summary>
625
+ </member>
626
+ <member name="M:NAnt.SourceControl.Tasks.CheckoutTask.#ctor">
627
+ <summary>
628
+ Initializes a new instance of the <see cref="T:NAnt.SourceControl.Tasks.CheckoutTask"/> class.
629
+ </summary>
630
+ </member>
631
+ <member name="P:NAnt.SourceControl.Tasks.CheckoutTask.Revision">
632
+ <summary>
633
+ Specify the revision to checkout. This corresponds to the "sticky-tag"
634
+ of the file.
635
+ </summary>
636
+ </member>
637
+ <member name="P:NAnt.SourceControl.Tasks.CheckoutTask.StickyTag">
638
+ <summary>
639
+ Sticky tag or revision to checkout.
640
+ </summary>
641
+ </member>
642
+ <member name="P:NAnt.SourceControl.Tasks.CheckoutTask.Date">
643
+ <summary>
644
+ Specify the revision date to checkout. The date specified is validated
645
+ and then passed to the cvs binary in a standard format recognized by
646
+ cvs.
647
+ </summary>
648
+ </member>
649
+ <member name="P:NAnt.SourceControl.Tasks.CheckoutTask.OverrideDir">
650
+ <summary>
651
+ Specify a directory name to replace the module name. Valid names
652
+ include any valid filename, excluding path information.
653
+ </summary>
654
+ </member>
655
+ <member name="P:NAnt.SourceControl.Tasks.CheckoutTask.OverrideDirectory">
656
+ <summary>
657
+ Specify a directory name to replace the module name. Valid names
658
+ include any valid filename, excluding path information.
659
+ </summary>
660
+ </member>
661
+ <member name="P:NAnt.SourceControl.Tasks.CheckoutTask.CommandName">
662
+ <summary>
663
+ The name of the cvs command that is going to be executed.
664
+ </summary>
665
+ </member>
666
+ <member name="T:NAnt.SourceControl.Tasks.CvsPass">
667
+ <summary>
668
+ Executes the cvs login command which appends or updates an entry to the
669
+ specified .cvspass file.
670
+ </summary>
671
+ <example>
672
+ <para>Update .cvspass file to include the NAnt anonymous login.</para>
673
+ <code>
674
+ <![CDATA[
675
+ <cvs-pass cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
676
+ password="anonymous"
677
+ passfile="C:\.cvspass" />
678
+ ]]>
679
+ </code>
680
+ </example>
681
+ </member>
682
+ <member name="M:NAnt.SourceControl.Tasks.CvsPass.Initialize">
683
+ <summary>
684
+ Ensures all information is available to execute the <see cref="T:NAnt.Core.Task"/>.
685
+ </summary>
686
+ </member>
687
+ <member name="M:NAnt.SourceControl.Tasks.CvsPass.ExecuteTask">
688
+ <summary>
689
+ Update the .cvspass file with the given password. If the passfile
690
+ is not specified then the default search locations are used:
691
+ <list type="list">
692
+ <item>CVS_PASSFILE/.cvspass</item>
693
+ <item>HOME/.cvspass</item>
694
+ <item>USERPROFILE/.cvspass TODO: Confirm that this is valid
695
+ behavior or if it is going to give problems with the
696
+ cvsnt implementation.</item>
697
+ </list>
698
+ </summary>
699
+ </member>
700
+ <member name="P:NAnt.SourceControl.Tasks.CvsPass.Password">
701
+ <summary>
702
+ Password to append or update to the .cvspass file.
703
+ </summary>
704
+ </member>
705
+ <member name="P:NAnt.SourceControl.Tasks.CvsPass.PassFile">
706
+ <summary>
707
+ The full path to the .cvspass file. The default is ~/.cvspass.
708
+ </summary>
709
+ <value></value>
710
+ </member>
711
+ <member name="P:NAnt.SourceControl.Tasks.CvsPass.DestinationDirectory">
712
+ <summary>
713
+ The current working directory.
714
+ </summary>
715
+ </member>
716
+ <member name="P:NAnt.SourceControl.Tasks.CvsPass.Root">
717
+ <summary>
718
+ The repository root string.
719
+ </summary>
720
+ </member>
721
+ <member name="T:NAnt.SourceControl.Tasks.CvsTask">
722
+ <summary>
723
+ Executes the cvs command specified by the command attribute.
724
+ </summary>
725
+ <example>
726
+ <para>Checkout NAnt.</para>
727
+ <code>
728
+ <![CDATA[
729
+ <cvs command="checkout"
730
+ destination="c:\src\nant\"
731
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
732
+ module="nant" />
733
+ ]]>
734
+ </code>
735
+ </example>
736
+ </member>
737
+ <member name="P:NAnt.SourceControl.Tasks.CvsTask.CommandName">
738
+ <summary>
739
+ The cvs command to execute.
740
+ </summary>
741
+ </member>
742
+ <member name="P:NAnt.SourceControl.Tasks.CvsTask.IsModuleNeeded">
743
+ <summary>
744
+ Specify if the module is needed for this cvs command.
745
+ </summary>
746
+ </member>
747
+ <member name="T:NAnt.SourceControl.Tasks.ExportTask">
748
+ <summary>
749
+ Exports a cvs module in preperation for a release (i.e. the CVS version
750
+ folders are not exported).
751
+ </summary>
752
+ <example>
753
+ <para>Export the most recent NAnt sources from cvs.</para>
754
+ <code>
755
+ <![CDATA[
756
+ <cvs-export
757
+ destination="c:\src\nant\"
758
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
759
+ module="nant" />
760
+ ]]>
761
+ </code>
762
+ </example>
763
+ <example>
764
+ <para>
765
+ Export NAnt revision named <c>your_favorite_revision_here</c> to the
766
+ folder <c>c:\src\nant\replacement_for_module_directory_name</c>.
767
+
768
+ <warn>**NOTE**</warn>: filesets names for the export task must be
769
+ prefixed with the module name. This is different than other tasks.
770
+ </para>
771
+ <code>
772
+ <![CDATA[
773
+ <cvs-export
774
+ destination="c:\src\nant\"
775
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
776
+ module="nant"
777
+ revision="your_favorite_revision_here"
778
+ overridedir="replacement_for_module_directory_name"
779
+ recursive="false">
780
+ <fileset>
781
+ <include name="nant/bin/NAnt.exe"/>
782
+ <include name="nant/bin/NAnt.exe.config"/>
783
+ </fileset>
784
+ </cvs-export>
785
+ ]]>
786
+ </code>
787
+ </example>
788
+ </member>
789
+ <member name="F:NAnt.SourceControl.Tasks.ExportTask.CvsCommandName">
790
+ <summary>
791
+ The command being executed.
792
+ </summary>
793
+ </member>
794
+ <member name="M:NAnt.SourceControl.Tasks.ExportTask.#ctor">
795
+ <summary>
796
+ Create a new instance of the <see cref="T:NAnt.SourceControl.Tasks.ExportTask"/>.
797
+ </summary>
798
+ <value>
799
+ The following values are set by default:
800
+ <ul>
801
+ <li>Recursive: <see langword="true"/></li>
802
+ </ul>
803
+ </value>
804
+ </member>
805
+ <member name="P:NAnt.SourceControl.Tasks.ExportTask.NoShortening">
806
+ <summary>
807
+ No shortening. Do not shorten module paths if -d specified.
808
+ </summary>
809
+ </member>
810
+ <member name="P:NAnt.SourceControl.Tasks.ExportTask.ForceHead">
811
+ <summary>
812
+ Indicates whether the head revision should be used if the revison specified by
813
+ <see cref="P:NAnt.SourceControl.Tasks.ExportTask.Revision"/> or the <see cref="P:NAnt.SourceControl.Tasks.ExportTask.Date"/> tags are not
814
+ found. The default is <see langword="false"/>.
815
+ </summary>
816
+ <value>
817
+ <see langword="true"/> if the specified tag should be moved;
818
+ otherwise, <see langword="false"/>. The default is <see langword="false"/>.
819
+ </value>
820
+ </member>
821
+ <member name="P:NAnt.SourceControl.Tasks.ExportTask.Recursive">
822
+ <summary>
823
+ If a directory is specified indicates whether sub-directories should
824
+ also be processed.
825
+ </summary>
826
+ <value>
827
+ <see langword="true" /> if the sub-directories should be tagged;
828
+ otherwise, <see langword="false" />. The default is <see langword="true" />.
829
+ </value>
830
+ </member>
831
+ <member name="P:NAnt.SourceControl.Tasks.ExportTask.Revision">
832
+ <summary>
833
+ Specify the revision to update the file to. This corresponds to the "sticky-tag"
834
+ of the file.
835
+ </summary>
836
+ </member>
837
+ <member name="P:NAnt.SourceControl.Tasks.ExportTask.Date">
838
+ <summary>
839
+ Specify the revision date to update to. The version of the file that
840
+ existed at the date specified is retrieved.
841
+ </summary>
842
+ <value>
843
+ A valid date time value, which is then converted to a format that
844
+ cvs can parse.
845
+ </value>
846
+ </member>
847
+ <member name="P:NAnt.SourceControl.Tasks.ExportTask.OverrideDir">
848
+ <summary>
849
+ Specify a directory name to replace the module name. Valid names
850
+ include any valid filename, excluding path information.
851
+ </summary>
852
+ </member>
853
+ <member name="P:NAnt.SourceControl.Tasks.ExportTask.CommandName">
854
+ <summary>
855
+ The export command name for the cvs client.
856
+ </summary>
857
+ </member>
858
+ <member name="T:NAnt.SourceControl.Tasks.RTagTask">
859
+ <summary>
860
+ Tags all sources in the remote repository with a given tag.
861
+ </summary>
862
+ <remarks>
863
+ <para>
864
+ Unlike tag, the rtag command acts only on sources that are in the repository.
865
+ Any modified sources on the local file system will NOT be tagged with this
866
+ command, so a commit should be performed before an rtag is done.
867
+ </para>
868
+ <para>
869
+ NOTE: Although a working directory is not necessary to perform the command
870
+ one must be specified in order to remain in compliance with the cvs library.
871
+ </para>
872
+ </remarks>
873
+ <example>
874
+ <para>Tag NAnt sources remotely.</para>
875
+ <code>
876
+ <![CDATA[
877
+ <cvs-rtag
878
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
879
+ destination="."
880
+ tag="v0_8_4"
881
+ />
882
+ ]]>
883
+ </code>
884
+ </example>
885
+ <example>
886
+ <para>Remove a tag from the remote repository.</para>
887
+ <code>
888
+ <![CDATA[
889
+ <cvs-rtag
890
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
891
+ destination="."
892
+ tag="v0_8_4"
893
+ remove="true"
894
+ />
895
+ ]]>
896
+ </code>
897
+ </example>
898
+ </member>
899
+ <member name="M:NAnt.SourceControl.Tasks.RTagTask.#ctor">
900
+ <summary>
901
+ Initializes a new instance of the <see cref="T:NAnt.SourceControl.Tasks.RTagTask"/>
902
+ class.
903
+ </summary>
904
+ </member>
905
+ <member name="M:NAnt.SourceControl.Tasks.RTagTask.AppendSubCommandArgs">
906
+ <summary>
907
+ Append the tag information to the commandline.
908
+ </summary>
909
+ </member>
910
+ <member name="P:NAnt.SourceControl.Tasks.RTagTask.Tag">
911
+ <summary>
912
+ The name of the tag to assign or remove.
913
+ </summary>
914
+ <value>
915
+ The name of the tag to assign or remove.
916
+ </value>
917
+ </member>
918
+ <member name="P:NAnt.SourceControl.Tasks.RTagTask.Remove">
919
+ <summary>
920
+ Indicates whether the tag specified in <see cref="P:NAnt.SourceControl.Tasks.RTagTask.Tag"/> should
921
+ be removed or not.
922
+ </summary>
923
+ <value>
924
+ <see langword="true"/> if the specified tag should be removed;
925
+ otherwise, <see langword="false"/>. The default is <see langword="false"/>.
926
+ </value>
927
+ </member>
928
+ <member name="P:NAnt.SourceControl.Tasks.RTagTask.MoveIfExists">
929
+ <summary>
930
+ Indicates whether the tag specified in <see cref="P:NAnt.SourceControl.Tasks.RTagTask.Tag"/> should
931
+ be moved to the current file revision. If the tag does not exist
932
+ then it is created.
933
+ </summary>
934
+ <value>
935
+ <see langword="true"/> if the specified tag should be moved;
936
+ otherwise, <see langword="false"/>. The default is <see langword="false"/>.
937
+ </value>
938
+ </member>
939
+ <member name="P:NAnt.SourceControl.Tasks.RTagTask.Recursive">
940
+ <summary>
941
+ If a directory is specified indicates whether sub-directories should
942
+ also be processed.
943
+ </summary>
944
+ <value>
945
+ <see langword="true" /> if the sub-directories should be tagged;
946
+ otherwise, <see langword="false" />. The default is <see langword="true" />.
947
+ </value>
948
+ </member>
949
+ <member name="P:NAnt.SourceControl.Tasks.RTagTask.ActOnTag">
950
+ <summary>
951
+ Indicates the repository <see cref="P:NAnt.SourceControl.Tasks.RTagTask.Tag"/> that is acted on
952
+ for the tag command. Note if <see cref="P:NAnt.SourceControl.Tasks.RTagTask.MoveIfExists"/> is
953
+ <see langword="true"/> then the tag specified is moved to the revision
954
+ of the file on the HEAD of the branch specified.
955
+ </summary>
956
+ <value>
957
+ The tag (or more likely) branch that should be used to apply the new tag.
958
+ </value>
959
+ </member>
960
+ <member name="P:NAnt.SourceControl.Tasks.RTagTask.ActOnDate">
961
+ <summary>
962
+ Indicates the revision date of the file that the tag should be
963
+ applied to.
964
+ </summary>
965
+ <value>
966
+ A valid date which specifies the revision point that the tag will
967
+ be applied to.
968
+ </value>
969
+ </member>
970
+ <member name="P:NAnt.SourceControl.Tasks.RTagTask.ForceHead">
971
+ <summary>
972
+ Indicates whether the head revision should be used if the
973
+ <see cref="P:NAnt.SourceControl.Tasks.RTagTask.ActOnTag"/> or the <see cref="P:NAnt.SourceControl.Tasks.RTagTask.ActOnDate"/> tags are not
974
+ found.
975
+ </summary>
976
+ <value>
977
+ <see langword="true"/> if the specified tag should be moved;
978
+ otherwise, <see langword="false"/>. The default is <see langword="false"/>.
979
+ </value>
980
+ </member>
981
+ <member name="P:NAnt.SourceControl.Tasks.RTagTask.CommandName">
982
+ <summary>
983
+ The name of the cvs command that is going to be executed.
984
+ </summary>
985
+ </member>
986
+ <member name="T:NAnt.SourceControl.Tasks.TagTask">
987
+ <summary>
988
+ Tags all local sources with the specified tag.
989
+ </summary>
990
+ <remarks>
991
+ <para>
992
+ This differs from the
993
+ <see cref="T:NAnt.SourceControl.Tasks.RTagTask"/> in that it acts on references to the cvs files
994
+ contained in your local filesystem. As such the sticky tags and local
995
+ revisions can be considered in commits. It also allows you to verify that
996
+ all local files have been checked in before a tag is performed.
997
+ </para>
998
+ </remarks>
999
+ <example>
1000
+ <para>Tag NAnt sources remotely.</para>
1001
+ <code>
1002
+ <![CDATA[
1003
+ <cvs-tag
1004
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
1005
+ destination="."
1006
+ tag="v0_8_4"
1007
+ />
1008
+ ]]>
1009
+ </code>
1010
+ </example>
1011
+ <example>
1012
+ <para>Remove a tag from the remote repository.</para>
1013
+ <code>
1014
+ <![CDATA[
1015
+ <cvs-tag
1016
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
1017
+ destination="."
1018
+ tag="v0_8_4"
1019
+ remove="true"
1020
+ fail-if-modified="true"
1021
+ />
1022
+ ]]>
1023
+ </code>
1024
+ </example>
1025
+ </member>
1026
+ <member name="F:NAnt.SourceControl.Tasks.TagTask.CvsCommandName">
1027
+ <summary>
1028
+ Cvs command to be executed.
1029
+ </summary>
1030
+ </member>
1031
+ <member name="M:NAnt.SourceControl.Tasks.TagTask.#ctor">
1032
+ <summary>
1033
+ Initializes a new instance of the <see cref="T:NAnt.SourceControl.Tasks.TagTask"/>
1034
+ class.
1035
+ </summary>
1036
+ </member>
1037
+ <member name="M:NAnt.SourceControl.Tasks.TagTask.AppendSubCommandArgs">
1038
+ <summary>
1039
+ Append the tag information to the commandline.
1040
+ </summary>
1041
+ </member>
1042
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.Tag">
1043
+ <summary>
1044
+ The name of the tag to assign or remove.
1045
+ </summary>
1046
+ <value>
1047
+ The name of the tag to assign or remove.
1048
+ </value>
1049
+ </member>
1050
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.Remove">
1051
+ <summary>
1052
+ Indicates whether the tag specified in <see cref="P:NAnt.SourceControl.Tasks.TagTask.Tag"/> should
1053
+ be removed or not.
1054
+ </summary>
1055
+ <value>
1056
+ <see langword="true"/> if the specified tag should be removed;
1057
+ otherwise, <see langword="false"/>. The default is <see langword="false"/>.
1058
+ </value>
1059
+ </member>
1060
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.MoveIfExists">
1061
+ <summary>
1062
+ Indicates whether the tag specified in <see cref="P:NAnt.SourceControl.Tasks.TagTask.Tag"/> should
1063
+ be moved to the current file revision. If the tag does not exist
1064
+ then it is created.
1065
+ </summary>
1066
+ <value>
1067
+ <see langword="true"/> if the specified tag should be moved;
1068
+ otherwise, <see langword="false"/>. The default is <see langword="false"/>.
1069
+ </value>
1070
+ </member>
1071
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.Recursive">
1072
+ <summary>
1073
+ If a directory is specified indicates whether sub-directories should
1074
+ also be processed.
1075
+ </summary>
1076
+ <value>
1077
+ <see langword="true" /> if the sub-directories should be tagged;
1078
+ otherwise, <see langword="false" />. The default is <see langword="true" />.
1079
+ </value>
1080
+ </member>
1081
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.ActOnTag">
1082
+ <summary>
1083
+ Indicates the repository <see cref="P:NAnt.SourceControl.Tasks.TagTask.Tag"/> that is acted on
1084
+ for the tag command. Note if <see cref="P:NAnt.SourceControl.Tasks.TagTask.MoveIfExists"/> is
1085
+ <see langword="true"/> then the tag specified is moved to the revision
1086
+ of the file on the HEAD of the branch specified.
1087
+ </summary>
1088
+ <value>
1089
+ The tag (or more likely) branch that should be used to apply the new tag.
1090
+ </value>
1091
+ </member>
1092
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.ActOnDate">
1093
+ <summary>
1094
+ Indicates the revision date of the file that the tag should be
1095
+ applied to.
1096
+ </summary>
1097
+ <value>
1098
+ A valid date which specifies the revision point that the tag will
1099
+ be applied to.
1100
+ </value>
1101
+ </member>
1102
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.ForceHead">
1103
+ <summary>
1104
+ Indicates whether the head revision should be used if the revision specified by
1105
+ <see cref="P:NAnt.SourceControl.Tasks.TagTask.ActOnTag"/> or the <see cref="P:NAnt.SourceControl.Tasks.TagTask.ActOnDate"/> tags are not
1106
+ found.
1107
+ </summary>
1108
+ <value>
1109
+ <see langword="true"/> if the specified tag should be moved;
1110
+ otherwise, <see langword="false"/>. The default is <see langword="false"/>.
1111
+ </value>
1112
+ </member>
1113
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.FailIfModified">
1114
+ <summary>
1115
+ Indicates whether the head revision should be used if the
1116
+ <see cref="P:NAnt.SourceControl.Tasks.TagTask.ActOnTag"/> or the <see cref="P:NAnt.SourceControl.Tasks.TagTask.ActOnDate"/> tags are not
1117
+ found.
1118
+ </summary>
1119
+ <value>
1120
+ <see langword="true"/> if the specified tag should be moved;
1121
+ otherwise, <see langword="false"/>. The default is <see langword="false"/>.
1122
+ </value>
1123
+ </member>
1124
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.CommandName">
1125
+ <summary>
1126
+ The name of the cvs command that is going to be executed.
1127
+ </summary>
1128
+ </member>
1129
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.Module">
1130
+ <summary>
1131
+ Not used
1132
+ </summary>
1133
+ </member>
1134
+ <member name="P:NAnt.SourceControl.Tasks.TagTask.IsModuleNeeded">
1135
+ <summary>
1136
+ Specify if the module is needed for this cvs command. It is
1137
+ only needed if there is no module information on the local file
1138
+ system.
1139
+ </summary>
1140
+ </member>
1141
+ <member name="T:NAnt.SourceControl.Tasks.UpdateTask">
1142
+ <summary>
1143
+ Updates a CVS module in a local working directory.
1144
+ </summary>
1145
+ <example>
1146
+ <para>Update nant.</para>
1147
+ <code>
1148
+ <![CDATA[
1149
+ <cvs-update
1150
+ destination="c:\src\nant\"
1151
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
1152
+ password=""
1153
+ module="nant" />
1154
+ ]]>
1155
+ </code>
1156
+ </example>
1157
+ <example>
1158
+ <para>
1159
+ Update your NAnt revision named <c>your_favorite_revision_here</c> in
1160
+ the folder <c>c:\src\nant\replacement_for_module_directory_name</c>.
1161
+ </para>
1162
+ <code>
1163
+ <![CDATA[
1164
+ <cvs-update
1165
+ destination="c:\src\nant\"
1166
+ cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant"
1167
+ module="nant"
1168
+ revision="your_favorite_revision_here"
1169
+ overridedir="replacement_for_module_directory_name"
1170
+ usesharpcvslib="false">
1171
+ <fileset>
1172
+ <include name="build.number"/>
1173
+ </fileset>
1174
+ </cvs-update>
1175
+ ]]>
1176
+ </code>
1177
+ </example>
1178
+ </member>
1179
+ <member name="F:NAnt.SourceControl.Tasks.UpdateTask.CvsCommandName">
1180
+ <summary>
1181
+ The command being executed.
1182
+ </summary>
1183
+ </member>
1184
+ <member name="M:NAnt.SourceControl.Tasks.UpdateTask.#ctor">
1185
+ <summary>
1186
+ Initializes a new instance of the <see cref="T:NAnt.SourceControl.Tasks.UpdateTask"/>
1187
+ class.
1188
+ </summary>
1189
+ <remarks>
1190
+ Sets the build directory and prune empty directory properties to
1191
+ <see langword="true"/>.
1192
+ </remarks>
1193
+ </member>
1194
+ <member name="P:NAnt.SourceControl.Tasks.UpdateTask.BuildDirs">
1195
+ <summary>
1196
+ If <see langword="true" />. new directories will be created on the local
1197
+ sandbox. The default is <see langword="true" />.
1198
+ </summary>
1199
+ </member>
1200
+ <member name="P:NAnt.SourceControl.Tasks.UpdateTask.PruneEmpty">
1201
+ <summary>
1202
+ If <see langword="true" /> empty directories copied down from the
1203
+ remote repository will be removed from the local sandbox.
1204
+ The default is <see langword="true" />.
1205
+ </summary>
1206
+ </member>
1207
+ <member name="P:NAnt.SourceControl.Tasks.UpdateTask.OverwriteLocal">
1208
+ <summary>
1209
+ If <see langword="true" /> the local copy of the file will be
1210
+ overwritten with the copy from the remote repository. The default
1211
+ is <see langword="false" />.
1212
+ </summary>
1213
+ </member>
1214
+ <member name="P:NAnt.SourceControl.Tasks.UpdateTask.Recursive">
1215
+ <summary>
1216
+ Specifies if the command should be executed recursively. The
1217
+ default is <see langword="true" />.
1218
+ </summary>
1219
+ <remarks>
1220
+ The <c>-R</c> option is on by default in cvs.
1221
+ </remarks>
1222
+ </member>
1223
+ <member name="P:NAnt.SourceControl.Tasks.UpdateTask.Revision">
1224
+ <summary>
1225
+ Specify the revision to update the file to. This corresponds to the
1226
+ "sticky-tag" of the file.
1227
+ </summary>
1228
+ </member>
1229
+ <member name="P:NAnt.SourceControl.Tasks.UpdateTask.StickyTag">
1230
+ <summary>
1231
+ Sticky tag or revision to update the local file to.
1232
+ </summary>
1233
+ <value>
1234
+ A valid cvs tag.
1235
+ </value>
1236
+ </member>
1237
+ <member name="P:NAnt.SourceControl.Tasks.UpdateTask.Date">
1238
+ <summary>
1239
+ Specify the revision date to update to. The version of the file that
1240
+ existed at the date specified is retrieved.
1241
+ </summary>
1242
+ <value>
1243
+ A valid date time value, which is then converted to a format that
1244
+ cvs can parse.
1245
+ </value>
1246
+ </member>
1247
+ <member name="P:NAnt.SourceControl.Tasks.UpdateTask.IsModuleNeeded">
1248
+ <summary>
1249
+ Specify if the module is needed for this cvs command. It is
1250
+ only needed if there is no module information on the local file
1251
+ system.
1252
+ </summary>
1253
+ </member>
1254
+ <member name="P:NAnt.SourceControl.Tasks.UpdateTask.CommandName">
1255
+ <summary>
1256
+ The name of the cvs command that is going to be executed.
1257
+ </summary>
1258
+ </member>
1259
+ <member name="T:NAnt.SourceControl.Types.CvsFileSet">
1260
+ <summary>
1261
+ A <see cref="T:NAnt.SourceControl.Types.CvsFileSet"/> is a <see cref="T:NAnt.Core.Types.FileSet"/> with extra
1262
+ attributes useful in the context of the <see cref="T:NAnt.SourceControl.Tasks.CvsTask"/>.
1263
+ </summary>
1264
+ </member>
1265
+ <member name="M:NAnt.SourceControl.Types.CvsFileSet.Initialize">
1266
+ <summary>
1267
+ Initialize the <see cref="T:NAnt.SourceControl.Types.CvsFileSet"/> object and locate the .cvsignore
1268
+ files to add to the exclude list.
1269
+ </summary>
1270
+ </member>
1271
+ <member name="P:NAnt.SourceControl.Types.CvsFileSet.UseCvsIgnore">
1272
+ <summary>
1273
+ Indicates whether the entires in the .cvsignore should be used to limit the
1274
+ file list; <see langword="true"/> to exclude files in .cvsignore, otherwise
1275
+ <see langword="false"/>. The default is <see langword="true"/>.
1276
+ </summary>
1277
+ </member>
1278
+ </members>
1279
+ </doc>