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
data/lib/NAnt.xml ADDED
@@ -0,0 +1,78 @@
1
+ <?xml version="1.0"?>
2
+ <doc>
3
+ <assembly>
4
+ <name>NAnt</name>
5
+ </assembly>
6
+ <members>
7
+ <member name="T:NAnt.Console.ConsoleStub">
8
+ <summary>
9
+ Stub used to created <see cref="T:System.AppDomain"/> and launch real <c>ConsoleDriver</c>
10
+ class in Core assembly.
11
+ </summary>
12
+ </member>
13
+ <member name="M:NAnt.Console.ConsoleStub.Main(System.String[])">
14
+ <summary>
15
+ Entry point for executable
16
+ </summary>
17
+ <param name="args">Command Line arguments</param>
18
+ <returns>The result of the real execution</returns>
19
+ </member>
20
+ <member name="M:NAnt.Console.ConsoleStub.ConstructPrivateBinPath(NAnt.Console.ConsoleStub.Framework,System.String)">
21
+ <summary>
22
+ Constructs the privatebinpath.
23
+ </summary>
24
+ <remarks>
25
+ <para>
26
+ For the common version dir, we do not use the framework version
27
+ as defined in the NAnt configuration file but the CLR version
28
+ since the assemblies in that directory are not specific to a
29
+ certain family and the framwork version might differ between
30
+ families (eg. mono 1.0 == .NET 1.1).
31
+ </para>
32
+ </remarks>
33
+ <param name="runtimeFramework">The runtime framework.</param>
34
+ <param name="baseDir">The base directory of the domain.</param>
35
+ <returns>
36
+ The privatebinpath.
37
+ </returns>
38
+ </member>
39
+ <member name="M:NAnt.Console.ConsoleStub.GetRelativePath(System.String,System.String)">
40
+ <summary>
41
+ Given an absolute directory and an absolute file name, returns a
42
+ relative file name.
43
+ </summary>
44
+ <param name="basePath">An absolute directory.</param>
45
+ <param name="absolutePath">An absolute file name.</param>
46
+ <returns>
47
+ A relative file name for the given absolute file name.
48
+ </returns>
49
+ </member>
50
+ <member name="T:NAnt.Console.ConsoleStub.HelperArguments">
51
+ <summary>
52
+ Helper class for invoking the application entry point in NAnt.Core
53
+ and passing the command-line arguments.
54
+ </summary>
55
+ </member>
56
+ <member name="M:NAnt.Console.ConsoleStub.HelperArguments.#ctor(System.String[],System.String)">
57
+ <summary>
58
+ Initializes a new instance of the <see cref="T:NAnt.Console.ConsoleStub.HelperArguments"/>
59
+ class with the specified command-line arguments.
60
+ </summary>
61
+ <param name="args">The commandline arguments passed to NAnt.exe.</param>
62
+ <param name="probePaths">Directories relative to the base directory of the AppDomain to probe for missing assembly references.</param>
63
+ </member>
64
+ <member name="M:NAnt.Console.ConsoleStub.HelperArguments.CallConsoleRunner">
65
+ <summary>
66
+ Invokes the application entry point in NAnt.Core.
67
+ </summary>
68
+ </member>
69
+ <member name="P:NAnt.Console.ConsoleStub.HelperArguments.ExitCode">
70
+ <summary>
71
+ Gets the status that the build process returned when it exited.
72
+ </summary>
73
+ <value>
74
+ The code that the build process specified when it terminated.
75
+ </value>
76
+ </member>
77
+ </members>
78
+ </doc>
Binary file
data/lib/README.txt ADDED
@@ -0,0 +1,158 @@
1
+ NAnt
2
+
3
+ What is it?
4
+ -----------
5
+ NAnt is a .NET based build tool. In theory it is kind of like make without
6
+ make's wrinkles. In practice it's a lot like Ant.
7
+
8
+ If you are not familiar with Jakarta Ant you can get more information at the
9
+ Ant project web site (http://ant.apache.org/).
10
+
11
+
12
+ Why NAnt?
13
+ ---------
14
+ Because Ant was too Java specific.
15
+ Because Ant needed the Java runtime. NAnt only needs the .NET
16
+ or Mono runtime.
17
+
18
+
19
+ The Latest Version
20
+ ------------------
21
+ Details of the latest version can be found on the NAnt project web site
22
+ http://nant.sourceforge.net/
23
+
24
+
25
+ Files
26
+ -----
27
+ README.txt - This file.
28
+ Makefile - Makefile for compilation with GNU Make.
29
+ Makefile.nmake - Makefile for compilation with Microsoft NMake.
30
+
31
+
32
+ Compilation and Installation
33
+ ----------------------------
34
+
35
+ a. Overview
36
+ -----------
37
+ The compilation process uses NAnt to build NAnt.
38
+
39
+ The approach is to first compile a copy of NAnt (using make/nmake) for
40
+ bootstrapping purpose. Next, the bootstrapped version of NAnt is used in
41
+ conjunction with NAnt build file (NAnt.build) to build the full version.
42
+
43
+
44
+ b. Prerequisites
45
+ ----------------
46
+ To build NAnt, you will need the following components:
47
+
48
+ Windows
49
+ -------
50
+
51
+ * A version of the Microsoft .NET Framework
52
+
53
+ Available from http://msdn.microsoft.com/netframework/
54
+
55
+ You will need the .NET Framework SDK as well as the runtime
56
+ components if you intend to compile programs.
57
+
58
+ Note: NAnt currently supports versions 1.0, 1.1 and 2.0
59
+ of the Microsoft .NET Framework.
60
+
61
+ or
62
+
63
+ * Mono for Windows (version 1.0 or higher)
64
+
65
+ Available from http://www.mono-project.com/downloads/
66
+
67
+ Linux/Unix
68
+ ----------
69
+
70
+ * GNU toolchain - including GNU make
71
+
72
+ * pkg-config
73
+
74
+ Available from: http://www.freedesktop.org/Software/pkgconfig
75
+
76
+ * A working Mono installation and development libraries (version 1.0 or higher)
77
+
78
+ Available from: http://www.mono-project.com/downloads/
79
+
80
+
81
+ b. Building the Software
82
+ ------------------------
83
+
84
+ Build NAnt using Microsoft .NET:
85
+
86
+ GNU Make
87
+ --------
88
+ make install MONO= MCS=csc prefix=<installation path> [DESTDIR=<staging path>]
89
+
90
+ eg. make install MONO= MCS=csc prefix="c:\Program Files"
91
+
92
+ NMake
93
+ -----
94
+ nmake -f Makefile.nmake install prefix=<installation path> [DESTDIR=<staging path>]
95
+
96
+ eg. nmake -f Makefile.nmake install prefix="c:\Program Files"
97
+
98
+
99
+ Building NAnt using Mono:
100
+
101
+ GNU Make
102
+ --------
103
+ make install prefix=<installation path> [DESTDIR=<staging path>]
104
+
105
+ eg. make install prefix="c:\Program Files"
106
+
107
+ NMake
108
+ -----
109
+ nmake -f Makefile.nmake install MONO=mono CSC=mcs prefix=<installation path> [DESTDIR=<staging path>]
110
+
111
+ eg. nmake -f Makefile.nmake install MONO=mono CSC=mcs prefix=/usr/local/
112
+
113
+ Note:
114
+
115
+ These instructions only apply to the source distribution of NAnt, as the binary distribution
116
+ contains pre-built assemblies.
117
+
118
+
119
+ Documentation
120
+ -------------
121
+ Documentation is available in HTML format, in the doc/ directory.
122
+
123
+
124
+ License
125
+ -------
126
+ Copyright (C) 2001-2008 Gerry Shaw
127
+
128
+ This program is free software; you can redistribute it and/or modify
129
+ it under the terms of the GNU General Public License as published by
130
+ the Free Software Foundation; either version 2 of the License, or
131
+ (at your option) any later version.
132
+
133
+ This program is distributed in the hope that it will be useful,
134
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
135
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
136
+ GNU General Public License for more details.
137
+
138
+ You should have received a copy of the GNU General Public License
139
+ along with this program; if not, write to the Free Software
140
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
141
+
142
+ As a special exception, the copyright holders of this software give you
143
+ permission to link the assemblies with independent modules to produce new
144
+ assemblies, regardless of the license terms of these independent modules,
145
+ and to copy and distribute the resulting assemblies under terms of your
146
+ choice, provided that you also meet, for each linked independent module,
147
+ the terms and conditions of the license of that module. An independent
148
+ module is a module which is not derived from or based on these assemblies.
149
+ If you modify this software, you may extend this exception to your version
150
+ of the software, but you are not obligated to do so. If you do not wish to
151
+ do so, delete this exception statement from your version.
152
+
153
+ A copy of the GNU General Public License is available in the COPYING.txt file
154
+ included with all NAnt distributions.
155
+
156
+ For more licensing information refer to the GNU General Public License on the
157
+ GNU Project web site.
158
+ http://www.gnu.org/copyleft/gpl.html
@@ -0,0 +1,36 @@
1
+ <?xml version="1.0"?>
2
+ <doc>
3
+ <assembly>
4
+ <name>NAnt.MSBuild</name>
5
+ </assembly>
6
+ <members>
7
+ <member name="T:NAnt.MSBuild.Functions.MSBuildFunctions">
8
+ <summary>
9
+ Functions to return information for MSBuild system.
10
+ </summary>
11
+ </member>
12
+ <member name="M:NAnt.MSBuild.Functions.MSBuildFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)">
13
+ <exclude/>
14
+ </member>
15
+ <member name="M:NAnt.MSBuild.Functions.MSBuildFunctions.IsMsbuildProject(System.String)">
16
+ <summary>
17
+ Test whether project is VS2005 project and could be built using &lt;msbuild&gt;
18
+ </summary>
19
+ <param name="project">The name or path of the project file (csproj, vbproj, ...).</param>
20
+ <returns>
21
+ True, if it is msbuild project, False otherwise.
22
+ </returns>
23
+ </member>
24
+ <member name="M:NAnt.MSBuild.NAntLogger.Initialize(Microsoft.Build.Framework.IEventSource)">
25
+ <summary>
26
+ Initialize is guaranteed to be called by MSBuild at the start of the build
27
+ before any events are raised.
28
+ </summary>
29
+ </member>
30
+ <member name="T:NAnt.VSNet.WhidbeySolution">
31
+ <summary>
32
+ Analyses Microsoft Visual Studio .NET 2005 (Whidbey) solution files.
33
+ </summary>
34
+ </member>
35
+ </members>
36
+ </doc>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/lib/log4net.dll ADDED
Binary file
data/lib/scvs.exe ADDED
Binary file
metadata ADDED
@@ -0,0 +1,484 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nant
3
+ version: !ruby/object:Gem::Version
4
+ hash: 59
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 9
9
+ - 0
10
+ version: 0.9.0
11
+ platform: ruby
12
+ authors:
13
+ - Gerry Shaw
14
+ - Ian MacLean
15
+ - Scott Hernandez
16
+ - Gert Driesen
17
+ autorequire:
18
+ bindir: bin
19
+ cert_chain: []
20
+
21
+ date: 2010-08-11 00:00:00 -04:00
22
+ default_executable:
23
+ dependencies: []
24
+
25
+ description: NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant.
26
+ email:
27
+ executables: []
28
+
29
+ extensions: []
30
+
31
+ extra_rdoc_files: []
32
+
33
+ files:
34
+ - lib/COPYING.txt
35
+ - lib/extensions/common/2.0/NAnt.MSBuild.dll
36
+ - lib/extensions/common/2.0/NAnt.MSBuild.xml
37
+ - lib/lib/common/1.1/nunit-console-runner.dll
38
+ - lib/lib/common/1.1/nunit-console.exe
39
+ - lib/lib/common/1.1/nunit.core.dll
40
+ - lib/lib/common/1.1/nunit.framework.dll
41
+ - lib/lib/common/1.1/nunit.util.dll
42
+ - lib/lib/common/2.0/nunit-console-runner.dll
43
+ - lib/lib/common/2.0/nunit-console.exe
44
+ - lib/lib/common/2.0/nunit.core.dll
45
+ - lib/lib/common/2.0/nunit.framework.dll
46
+ - lib/lib/common/2.0/nunit.util.dll
47
+ - lib/lib/common/neutral/ICSharpCode.SharpCvsLib.Console.dll
48
+ - lib/lib/common/neutral/ICSharpCode.SharpCvsLib.dll
49
+ - lib/lib/common/neutral/ICSharpCode.SharpZipLib.dll
50
+ - lib/lib/common/neutral/NDoc.Core.dll
51
+ - lib/lib/common/neutral/NDoc.Documenter.Msdn.dll
52
+ - lib/lib/common/neutral/NDoc.ExtendedUI.dll
53
+ - lib/lib/common/neutral/NUnitCore.dll
54
+ - lib/lib/net/1.0/NDoc.Core.dll
55
+ - lib/lib/net/1.0/NDoc.Documenter.Msdn.dll
56
+ - lib/lib/net/1.0/NDoc.ExtendedUI.dll
57
+ - lib/lib/net/1.0/nunit-console-runner.dll
58
+ - lib/lib/net/1.0/nunit-console.exe
59
+ - lib/lib/net/1.0/nunit.core.dll
60
+ - lib/lib/net/1.0/nunit.framework.dll
61
+ - lib/lib/net/1.0/nunit.util.dll
62
+ - lib/log4net.dll
63
+ - lib/NAnt.CompressionTasks.dll
64
+ - lib/NAnt.CompressionTasks.xml
65
+ - lib/NAnt.Core.dll
66
+ - lib/NAnt.Core.xml
67
+ - lib/NAnt.DotNetTasks.dll
68
+ - lib/NAnt.DotNetTasks.xml
69
+ - lib/NAnt.exe
70
+ - lib/NAnt.exe.config
71
+ - lib/NAnt.MSNetTasks.dll
72
+ - lib/NAnt.MSNetTasks.xml
73
+ - lib/NAnt.NUnit.dll
74
+ - lib/NAnt.NUnit.xml
75
+ - lib/NAnt.NUnit1Tasks.dll
76
+ - lib/NAnt.NUnit1Tasks.xml
77
+ - lib/NAnt.NUnit2Tasks.dll
78
+ - lib/NAnt.NUnit2Tasks.xml
79
+ - lib/NAnt.SourceControlTasks.dll
80
+ - lib/NAnt.SourceControlTasks.xml
81
+ - lib/NAnt.VisualCppTasks.dll
82
+ - lib/NAnt.VisualCppTasks.xml
83
+ - lib/NAnt.VSNetTasks.dll
84
+ - lib/NAnt.VSNetTasks.xml
85
+ - lib/NAnt.Win32Tasks.dll
86
+ - lib/NAnt.Win32Tasks.xml
87
+ - lib/NAnt.xml
88
+ - lib/NDoc.Documenter.NAnt.dll
89
+ - lib/README.txt
90
+ - lib/scvs.exe
91
+ - docs/help/elements/NAnt.Compression.Tasks.ExpandBaseTask.html
92
+ - docs/help/elements/NAnt.Core.DataTypeBase.html
93
+ - docs/help/elements/NAnt.Core.Filters.ChainableReader.html
94
+ - docs/help/elements/NAnt.Core.Filters.Filter.html
95
+ - docs/help/elements/NAnt.Core.Target.html
96
+ - docs/help/elements/NAnt.Core.Task.html
97
+ - docs/help/elements/NAnt.Core.TaskContainer.html
98
+ - docs/help/elements/NAnt.Core.Tasks.ExternalProgramBase.html
99
+ - docs/help/elements/NAnt.Core.Tasks.InElement.html
100
+ - docs/help/elements/NAnt.Core.Types.Argument.html
101
+ - docs/help/elements/NAnt.Core.Types.EnvironmentSet.html
102
+ - docs/help/elements/NAnt.Core.Types.EnvironmentVariable.html
103
+ - docs/help/elements/NAnt.Core.Types.FileSet.Exclude.html
104
+ - docs/help/elements/NAnt.Core.Types.FileSet.ExcludesFile.html
105
+ - docs/help/elements/NAnt.Core.Types.FileSet.Include.html
106
+ - docs/help/elements/NAnt.Core.Types.FileSet.IncludesFile.html
107
+ - docs/help/elements/NAnt.Core.Types.Formatter.html
108
+ - docs/help/elements/NAnt.Core.Types.Option.html
109
+ - docs/help/elements/NAnt.Core.Types.PathElement.html
110
+ - docs/help/elements/NAnt.Core.Types.Pattern.html
111
+ - docs/help/elements/NAnt.Core.Types.RawXml.html
112
+ - docs/help/elements/NAnt.Core.Types.Token.html
113
+ - docs/help/elements/NAnt.Core.Types.XmlNamespace.html
114
+ - docs/help/elements/NAnt.Core.Types.XsltExtensionObject.html
115
+ - docs/help/elements/NAnt.Core.Types.XsltParameter.html
116
+ - docs/help/elements/NAnt.DotNet.Tasks.CompilerBase.html
117
+ - docs/help/elements/NAnt.DotNet.Types.AssemblyAttribute.html
118
+ - docs/help/elements/NAnt.DotNet.Types.CompilerWarning.html
119
+ - docs/help/elements/NAnt.DotNet.Types.DataTypeCollectionBase.html
120
+ - docs/help/elements/NAnt.DotNet.Types.EmbeddedResourceCollection.html
121
+ - docs/help/elements/NAnt.DotNet.Types.LibDirectorySet.html
122
+ - docs/help/elements/NAnt.DotNet.Types.Module.html
123
+ - docs/help/elements/NAnt.DotNet.Types.NamespaceImport.html
124
+ - docs/help/elements/NAnt.DotNet.Types.Package.html
125
+ - docs/help/elements/NAnt.NUnit.Types.FormatterElement.html
126
+ - docs/help/elements/NAnt.NUnit1.Types.NUnitTest.html
127
+ - docs/help/elements/NAnt.NUnit2.Types.Category.html
128
+ - docs/help/elements/NAnt.NUnit2.Types.NUnit2Test.html
129
+ - docs/help/elements/NAnt.SourceControl.Tasks.AbstractCvsTask.html
130
+ - docs/help/elements/NAnt.SourceControl.Tasks.AbstractSourceControlTask.html
131
+ - docs/help/elements/NAnt.VisualCpp.Types.Library.html
132
+ - docs/help/elements/NAnt.VisualCpp.Types.Symbol.html
133
+ - docs/help/elements/NAnt.VSNet.Types.WebMap.html
134
+ - docs/help/enums/NAnt.Compression.Types.DuplicateHandling.html
135
+ - docs/help/enums/NAnt.Compression.Types.TarCompressionMethod.html
136
+ - docs/help/enums/NAnt.Core.FrameworkTypes.html
137
+ - docs/help/enums/NAnt.Core.Level.html
138
+ - docs/help/enums/NAnt.Core.Tasks.AvailableTask.ResourceType.html
139
+ - docs/help/enums/NAnt.Core.Tasks.LoopTask.LoopItem.html
140
+ - docs/help/enums/NAnt.Core.Tasks.LoopTask.LoopTrim.html
141
+ - docs/help/enums/NAnt.Core.Types.ManagedExecution.html
142
+ - docs/help/enums/NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage.html
143
+ - docs/help/enums/NAnt.DotNet.Tasks.RegsvcsTask.ActionType.html
144
+ - docs/help/enums/NAnt.DotNet.Types.DebugOutput.html
145
+ - docs/help/enums/NAnt.DotNet.Types.DelaySign.html
146
+ - docs/help/enums/NAnt.MSNet.Tasks.ServiceControllerTask.ActionType.html
147
+ - docs/help/enums/NAnt.NUnit.Types.FormatterType.html
148
+ - docs/help/enums/NAnt.VisualCpp.Tasks.ClTask.PrecompiledHeaderMode.html
149
+ - docs/help/enums/NAnt.VisualCpp.Types.CharacterSet.html
150
+ - docs/help/filters/expandproperties.html
151
+ - docs/help/filters/index.html
152
+ - docs/help/filters/replacestring.html
153
+ - docs/help/filters/replacetokens.html
154
+ - docs/help/filters/tabstospaces.html
155
+ - docs/help/functions/assembly.get-full-name(System.Reflection.Assembly).html
156
+ - docs/help/functions/assembly.get-location(System.Reflection.Assembly).html
157
+ - docs/help/functions/assembly.get-name(System.Reflection.Assembly).html
158
+ - docs/help/functions/assembly.load(System.String).html
159
+ - docs/help/functions/assembly.load-from-file(System.String).html
160
+ - docs/help/functions/assemblyname.get-assembly-name(System.String).html
161
+ - docs/help/functions/assemblyname.get-codebase(System.Reflection.AssemblyName).html
162
+ - docs/help/functions/assemblyname.get-escaped-codebase(System.Reflection.AssemblyName).html
163
+ - docs/help/functions/assemblyname.get-full-name(System.Reflection.AssemblyName).html
164
+ - docs/help/functions/assemblyname.get-name(System.Reflection.AssemblyName).html
165
+ - docs/help/functions/assemblyname.get-version(System.Reflection.AssemblyName).html
166
+ - docs/help/functions/bool.parse(System.String).html
167
+ - docs/help/functions/bool.to-string(System.Boolean).html
168
+ - docs/help/functions/convert.to-boolean(System.Boolean).html
169
+ - docs/help/functions/convert.to-datetime(System.DateTime).html
170
+ - docs/help/functions/convert.to-double(System.Double).html
171
+ - docs/help/functions/convert.to-int(System.Int32).html
172
+ - docs/help/functions/convert.to-string(System.String).html
173
+ - docs/help/functions/cygpath.get-dos-path(System.String).html
174
+ - docs/help/functions/cygpath.get-unix-path(System.String).html
175
+ - docs/help/functions/cygpath.get-windows-path(System.String).html
176
+ - docs/help/functions/datetime.get-day(System.DateTime).html
177
+ - docs/help/functions/datetime.get-day-of-week(System.DateTime).html
178
+ - docs/help/functions/datetime.get-day-of-year(System.DateTime).html
179
+ - docs/help/functions/datetime.get-days-in-month(System.Int32,System.Int32).html
180
+ - docs/help/functions/datetime.get-hour(System.DateTime).html
181
+ - docs/help/functions/datetime.get-millisecond(System.DateTime).html
182
+ - docs/help/functions/datetime.get-minute(System.DateTime).html
183
+ - docs/help/functions/datetime.get-month(System.DateTime).html
184
+ - docs/help/functions/datetime.get-second(System.DateTime).html
185
+ - docs/help/functions/datetime.get-ticks(System.DateTime).html
186
+ - docs/help/functions/datetime.get-year(System.DateTime).html
187
+ - docs/help/functions/datetime.is-leap-year(System.Int32).html
188
+ - docs/help/functions/datetime.now().html
189
+ - docs/help/functions/datetime.parse(System.String).html
190
+ - docs/help/functions/datetime.to-string(System.DateTime).html
191
+ - docs/help/functions/directory.exists(System.String).html
192
+ - docs/help/functions/directory.get-creation-time(System.String).html
193
+ - docs/help/functions/directory.get-current-directory().html
194
+ - docs/help/functions/directory.get-directory-root(System.String).html
195
+ - docs/help/functions/directory.get-last-access-time(System.String).html
196
+ - docs/help/functions/directory.get-last-write-time(System.String).html
197
+ - docs/help/functions/directory.get-parent-directory(System.String).html
198
+ - docs/help/functions/dns.get-host-name().html
199
+ - docs/help/functions/double.parse(System.String).html
200
+ - docs/help/functions/double.to-string(System.Double).html
201
+ - docs/help/functions/environment.get-folder-path(System.Environment.SpecialFolder).html
202
+ - docs/help/functions/environment.get-machine-name().html
203
+ - docs/help/functions/environment.get-operating-system().html
204
+ - docs/help/functions/environment.get-user-name().html
205
+ - docs/help/functions/environment.get-variable(System.String).html
206
+ - docs/help/functions/environment.get-version().html
207
+ - docs/help/functions/environment.newline().html
208
+ - docs/help/functions/environment.variable-exists(System.String).html
209
+ - docs/help/functions/file.exists(System.String).html
210
+ - docs/help/functions/file.get-creation-time(System.String).html
211
+ - docs/help/functions/file.get-last-access-time(System.String).html
212
+ - docs/help/functions/file.get-last-write-time(System.String).html
213
+ - docs/help/functions/file.get-length(System.String).html
214
+ - docs/help/functions/file.is-assembly(System.String).html
215
+ - docs/help/functions/file.up-to-date(System.String,System.String).html
216
+ - docs/help/functions/fileversioninfo.get-company-name(System.Diagnostics.FileVersionInfo).html
217
+ - docs/help/functions/fileversioninfo.get-file-version(System.Diagnostics.FileVersionInfo).html
218
+ - docs/help/functions/fileversioninfo.get-product-name(System.Diagnostics.FileVersionInfo).html
219
+ - docs/help/functions/fileversioninfo.get-product-version(System.Diagnostics.FileVersionInfo).html
220
+ - docs/help/functions/fileversioninfo.get-version-info(System.String).html
221
+ - docs/help/functions/framework.exists(System.String).html
222
+ - docs/help/functions/framework.get-assembly-directory(System.String).html
223
+ - docs/help/functions/framework.get-clr-version().html
224
+ - docs/help/functions/framework.get-clr-version(System.String).html
225
+ - docs/help/functions/framework.get-description().html
226
+ - docs/help/functions/framework.get-description(System.String).html
227
+ - docs/help/functions/framework.get-family(System.String).html
228
+ - docs/help/functions/framework.get-framework-directory(System.String).html
229
+ - docs/help/functions/framework.get-frameworks(NAnt.Core.FrameworkTypes).html
230
+ - docs/help/functions/framework.get-runtime-engine(System.String).html
231
+ - docs/help/functions/framework.get-runtime-framework().html
232
+ - docs/help/functions/framework.get-sdk-directory(System.String).html
233
+ - docs/help/functions/framework.get-target-framework().html
234
+ - docs/help/functions/framework.get-tool-path(System.String).html
235
+ - docs/help/functions/framework.get-version().html
236
+ - docs/help/functions/framework.get-version(System.String).html
237
+ - docs/help/functions/framework.sdk-exists(System.String).html
238
+ - docs/help/functions/index.html
239
+ - docs/help/functions/int.parse(System.String).html
240
+ - docs/help/functions/int.to-string(System.Int32).html
241
+ - docs/help/functions/long.parse(System.String).html
242
+ - docs/help/functions/long.to-string(System.Int64).html
243
+ - docs/help/functions/math.abs(System.Double).html
244
+ - docs/help/functions/math.ceiling(System.Double).html
245
+ - docs/help/functions/math.floor(System.Double).html
246
+ - docs/help/functions/math.round(System.Double).html
247
+ - docs/help/functions/nant.get-assembly().html
248
+ - docs/help/functions/nant.get-base-directory().html
249
+ - docs/help/functions/operating-system.get-platform(System.OperatingSystem).html
250
+ - docs/help/functions/operating-system.get-version(System.OperatingSystem).html
251
+ - docs/help/functions/operating-system.to-string(System.OperatingSystem).html
252
+ - docs/help/functions/path.change-extension(System.String,System.String).html
253
+ - docs/help/functions/path.combine(System.String,System.String).html
254
+ - docs/help/functions/path.get-directory-name(System.String).html
255
+ - docs/help/functions/path.get-extension(System.String).html
256
+ - docs/help/functions/path.get-file-name(System.String).html
257
+ - docs/help/functions/path.get-file-name-without-extension(System.String).html
258
+ - docs/help/functions/path.get-full-path(System.String).html
259
+ - docs/help/functions/path.get-path-root(System.String).html
260
+ - docs/help/functions/path.get-temp-file-name().html
261
+ - docs/help/functions/path.get-temp-path().html
262
+ - docs/help/functions/path.has-extension(System.String).html
263
+ - docs/help/functions/path.is-path-rooted(System.String).html
264
+ - docs/help/functions/pkg-config.exists(System.String).html
265
+ - docs/help/functions/pkg-config.get-compile-flags(System.String).html
266
+ - docs/help/functions/pkg-config.get-link-flags(System.String).html
267
+ - docs/help/functions/pkg-config.get-mod-version(System.String).html
268
+ - docs/help/functions/pkg-config.get-variable(System.String,System.String).html
269
+ - docs/help/functions/pkg-config.is-atleast-version(System.String,System.String).html
270
+ - docs/help/functions/pkg-config.is-between-version(System.String,System.String,System.String).html
271
+ - docs/help/functions/pkg-config.is-exact-version(System.String,System.String).html
272
+ - docs/help/functions/pkg-config.is-max-version(System.String,System.String).html
273
+ - docs/help/functions/platform.get-name().html
274
+ - docs/help/functions/platform.is-unix().html
275
+ - docs/help/functions/platform.is-win32().html
276
+ - docs/help/functions/platform.is-windows().html
277
+ - docs/help/functions/project.get-base-directory().html
278
+ - docs/help/functions/project.get-buildfile-path().html
279
+ - docs/help/functions/project.get-buildfile-uri().html
280
+ - docs/help/functions/project.get-default-target().html
281
+ - docs/help/functions/project.get-name().html
282
+ - docs/help/functions/property.exists(System.String).html
283
+ - docs/help/functions/property.get-value(System.String).html
284
+ - docs/help/functions/property.is-dynamic(System.String).html
285
+ - docs/help/functions/property.is-readonly(System.String).html
286
+ - docs/help/functions/string.contains(System.String,System.String).html
287
+ - docs/help/functions/string.ends-with(System.String,System.String).html
288
+ - docs/help/functions/string.get-length(System.String).html
289
+ - docs/help/functions/string.index-of(System.String,System.String).html
290
+ - docs/help/functions/string.last-index-of(System.String,System.String).html
291
+ - docs/help/functions/string.pad-left(System.String,System.Int32,System.String).html
292
+ - docs/help/functions/string.pad-right(System.String,System.Int32,System.String).html
293
+ - docs/help/functions/string.replace(System.String,System.String,System.String).html
294
+ - docs/help/functions/string.starts-with(System.String,System.String).html
295
+ - docs/help/functions/string.substring(System.String,System.Int32,System.Int32).html
296
+ - docs/help/functions/string.to-lower(System.String).html
297
+ - docs/help/functions/string.to-upper(System.String).html
298
+ - docs/help/functions/string.trim(System.String).html
299
+ - docs/help/functions/string.trim-end(System.String).html
300
+ - docs/help/functions/string.trim-start(System.String).html
301
+ - docs/help/functions/target.exists(System.String).html
302
+ - docs/help/functions/target.get-current-target().html
303
+ - docs/help/functions/target.has-executed(System.String).html
304
+ - docs/help/functions/task.exists(System.String).html
305
+ - docs/help/functions/task.get-assembly(System.String).html
306
+ - docs/help/functions/timespan.from-days(System.Double).html
307
+ - docs/help/functions/timespan.from-hours(System.Double).html
308
+ - docs/help/functions/timespan.from-milliseconds(System.Double).html
309
+ - docs/help/functions/timespan.from-minutes(System.Double).html
310
+ - docs/help/functions/timespan.from-seconds(System.Double).html
311
+ - docs/help/functions/timespan.from-ticks(System.Int64).html
312
+ - docs/help/functions/timespan.get-days(System.TimeSpan).html
313
+ - docs/help/functions/timespan.get-hours(System.TimeSpan).html
314
+ - docs/help/functions/timespan.get-milliseconds(System.TimeSpan).html
315
+ - docs/help/functions/timespan.get-minutes(System.TimeSpan).html
316
+ - docs/help/functions/timespan.get-seconds(System.TimeSpan).html
317
+ - docs/help/functions/timespan.get-ticks(System.TimeSpan).html
318
+ - docs/help/functions/timespan.get-total-days(System.TimeSpan).html
319
+ - docs/help/functions/timespan.get-total-hours(System.TimeSpan).html
320
+ - docs/help/functions/timespan.get-total-milliseconds(System.TimeSpan).html
321
+ - docs/help/functions/timespan.get-total-minutes(System.TimeSpan).html
322
+ - docs/help/functions/timespan.get-total-seconds(System.TimeSpan).html
323
+ - docs/help/functions/timespan.parse(System.String).html
324
+ - docs/help/functions/timespan.to-string(System.TimeSpan).html
325
+ - docs/help/functions/version.get-build(System.Version).html
326
+ - docs/help/functions/version.get-major(System.Version).html
327
+ - docs/help/functions/version.get-minor(System.Version).html
328
+ - docs/help/functions/version.get-revision(System.Version).html
329
+ - docs/help/functions/version.parse(System.String).html
330
+ - docs/help/functions/version.to-string(System.Version).html
331
+ - docs/help/fundamentals/buildfiles.html
332
+ - docs/help/fundamentals/expressions.html
333
+ - docs/help/fundamentals/functions.html
334
+ - docs/help/fundamentals/index.html
335
+ - docs/help/fundamentals/listeners.html
336
+ - docs/help/fundamentals/projects.html
337
+ - docs/help/fundamentals/properties.html
338
+ - docs/help/fundamentals/running-nant.html
339
+ - docs/help/fundamentals/targets.html
340
+ - docs/help/fundamentals/tasks.html
341
+ - docs/help/images/arrow.gif
342
+ - docs/help/images/bullet.gif
343
+ - docs/help/images/logo.gif
344
+ - docs/help/index.html
345
+ - docs/help/introduction/fog0000000006.html
346
+ - docs/help/introduction/fog0000000041.html
347
+ - docs/help/introduction/fog0000000042.html
348
+ - docs/help/introduction/fog0000000079.html
349
+ - docs/help/introduction/fog0000000081.html
350
+ - docs/help/introduction/getting-started.gif
351
+ - docs/help/introduction/index.html
352
+ - docs/help/introduction/installation.html
353
+ - docs/help/style.css
354
+ - docs/help/tasks/al.html
355
+ - docs/help/tasks/asminfo.html
356
+ - docs/help/tasks/attrib.html
357
+ - docs/help/tasks/available.html
358
+ - docs/help/tasks/aximp.html
359
+ - docs/help/tasks/call.html
360
+ - docs/help/tasks/cl.html
361
+ - docs/help/tasks/copy.html
362
+ - docs/help/tasks/csc.html
363
+ - docs/help/tasks/cvs-changelog.html
364
+ - docs/help/tasks/cvs-checkout.html
365
+ - docs/help/tasks/cvs-export.html
366
+ - docs/help/tasks/cvs-pass.html
367
+ - docs/help/tasks/cvs-rtag.html
368
+ - docs/help/tasks/cvs-tag.html
369
+ - docs/help/tasks/cvs-update.html
370
+ - docs/help/tasks/cvs.html
371
+ - docs/help/tasks/delay-sign.html
372
+ - docs/help/tasks/delete.html
373
+ - docs/help/tasks/description.html
374
+ - docs/help/tasks/echo.html
375
+ - docs/help/tasks/exec.html
376
+ - docs/help/tasks/fail.html
377
+ - docs/help/tasks/foreach.html
378
+ - docs/help/tasks/get.html
379
+ - docs/help/tasks/gunzip.html
380
+ - docs/help/tasks/if.html
381
+ - docs/help/tasks/ifnot.html
382
+ - docs/help/tasks/ilasm.html
383
+ - docs/help/tasks/ildasm.html
384
+ - docs/help/tasks/include.html
385
+ - docs/help/tasks/index.html
386
+ - docs/help/tasks/jsc.html
387
+ - docs/help/tasks/lib.html
388
+ - docs/help/tasks/license.html
389
+ - docs/help/tasks/link.html
390
+ - docs/help/tasks/loadfile.html
391
+ - docs/help/tasks/loadtasks.html
392
+ - docs/help/tasks/mail.html
393
+ - docs/help/tasks/mc.html
394
+ - docs/help/tasks/midl.html
395
+ - docs/help/tasks/mkdir.html
396
+ - docs/help/tasks/move.html
397
+ - docs/help/tasks/nant.html
398
+ - docs/help/tasks/nantschema.html
399
+ - docs/help/tasks/ndoc.html
400
+ - docs/help/tasks/nunit.html
401
+ - docs/help/tasks/nunit2.html
402
+ - docs/help/tasks/property.html
403
+ - docs/help/tasks/rc.html
404
+ - docs/help/tasks/readregistry.html
405
+ - docs/help/tasks/regasm.html
406
+ - docs/help/tasks/regex.html
407
+ - docs/help/tasks/regsvcs.html
408
+ - docs/help/tasks/resgen.html
409
+ - docs/help/tasks/script.html
410
+ - docs/help/tasks/servicecontroller.html
411
+ - docs/help/tasks/setenv.html
412
+ - docs/help/tasks/sleep.html
413
+ - docs/help/tasks/solution.html
414
+ - docs/help/tasks/style.html
415
+ - docs/help/tasks/sysinfo.html
416
+ - docs/help/tasks/tar.html
417
+ - docs/help/tasks/tlbexp.html
418
+ - docs/help/tasks/tlbimp.html
419
+ - docs/help/tasks/touch.html
420
+ - docs/help/tasks/tstamp.html
421
+ - docs/help/tasks/untar.html
422
+ - docs/help/tasks/unzip.html
423
+ - docs/help/tasks/uptodate.html
424
+ - docs/help/tasks/vbc.html
425
+ - docs/help/tasks/vjc.html
426
+ - docs/help/tasks/xmlpeek.html
427
+ - docs/help/tasks/xmlpoke.html
428
+ - docs/help/tasks/zip.html
429
+ - docs/help/types/assemblyfileset.html
430
+ - docs/help/types/categories.html
431
+ - docs/help/types/credential.html
432
+ - docs/help/types/cvsfileset.html
433
+ - docs/help/types/dirset.html
434
+ - docs/help/types/fileset.html
435
+ - docs/help/types/filterchain.html
436
+ - docs/help/types/index.html
437
+ - docs/help/types/moduleset.html
438
+ - docs/help/types/namespaceimports.html
439
+ - docs/help/types/path.html
440
+ - docs/help/types/patternset.html
441
+ - docs/help/types/proxy.html
442
+ - docs/help/types/resourcefileset.html
443
+ - docs/help/types/tarfileset.html
444
+ - docs/help/types/warnaserror.html
445
+ - docs/help/types/zipfileset.html
446
+ - docs/license.html
447
+ - docs/releasenotes.html
448
+ - docs/sdk/NAnt-SDK.chm
449
+ has_rdoc: true
450
+ homepage: http://nant.sourceforge.net/
451
+ licenses: []
452
+
453
+ post_install_message:
454
+ rdoc_options: []
455
+
456
+ require_paths:
457
+ - lib
458
+ required_ruby_version: !ruby/object:Gem::Requirement
459
+ none: false
460
+ requirements:
461
+ - - ">="
462
+ - !ruby/object:Gem::Version
463
+ hash: 3
464
+ segments:
465
+ - 0
466
+ version: "0"
467
+ required_rubygems_version: !ruby/object:Gem::Requirement
468
+ none: false
469
+ requirements:
470
+ - - ">="
471
+ - !ruby/object:Gem::Version
472
+ hash: 3
473
+ segments:
474
+ - 0
475
+ version: "0"
476
+ requirements: []
477
+
478
+ rubyforge_project:
479
+ rubygems_version: 1.3.7
480
+ signing_key:
481
+ specification_version: 3
482
+ summary: A .NET Build Tool
483
+ test_files: []
484
+