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/docs/license.html ADDED
@@ -0,0 +1,81 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <title>NAnt License</title>
5
+ <meta http-equiv="Content-Language" content="en-ca" />
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+ <link rel="stylesheet" type="text/css" href="help/style.css" />
8
+ </head>
9
+ <body>
10
+ <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
11
+ <tr>
12
+ <td class="NavBar-Cell"><a href="http://nant.sourceforge.net/"><b>NAnt</b></a> <img src="help/images/arrow.gif" alt="->" />
13
+ License</td>
14
+ </tr>
15
+ </table>
16
+ <table width="100%">
17
+ <tr>
18
+ <td>
19
+ <h1><span class="N">N</span><span class="Ant">Ant</span>
20
+ License</h1>
21
+ <p>Copyright 2001-2008 Gerry Shaw</p>
22
+ </td>
23
+ <td style="text-align: right">
24
+ <a href="http://nant.sourceforge.net/"><img style="border-width: 0px;" alt="NAnt logo (link to home page)" src="help/images/logo.gif" width="270"
25
+ height="118" /></a>
26
+ </td>
27
+ </tr>
28
+ </table>
29
+ <p>
30
+ This program is free software; you can redistribute it and/or modify it under
31
+ the terms of the GNU General Public License as published by the Free Software
32
+ Foundation; either version 2 of the License, or (at your option) any later
33
+ version.
34
+ </p>
35
+ <p>
36
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY
37
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
38
+ PARTICULAR PURPOSE. See the GNU General Public License for more details.
39
+ </p>
40
+ <p>
41
+ You should have received a copy of the GNU General Public License along with
42
+ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
43
+ Place, Suite 330, Boston, MA 02111-1307 USA
44
+ </p>
45
+ <p>
46
+ As a special exception, the copyright holders of this software give you
47
+ permission to link the assemblies with independent modules to produce
48
+ new assemblies, regardless of the license terms of these independent
49
+ modules, and to copy and distribute the resulting assemblies under
50
+ terms of your choice, provided that you also meet, for each linked
51
+ independent module, the terms and conditions of the license of that
52
+ module. An independent module is a module which is not derived from or
53
+ based on these assemblies. If you modify this software, you may extend
54
+ this exception to your version of the software, but you are not
55
+ obligated to do so. If you do not wish to do so, delete this exception
56
+ statement from your version.
57
+ </p>
58
+ <p>
59
+ A copy of the GNU General Public License is available in the COPYING.txt file
60
+ included with all NAnt distributions.
61
+ </p>
62
+ <p>
63
+ The <a href="http://www.gnu.org/">GNU Project</a> has more information on the <a href="http://www.gnu.org/copyleft/gpl.html">
64
+ GNU General Public License</a>.
65
+ </p>
66
+ <h2>NDoc License</h2>
67
+ <p>
68
+ NAnt ships with a prebuilt version of <a href="http://ndoc.sourceforge.net/">NDoc</a>.
69
+ The NAnt license does not apply to these components located in the bin folder
70
+ of the distribution. NDoc is licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">
71
+ GNU General Public License</a>.
72
+ </p>
73
+ <h2>NUnit License</h2>
74
+ <p>
75
+ NAnt ships with a prebuilt version of <a href="http://nunit.sourceforge.net">NUnit</a>.
76
+ The NAnt license does not apply to these components located in the bin folder
77
+ of the distribution. NUnit is licensed under a <a href="http://nunit.sourceforge.net/doc/licence.html">
78
+ OSI approved license</a>.
79
+ </p>
80
+ </body>
81
+ </html>
@@ -0,0 +1,3961 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <title>NAnt Release Notes</title>
5
+ <meta http-equiv="Content-Language" content="en-ca" />
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+ <link rel="stylesheet" type="text/css" href="help/style.css" />
8
+ <style type="text/css">
9
+ li {
10
+ margin-top: 10px;
11
+ }
12
+
13
+ .xmlelement {
14
+ color: #660000;
15
+ }
16
+
17
+ .xmlattribute {
18
+ color: red;
19
+ }
20
+
21
+ .xmltext {
22
+ color: blue;
23
+ }
24
+
25
+ .xmlcomment {
26
+ color: green;
27
+ }
28
+
29
+ .xmlcdata {
30
+ color: #FF00CC;
31
+ }
32
+ </style>
33
+ </head>
34
+ <body>
35
+ <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
36
+ <tr>
37
+ <td class="NavBar-Cell">
38
+ <a title="NAnt home page" href="http://nant.sourceforge.net/"><b>NAnt</b></a> <img src="help/images/arrow.gif" alt="->" width="13" height="9" />
39
+ Release Notes
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ <table width="100%">
44
+ <tr>
45
+ <td>
46
+ <h1>
47
+ <span class="N">N</span><span class="Ant">Ant</span>
48
+ Release Notes</h1>
49
+ </td>
50
+ <td>
51
+ <a href="http://nant.sourceforge.net/"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px;
52
+ border-right-width: 0px" alt="NAnt logo (link to home page)" src="help/images/logo.gif" width="270" height="118" /></a>
53
+ </td>
54
+ </tr>
55
+ </table>
56
+ <h2>
57
+ 0.90 (May 8, 2010)</h2>
58
+ <h3>
59
+ Bug fixes</h3>
60
+ <h4>Tasks</h4>
61
+ <div style="margin-left: 20px;">
62
+ <h5>
63
+ <a class="heading" href="help/tasks/zip.html">&lt;tar&gt;</a></h5>
64
+ <div style="margin-left: 20px;">
65
+ <p>
66
+ When the "destfile" attribute specifies a non-existent path,
67
+ the base directory(ies) will be created.
68
+ (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2997300&group_id=31650&atid=402868">#2997300</a>).
69
+ </p>
70
+ </div>
71
+ </div>
72
+ <h2>
73
+ 0.90-rc1 (May 2, 2010)</h2>
74
+ <h3>
75
+ Bug fixes</h3>
76
+ <h4>Core</h4>
77
+ <div style="margin-left: 20px;">
78
+ <h5>
79
+ <a class="heading">&lt;PathScanner&gt;</a></h5>
80
+ <div style="margin-left: 20px;">
81
+ <p>
82
+ Catch UnauthorizedAccessException in PathScanner to prevent
83
+ NAnt from crashing when using the Scan() function to search
84
+ for file(s) in directory with special permissions.
85
+ </p>
86
+ </div>
87
+ </div>
88
+ <h2>
89
+ 0.90-beta1 (April 17, 2010)</h2>
90
+ <h3>
91
+ Bug fixes</h3>
92
+ <h4>Tasks</h4>
93
+ <div style="margin-left: 20px;">
94
+ <h5>
95
+ <a class="heading" href="help/tasks/csc.html">&lt;csc&gt;</a> / <a class="heading" href="help/tasks/jsc.html">&lt;jsc&gt;</a> / <a class="heading" href="help/tasks/vbc.html">&lt;vbc&gt;</a> / <a class="heading" href="help/tasks/vjc.html">&lt;vjc&gt;</a></h5>
96
+ <div style="margin-left: 20px;">
97
+ <p>
98
+ When the "output" attribute specifies a non-existent path,
99
+ the base directory(ies) will be created.
100
+ (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2985057&group_id=31650&atid=402868">#2985057</a>).
101
+ </p>
102
+ </div>
103
+ <h5>
104
+ <a class="heading">ExternalProgramBase</a></h5>
105
+ <div style="margin-left: 20px;">
106
+ <p>
107
+ For certain tasks (NDoc, Exec, MSBuild, etc) the console
108
+ output is unorganized and difficult to read.
109
+ (bug <a href="http://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=2981604&amp;group_id=31650">#2981604</a>).
110
+ </p>
111
+ </div>
112
+ <h5>
113
+ <a class="heading" href="help/tasks/script.html">&lt;script&gt;</a></h5>
114
+ <div style="margin-left: 20px;">
115
+ <p>
116
+ Cleanup the output to show assembly information and functions
117
+ only when "verbose" attribute is set to "true".
118
+ (bug <a href="http://sourceforge.net/tracker/?func=detail&aid=2981386&group_id=31650&atid=402868">#2981386</a>).
119
+ </p>
120
+ </div>
121
+ <h5>
122
+ <a class="heading" href="help/tasks/zip.html">&lt;zip&gt;</a></h5>
123
+ <div style="margin-left: 20px;">
124
+ <p>
125
+ When the "zipfile" attribute specifies a non-existent path,
126
+ the base directory(ies) will be created.
127
+ (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2981389&group_id=31650&atid=402868">#2981389</a>).
128
+ </p>
129
+ </div>
130
+ </div>
131
+ <h2>
132
+ 0.90-alpha1 (April 1, 2010)</h2>
133
+ <h3>
134
+ Breaking changes</h3>
135
+ <h4>Core</h4>
136
+ <div style="margin-left: 20px;">
137
+ <h5>
138
+ Extensibility</h5>
139
+ <ul>
140
+ <li>
141
+ Deprecated NAnt.Core.Element.InitializeElement(XmlNode) and
142
+ NAnt.Core.Task.InitializeTask(XmlNode) in favor of
143
+ NAnt.Core.Element.Initialize(). This was done to discourage direct access to
144
+ the XML node that was used to initialize the construct.
145
+ </li>
146
+ </ul>
147
+ </div>
148
+ <h4>Tasks</h4>
149
+ <div style="margin-left: 20px;">
150
+ <h5>
151
+ <a class="heading" href="help/tasks/script.html">&lt;script&gt;</a></h5>
152
+ <div style="margin-left: 20px;">
153
+ <p>
154
+ As of this release, only the following namespaces are imported
155
+ by default:
156
+ </p>
157
+ <ul>
158
+ <li>System</li>
159
+ <li>System.Collections</li>
160
+ <li style="text-decoration: line-through">System.Collections.Specialized</li>
161
+ <li>System.IO</li>
162
+ <li>System.Text</li>
163
+ <li style="text-decoration: line-through">System.Text.RegularExpressions</li>
164
+ <li>NAnt.Core</li>
165
+ <li>NAnt.Core.Attributes</li>
166
+ </ul>
167
+ <p>
168
+ Starting from this release, only <code>NAnt.Core</code>
169
+ and <code>mscorlib</code> will be referenced by default.
170
+ </p>
171
+ <p>
172
+ In previous releases, all loaded assemblies would implicitly
173
+ be referenced.
174
+ </p>
175
+ </div>
176
+ </div>
177
+ <h3>
178
+ Bug fixes</h3>
179
+ <h4>Extensibility</h4>
180
+ <div style="margin-left: 20px;">
181
+ <h5>
182
+ <a class="heading">DataTypeBaseBuilder / FilterBuilder / TaskBuilder</a></h5>
183
+ <div style="margin-left: 20px;">
184
+ <p>
185
+ Changes to constructors break backward compatibility (bug <a href="http://sourceforge.net/tracker/?func=detail&amp;aid=2782705&amp;group_id=31650&amp;atid=402868">2782705</a>).
186
+ </p>
187
+ </div>
188
+ </div>
189
+ <h4>Expressions</h4>
190
+ <div style="margin-left: 20px;">
191
+ <h5>
192
+ <a class="heading">Identifiers</a></h5>
193
+ <div style="margin-left: 20px;">
194
+ <p>
195
+ Identifiers containing a dot or backslash are falsely rejected.
196
+ </p>
197
+ </div>
198
+ </div>
199
+ <h4>Framework&nbsp;support</h4>
200
+ <div style="margin-left: 20px;">
201
+ <h5>
202
+ <a class="heading">.NET Framework (All)</a></h5>
203
+ <div style="margin-left: 20px;">
204
+ <p>
205
+ The target framework cannot be initialized if the .NET
206
+ Framework SDK is not installed (bug <a href="http://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1859708&amp;group_id=31650">#1859708</a>).
207
+ </p>
208
+ </div>
209
+ <h5>
210
+ <a class="heading">.NET Framework 1.1</a></h5>
211
+ <div style="margin-left: 20px;">
212
+ <p>
213
+ Added the following assemblies to the list of reference
214
+ assemblies:
215
+ </p>
216
+ <ul type="square">
217
+ <li>
218
+ Microsoft.VisualBasic.Compatibility.dll
219
+ </li>
220
+ <li>
221
+ Microsoft.VisualBasic.Compatibility.Data.dll
222
+ </li>
223
+ <li>
224
+ System.Data.OracleClient.dll
225
+ </li>
226
+ </ul>
227
+ <p>
228
+ Fixes bug <a href="http://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1848648&amp;group_id=31650">#1848648</a>.
229
+ </p>
230
+ </div>
231
+ <h5>
232
+ <a class="heading">.NET Framework 3.5</a></h5>
233
+ <ul>
234
+ <li>
235
+ Modified version (as returned by <a href="help/functions/framework.get-version().html">framework::get-version()</a>)
236
+ to &quot;3.5&quot;.
237
+ </li>
238
+ <li>
239
+ Added support for Windows SDK 6.1 (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1986551&amp;group_id=31650&amp;atid=402868">#1986551</a>).
240
+ </li>
241
+ <li>
242
+ Added support for Windows SDK 7.0
243
+ </li>
244
+ </ul>
245
+ </div>
246
+ <h4>Tasks</h4>
247
+ <div style="margin-left: 20px;">
248
+ <h5>
249
+ <a class="heading" href="help/tasks/echo.html">&lt;echo&gt;</a></h5>
250
+ <div style="margin-left: 20px;">
251
+ <p>
252
+ A newline is implicitly added when writing a message to a file
253
+ (bug <a href="http://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=2807728&amp;group_id=31650">#2807728</a>).
254
+ </p>
255
+ </div>
256
+ <h5>
257
+ <a class="heading" href="help/tasks/exec.html">&lt;echo&gt;</a></h5>
258
+ <div style="margin-left: 20px;">
259
+ <p>
260
+ When "output" parameter is specified, standard output is redirected properly.
261
+ (bug <a href="https://sourceforge.net/tracker/?func=detail&aid=1010223&group_id=31650&atid=402868">#1010223</a>).
262
+ </p>
263
+ </div>
264
+ <h5>
265
+ <a class="heading">ExternalProgramBase</a></h5>
266
+ <div style="margin-left: 20px;">
267
+ <p>
268
+ The value of <code>UseRuntimeEngine</code> is not respected
269
+ when overriden by derived classes (bug <a href="http://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1850383&amp;group_id=31650">#1850383</a>).
270
+ <a
271
+ </p>
272
+ </div>
273
+ <h5>
274
+ <a class="heading" href="help/tasks/move.html">&lt;move&gt;</a></h5>
275
+ <div style="margin-left: 20px;">
276
+ <p>
277
+ When source file is newer than destination file, then an error
278
+ is reported if "overwrite" is not set to <b>true</b>.
279
+ </p>
280
+ </div>
281
+ <h5>
282
+ <a class="heading" href="help/tasks/solution.html">&lt;solution&gt;</a></h5>
283
+ <div style="margin-left: 20px;">
284
+ <p>
285
+ Solution Folders result in build failure (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1732361&amp;group_id=31650&amp;atid=402868">#1732361</a>).
286
+ </p>
287
+ </div>
288
+ <h5>
289
+ <a class="heading" href="help/tasks/xmlpeek.html">&lt;xmlpeek&gt;</a></h5>
290
+ <div style="margin-left: 20px;">
291
+ <p>
292
+ "verbose" feature is now worked as documented (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1911292&amp;group_id=31650&amp;atid=402868">#1911292</a>).
293
+ </p>
294
+ </div>
295
+ <h5>
296
+ <a class="heading" href="help/tasks/zip.html">&lt;zip&gt;</a></h5>
297
+ <div style="margin-left: 20px;">
298
+ <p>
299
+ Improved backward compatibility with older unzip implementations.
300
+ </p>
301
+ </div>
302
+ </div>
303
+ <h4>Types</h4>
304
+ <div style="margin-left: 20px;">
305
+ <h5>
306
+ <a class="heading" href="help/types/fileset.html">&lt;fileset&gt;</a>
307
+ </h5>
308
+ <div style="margin-left: 20px;">
309
+ <p>
310
+ Files matching the <code>**/vssver2.scc</code> pattern are not excluded by default
311
+ (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=2515816&amp;group_id=31650&amp;atid=402868">#2515816</a>).
312
+ </p>
313
+ </div>
314
+ </div>
315
+ <h3>Additions</h3>
316
+ <h4>Functions</h4>
317
+ <div style="margin-left: 20px;">
318
+ <h5>
319
+ <a class="heading" href="help/functions/environment.newline().html">environment::newline()</a></h5>
320
+ <div style="margin-left: 20px;">
321
+ <p>Gets the newline string defined for this environment.</p>
322
+ </div>
323
+ <h5>
324
+ <a class="heading" href="help/functions/framework.get-description().html">framework::get-description()</a></h5>
325
+ <div style="margin-left: 20px;">
326
+ <p>Gets the description of the current target framework.</p>
327
+ </div>
328
+ <h5>
329
+ <a class="heading" href="help/functions/framework.get-clr-version().html">framework::get-clr-version()</a></h5>
330
+ <div style="margin-left: 20px;">
331
+ <p>Gets the CLR version of the current target framework.</p>
332
+ </div>
333
+ <h5>
334
+ <a class="heading" href="help/functions/framework.get-frameworks(NAnt.Core.FrameworkTypes).html">framework::get-frameworks(NAnt.Core.FrameworkTypes)</a></h5>
335
+ <div style="margin-left: 20px;">
336
+ <p>
337
+ Gets a comma-separated list of frameworks filtered by the
338
+ specified <a href="help/enums/NAnt.Core.FrameworkTypes.html">FrameworkTypes</a>.
339
+ </p>
340
+ <p>For example:</p>
341
+ <pre class="code">
342
+ <span class="xmltext">&lt;</span><span class="xmlelement">target</span> <span class="xmlattribute">name</span><span class="xmltext">="build-all"&gt;</span>
343
+ <span class="xmltext">&lt;</span><span class="xmlelement">foreach</span> <span class="xmlattribute">item</span><span class="xmltext">="String"</span> <span class="xmlattribute">in</span><span class="xmltext">="${framework::get-frameworks('installed compact')}"</span> <span class="xmlattribute">delim</span><span class="xmltext">=","</span> <span class="xmlattribute">property</span><span class="xmltext">="framework"&gt;</span>
344
+ <span class="xmltext">&lt;</span><span class="xmlelement">property</span> <span class="xmlattribute">name</span><span class="xmltext">="nant.settings.currentframework"</span> <span class="xmlattribute">value</span><span class="xmltext">="${framework}" /&gt;</span>
345
+ <span class="xmltext">&lt;</span><span class="xmlelement">call</span> <span class="xmlattribute">target</span><span class="xmltext">="${framework}" /&gt;</span>
346
+ <span class="xmltext">&lt;/</span><span class="xmlelement">foreach</span><span class="xmltext">&gt;</span>
347
+ <span class="xmltext">&lt;/</span><span class="xmlelement">target</span><span class="xmltext">&gt;</span>
348
+
349
+ <span class="xmltext">&lt;</span><span class="xmlelement">target</span> <span class="xmlattribute">name</span><span class="xmltext">="build"&gt;</span>
350
+ ...
351
+ <span class="xmltext">&lt;/</span><span class="xmlelement">target</span><span class="xmltext">&gt;</span>
352
+ </pre>
353
+ </div>
354
+ <h5>
355
+ <a class="heading" href="help/functions/framework.get-version().html">framework::get-version()</a></h5>
356
+ <div style="margin-left: 20px;">
357
+ <p>Gets the version of the current target framework.</p>
358
+ </div>
359
+ <h5>
360
+ <a class="heading" href="help/functions/platform.is-windows().html">platform::is-windows()</a></h5>
361
+ <div style="margin-left: 20px;">
362
+ <p>Return a value indicating whether NAnt is running on Windows.</p>
363
+ </div>
364
+ </div>
365
+ <h4>Tasks</h4>
366
+ <div style="margin-left: 20px;">
367
+ <h5>
368
+ <a class="heading" href="help/tasks/untar.html">&lt;untar&gt;</a></h5>
369
+ <div style="margin-left: 20px;">
370
+ <p>Extracts files from a tar archive.</p>
371
+ </div>
372
+ </div>
373
+ <h3>Changes</h3>
374
+ <h4>Packaging</h4>
375
+ <div style="margin-left: 20px;">
376
+ <h5>
377
+ <a class="heading">pkg-config</a></h5>
378
+ <div style="margin-left: 20px;">
379
+ <p>
380
+ When installing NAnt from source on Unix (using make install),
381
+ a <b>nant.pc</b> is now installed in $prefix/lib/pkgconfig.
382
+ </p>
383
+ </div>
384
+ <h5>
385
+ <a class="heading">DESTDIR</a></h5>
386
+ <div style="margin-left: 20px;">
387
+ <p>
388
+ To allow for staged installs, our makefile now also supports
389
+ the <a href="http://www.gnu.org/prep/standards/html_node/DESTDIR.html">DESTDIR</a> variable:
390
+ </p>
391
+ <pre class="code">
392
+ $ make DESTDIR=/tmp/local install
393
+ </pre>
394
+ </div>
395
+ </div>
396
+ <h4>Functions</h4>
397
+ <div style="margin-left: 20px;">
398
+ <h5>
399
+ <a class="heading" href="help/functions/platform.is-win32().html">platform::is-win32()</a></h5>
400
+ <div style="margin-left: 20px;">
401
+ <p>This function is deprecated, use <a href="help/functions/platform.is-windows().html">platform::is-windows()</a> instead.</p>
402
+ </div>
403
+ </div>
404
+ <h4>Tasks</h4>
405
+ <div style="margin-left: 20px;">
406
+ <h5>
407
+ <a class="heading" href="help/tasks/csc.html">&lt;csc&gt;</a> / <a class="heading" href="help/tasks/jsc.html">&lt;jsc&gt;</a> / <a class="heading" href="help/tasks/vbc.html">&lt;vbc&gt;</a> / <a class="heading" href="help/tasks/vjc.html">&lt;vjc&gt;</a></h5>
408
+ <div style="margin-left: 20px;">
409
+ <p>
410
+ Added &quot;winres&quot; attribute to specify a Win32 resource file.
411
+ </p>
412
+ </div>
413
+ <h5>
414
+ <a class="heading" href="help/tasks/echo.html">&lt;echo&gt;</a></h5>
415
+ <div style="margin-left: 20px;">
416
+ <p>
417
+ The &quot;encoding&quot; attribute can be used to specify
418
+ the encoding when writing messages to a file.
419
+ </p>
420
+ <pre class="code">
421
+ <span class="xmltext">&lt;</span><span class="xmlelement">echo</span> <span class="xmlattribute">file</span><span class="xmltext">="build.cmd"</span> <span class="xmlattribute">encoding</span><span class="xmltext">="ascii"&gt;</span>...<span class="xmltext">&lt;/</span><span class="xmlelement">echo</span><span class="xmltext">&gt;</span>
422
+ </pre>
423
+ </div>
424
+ <h5>
425
+ <a class="heading" href="help/tasks/link.html">&lt;link&gt;</a></h5>
426
+ <div style="margin-left: 20px;">
427
+ <p>
428
+ Added &quot;moduledefinition&quot; parameter to allow the
429
+ name of the module definition file to be set.
430
+ <a
431
+ </p>
432
+ </div>
433
+ <h5>
434
+ <a class="heading" href="help/tasks/nunit2.html">&lt;nunit2&gt;</a></h5>
435
+ <div style="margin-left: 20px;">
436
+ <p>
437
+ Allow referenced assemblies to be specified using <span class="xmltext">&lt;</span><span class="xmlelement">references</span><span class="xmltext">&gt;</span>
438
+ element on <span class="xmltext">&lt;</span><span class="xmlelement">test</span><span class="xmltext">&gt;</span>:
439
+ </p>
440
+ <pre class="code">
441
+ <span class="xmltext">&lt;</span><span class="xmlelement">nunit2</span><span class="xmltext">&gt;</span>
442
+ <span class="xmltext">&lt;</span><span class="xmlelement">test</span><span class="xmltext">&gt;</span>
443
+ <span class="xmltext">&lt;</span><span class="xmlelement">assemblies</span> <span class="xmlattribute">basedir</span><span class="xmltext">="build/tests"&gt;</span>
444
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="Cegeka.HealthCare.DocGen.Tests.dll" /&gt;</span>
445
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="Cegeka.HealthCare.Util.Tests.dll" /&gt;</span>
446
+ <span class="xmltext">&lt;/</span><span class="xmlelement">assemblies</span><span class="xmltext">&gt;</span>
447
+ <span class="xmltext">&lt;</span><span class="xmlelement">references</span> <span class="xmlattribute">basedir</span><span class="xmltext">="build/lib"&gt;</span>
448
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="Cegeka.HealthCare.Common.dll" /&gt;</span>
449
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="Cegeka.HealthCare.DocGen.dll" /&gt;</span>
450
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="Cegeka.HealthCare.Util.dll" /&gt;</span>
451
+ <span class="xmltext">&lt;/</span><span class="xmlelement">assemblies</span><span class="xmltext">&gt;</span>
452
+ <span class="xmltext">&lt;/</span><span class="xmlelement">test</span><span class="xmltext">&gt;</span>
453
+ <span class="xmltext">&lt;/</span><span class="xmlelement">nunit2</span><span class="xmltext">&gt;</span>
454
+ </pre>
455
+ Previously, all referenced assemblies needed to be either
456
+ in the GAC, or in the directory containing the test
457
+ assembly.
458
+ </div>
459
+ <h5>
460
+ <a class="heading" href="help/tasks/solution.html">&lt;solution&gt;</a></h5>
461
+ <div style="margin-left: 20px;">
462
+ <p>
463
+ Introduced support for targeting a specific platform,
464
+ as defined in the solution or project.
465
+ </p>
466
+ </div>
467
+ <h5>
468
+ <a class="heading" href="help/tasks/xmlpoke.html">&lt;xmlpoke&gt;</a></h5>
469
+ <div style="margin-left: 20px;">
470
+ <p>
471
+ Added &quot;preserveWhitespace&quot; parameter to retain
472
+ the original format of the XML files.
473
+ </p>
474
+ </div>
475
+ <h5>
476
+ <a class="heading" href="help/tasks/unzip.html">&lt;unzip&gt;</a></h5>
477
+ <div style="margin-left: 20px;">
478
+ <p>
479
+ Added &quot;overwrite&quot; parameter to control whether to
480
+ overwrite files even if they are newer than corresponding
481
+ entries in the archive.
482
+ </p>
483
+ </div>
484
+ </div>
485
+ <h4>Third-Party</h4>
486
+ <div style="margin-left: 20px;">
487
+ <h5>
488
+ <a class="heading" href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</a></h5>
489
+ <ul>
490
+ <li>
491
+ Upgraded to <a href="http://wiki.sharpdevelop.net/SharpZipLib_ReleaseHistory.ashx">v0.85.5.452</a>.
492
+ </li>
493
+ </ul>
494
+ </div>
495
+ <h4>Types</h4>
496
+ <div style="margin-left: 20px;">
497
+ <h5>
498
+ <a class="heading" href="help/types/fileset.html">&lt;fileset&gt;</a> / <a class="heading" href="help/types/patternset.html">&lt;patternset&gt;</a></h5>
499
+ <div style="margin-left: 20px;">
500
+ <p>
501
+ For patterns specified using <span class="xmltext">&lt;</span><span class="xmlelement">includesfile</span><span class="xmltext">&gt;</span>
502
+ or <span class="xmltext">&lt;</span><span class="xmlelement">excludesfile</span><span class="xmltext">&gt;</span>, lines that have a number sign (#) as the first non-blank
503
+ character in a line are now ignored.
504
+ <a
505
+ </p>
506
+ </div>
507
+ </div>
508
+ <h2>
509
+ 0.86-beta1 (December 8, 2007)</h2>
510
+ <h3>
511
+ Breaking changes</h3>
512
+ <h4>Core</h4>
513
+ <div style="margin-left: 20px;">
514
+ <h5>
515
+ <a class="heading">nant.tasks properties</a></h5>
516
+ <div style="margin-left: 20px;">
517
+ <p>
518
+ Prior to NAnt 0.85, build authors would use a &quot;nant.tasks.*&quot;
519
+ property to check whether a given task was available.
520
+ </p>
521
+ <p>
522
+ With the introduction of expression support in NAnt 0.85, we
523
+ provided a more powerful alternative through the
524
+ <a href="help/functions/task.exists(System.String).html">task::exists</a>
525
+ function.
526
+ </p>
527
+ <p>
528
+ As of this release, the &quot;nant.tasks.*&quot; properties are
529
+ therefore no longer set by NAnt.
530
+ </p>
531
+ </div>
532
+ <h5>
533
+ <a class="heading">nant.failure</a></h5>
534
+ <div style="margin-left: 20px;">
535
+ <p>
536
+ Removed support for the &quot;nant.failure&quot; property to
537
+ set the target that should be executed when the build fails.
538
+ </p>
539
+ <p>
540
+ This property was deprecated in NAnt 0.83 in favor of the
541
+ &quot;nant.onfailure&quot; attribute.
542
+ </p>
543
+ <p>
544
+ As of this release, setting the &quot;nant.failure&quot;
545
+ attribute will no longer have any effect.
546
+ </p>
547
+ </div>
548
+ </div>
549
+ <h4>Expressions</h4>
550
+ <div style="margin-left: 20px;">
551
+ <h5>
552
+ <a class="heading">= operator</a></h5>
553
+ <div style="margin-left: 20px;">
554
+ <p>
555
+ In NAnt 0.85, support for the '=' operator to check for equality was
556
+ deprecated in favor of the '==' operator.
557
+ </p>
558
+ <p>
559
+ As from this release, the '=' operator is no longer
560
+ recognized.
561
+ </p>
562
+ </div>
563
+ </div>
564
+ <h4>Tasks</h4>
565
+ <div style="margin-left: 20px;">
566
+ <h5>
567
+ <a class="heading" href="help/tasks/style.html">&lt;style&gt;</a></h5>
568
+ <ul>
569
+ <li>
570
+ Removed support for &lt;param&gt; child element, which was
571
+ deprecated in NAnt 0.84 in favor of a &lt;parameters&gt;
572
+ element.
573
+ </li>
574
+ </ul>
575
+ </div>
576
+ <h3>
577
+ Bug fixes</h3>
578
+ <h4>Core</h4>
579
+ <div style="margin-left: 20px;">
580
+ <h5>
581
+ <a class="heading" href="help/fundamentals/listeners.html#MailLogger">MailLogger</a></h5>
582
+ <ul>
583
+ <li>
584
+ If &quot;MailLogger.smtp.username&quot;, &quot;MailLogger.smtp.port&quot;
585
+ or &quot;MailLogger.smtp.enablessl&quot; are set, messages must be delivered
586
+ using the SMTP protocol over the network. [.NET 1.1 or higher]
587
+ </li>
588
+ </ul>
589
+ <h5>
590
+ <a class="heading">Response File</a></h5>
591
+ <ul>
592
+ <li>
593
+ Quoted arguments are not parsed correctly from response files
594
+ (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1736526&amp;group_id=31650">#1736526</a>).
595
+ </li>
596
+ </ul>
597
+ <h5>
598
+ <a class="heading">Document Type Definition</a></h5>
599
+ <ul>
600
+ <li>
601
+ Executing a project with a DTD can lead to an internal error.
602
+ (bug <a href="https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1809994&group_id=31650">#1809994</a>).
603
+ </li>
604
+ </ul>
605
+ </div>
606
+ <h4>Framework&nbsp;support</h4>
607
+ <div style="margin-left: 20px;">
608
+ <h5>
609
+ <a class="heading">Mono/Cygwin</a></h5>
610
+ <ul>
611
+ <li>
612
+ In <a href="http://www.cygwin.com/">Cygwin</a>, the directory
613
+ containing the Mono configuration files was not correctly
614
+ constructed from pkg-config info, leading to errors when
615
+ running applications that use System.Configuration.
616
+ </li>
617
+ </ul>
618
+ </div>
619
+ <h4>Tasks</h4>
620
+ <div style="margin-left: 20px;">
621
+ <h5>
622
+ <a class="heading" href="help/tasks/call.html">&lt;call&gt;</a></h5>
623
+ <ul>
624
+ <li>
625
+ Target is not re-executed if &quot;cascade&quot; is <b>false</b>
626
+ (bug <a href="http://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1474159&amp;group_id=31650">#1474159</a>).
627
+ </li>
628
+ </ul>
629
+ <h5>
630
+ <a class="heading" href="help/tasks/csc.html">&lt;csc&gt;</a></h5>
631
+ <ul>
632
+ <li>
633
+ Satellite assemblies are not signed when signing key is
634
+ specified using &quot;keyfile&quot; attribute (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1587739&amp;group_id=31650&amp;atid=402868">#1587739</a>).
635
+ </li>
636
+ </ul>
637
+ <h5>
638
+ <a class="heading" href="help/tasks/exec.html">&lt;exec&gt;</a></h5>
639
+ <ul>
640
+ <li>
641
+ Empty lines written to standard output or standard error by
642
+ external program are ignored.
643
+ </li>
644
+ </ul>
645
+ <h5>
646
+ <a class="heading" href="help/tasks/resgen.html">&lt;resgen&gt;</a></h5>
647
+ <ul>
648
+ <li>
649
+ If the embedded resource compiler for the target framework does
650
+ not support assembly references, then copy both the compiler
651
+ and related files (based on pattern matching) to the
652
+ intermediary compile directory
653
+ (bug <a href="http://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1591991&amp;group_id=31650">#1591991</a>).
654
+ </li>
655
+ </ul>
656
+ <h5>
657
+ <a class="heading" href="help/tasks/solution.html">&lt;solution&gt;</a></h5>
658
+ <ul>
659
+ <li>
660
+ Visual C++
661
+ <div style="margin-left: 20px;">
662
+ <ul>
663
+ <li>
664
+ Custom build steps are not supported (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082374&amp;group_id=31650&amp;atid=402868">#1082374</a>).
665
+ </li>
666
+ <li>
667
+ Unexpected error when name of project configuration
668
+ differs from solution configuration (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1607209&amp;group_id=31650&amp;atid=402868">#1607209</a>).
669
+ </li>
670
+ </ul>
671
+ </div>
672
+ </li>
673
+ </ul>
674
+ </div>
675
+ <h4>Third-Party</h4>
676
+ <div style="margin-left: 20px;">
677
+ <h5>
678
+ <a class="heading" href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</a></h5>
679
+ <ul>
680
+ <li>
681
+ Files with a compressed size of over 4GB cannot be added to zip archive
682
+ (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1698336&group_id=31650&atid=402868">#1698336</a>).
683
+ </li>
684
+ </ul>
685
+ </div>
686
+ <h4>Types</h4>
687
+ <div style="margin-left: 20px;">
688
+ <h5>
689
+ <a class="heading" href="help/types/fileset.html">&lt;fileset&gt;</a></h5>
690
+ <ul>
691
+ <li>
692
+ Case differences are not always ignored on a case-insensitive filesystem
693
+ (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1776101&amp;group_id=31650">#1776101</a>).
694
+ </li>
695
+ <li>
696
+ Pattern mathing for files in the root directory of a volume is
697
+ always case-sensitive (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1761377&amp;group_id=31650">#1761377</a>).
698
+ </li>
699
+ </ul>
700
+ </div>
701
+ <h3>Additions</h3>
702
+ <h4>Expressions</h4>
703
+ <div style="margin-left: 20px;">
704
+ <h5>
705
+ <a class="heading">Version operators</a></h5>
706
+ <div style="margin-left: 20px;">
707
+ <p>
708
+ Introduced support for <a href="help/fundamentals/expressions.html#version-operators">relational operators</a>
709
+ between version values.
710
+ </p>
711
+ </div>
712
+ </div>
713
+ <h4>Framework&nbsp;support</h4>
714
+ <div style="margin-left: 20px;">
715
+ <h5>
716
+ <a class="heading">Tool paths</a></h5>
717
+ <div style="margin-left: 20px;">
718
+ <p>
719
+ Since NAnt 0.84, task authors have been able to specify the
720
+ location of the command-line tool by applying a <code>ProgramLocationAttribute</code> to
721
+ classes deriving from <code>ExternalProgramBase</code>.
722
+ </p>
723
+ <p>
724
+ The <code>ProgramLocationAttribute</code> allows task authors
725
+ to specify whether the tool is located in the framework directory
726
+ (eg. C:\WINDOWS\Microsoft.NET\Framework\v1.1.4432) or the
727
+ SDK directory (eg. C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1)
728
+ without actually having to deal with the complexity of knowing
729
+ the actual path to these directories (for each supported framework).
730
+ </p>
731
+ <p>
732
+ In NAnt 0.86, we've taken this one step further. Each defined
733
+ framework now has a (ordered) list of directories that can be
734
+ scanned to locate a framework tool. The list of directories
735
+ can be easily tuned for each framework by modifying the
736
+ <span class="xmltext">&lt;</span><span class="xmlelement">tool-paths</span><span class="xmltext">&gt;</span>
737
+ nodes in the NAnt configuration file.
738
+ </p>
739
+ <p>An example of such a node for the Mono 3.5 profile:</p>
740
+ <pre class="code">
741
+ <span class="xmltext">&lt;</span><span class="xmlelement">tool-paths</span><span class="xmltext">&gt;</span>
742
+ <span class="xmltext">&lt;</span><span class="xmlelement">directory</span> <span class="xmlattribute">name</span><span class="xmltext">="${path::combine(prefix, 'lib/mono/3.5')}" /&gt;</span>
743
+ <span class="xmltext">&lt;</span><span class="xmlelement">directory</span> <span class="xmlattribute">name</span><span class="xmltext">="${path::combine(prefix, 'lib/mono/2.0')}" /&gt;</span>
744
+ <span class="xmltext">&lt;</span><span class="xmlelement">directory</span> <span class="xmlattribute">name</span><span class="xmltext">="${path::combine(prefix, 'lib/mono/1.0')}" /&gt;</span>
745
+ <span class="xmltext">&lt;/</span><span class="xmlelement">tool-paths</span><span class="xmltext">&gt;</span>
746
+ </pre>
747
+ <p>
748
+ The directories configured in the <span class="xmltext">&lt;</span><span class="xmlelement">tool-paths</span><span class="xmltext">&gt;</span>
749
+ node of the current target framework will be scanned in the
750
+ order in which they are defined.
751
+ </p>
752
+ <p>
753
+ The tool paths are implicitly used when a given tool cannot
754
+ be located on the location specified by the <code>ProgramLocationAttribute</code>.
755
+ As such, this only applies to tasks deriving from <code>ExternalProgramBase</code>.
756
+ </p>
757
+ <p>
758
+ To expose this functionality to build authors, we've added a
759
+ <a href="help/functions/framework.get-tool-path(System.String).html">framework::get-tool-path</a>
760
+ function that can be used to search for a given tool.
761
+ </p>
762
+ <p>For example:</p>
763
+ <pre class="code">
764
+ <span class="xmltext">&lt;</span><span class="xmlelement">exec</span> <span class="xmlattribute">program</span><span class="xmltext">="${framework::get-tool-path('gacutil.exe')}"</span> <span class="xmlattribute">managed</span><span class="xmltext">="strict"&gt;</span>
765
+ <span class="xmltext">&lt;</span><span class="xmlelement">arg</span> <span class="xmlattribute">value</span><span class="xmltext">="/i" /&gt;</span>
766
+ <span class="xmltext">&lt;</span><span class="xmlelement">arg</span> <span class="xmlattribute">file</span><span class="xmltext">="Cegeka.HealthFramework.dll" /&gt;</span>
767
+ <span class="xmltext">&lt;/</span><span class="xmlelement">exec</span><span class="xmltext">&gt;</span>
768
+ </pre>
769
+ </div>
770
+ <h5>
771
+ <a class="heading">Strict execution</a></h5>
772
+ <div style="margin-left: 20px;">
773
+ <p>
774
+ Introduced support for forcing a managed application to run
775
+ on the currently targeted CLR.
776
+ </p>
777
+ <p>
778
+ This was previously only possible by modifying the &lt;startup&gt;
779
+ section of the application configuration file or by using
780
+ constructs specific to each CLR (eg. using <b>COMPLUS_VERSION</b>
781
+ environment variable for the MS CLR), which made build scripts
782
+ non-portable.
783
+ </p>
784
+ <p>
785
+ Developers extending NAnt, can now control this by setting the
786
+ <code>Managed</code> property for tasks deriving from
787
+ <code>ExternalProgramBase</code>.
788
+ </p>
789
+ <p>
790
+ For build authors, forcing a managed application to run on a
791
+ specific version of a CLR can be done by setting the
792
+ &quot;managed&quot; attribute of <code><a href="help/tasks/exec.html">&lt;exec&gt;</a></code>
793
+ to <b>strict</b>.
794
+ </p>
795
+ <p>For example:</p>
796
+ <pre class="code">
797
+ <span class="xmltext">&lt;</span><span class="xmlelement">exec</span> <span class="xmlattribute">program</span><span class="xmltext">="nunit-console.exe"</span> <span class="xmlattribute">managed</span><span class="xmltext">="strict"&gt;</span>
798
+ <span class="xmltext">&lt;</span><span class="xmlelement">arg</span> <span class="xmlattribute">value</span><span class="xmltext">="/noshadow" /&gt;</span>
799
+ <span class="xmltext">&lt;</span><span class="xmlelement">arg</span> <span class="xmlattribute">file</span><span class="xmltext">="Cegeka.HealthFramework.Tests.dll" /&gt;</span>
800
+ <span class="xmltext">&lt;/</span><span class="xmlelement">exec</span><span class="xmltext">&gt;</span>
801
+ </pre>
802
+ </div>
803
+ <h5>
804
+ <a class="heading">.NET Framework 3.5</a></h5>
805
+ <div style="margin-left: 20px;">
806
+ <p>
807
+ Support for targeting .NET Framework 3.5 and Mono 3.5
808
+ Profile is now available.
809
+ </p>
810
+ <p>
811
+ <b>Note:</b> this does not apply to the <code><a href="help/tasks/solution.html">&lt;solution&gt;</a></code>
812
+ task.
813
+ </p>
814
+ </div>
815
+ <h5>
816
+ <a class="heading">Silverlight 2.0</a></h5>
817
+ <div style="margin-left: 20px;">
818
+ <p>
819
+ Added experimental support for targeting Silverlight 2.0
820
+ and Moonlight 2.0.
821
+ </p>
822
+ <p>
823
+ <b>Note:</b> this does not apply to the <code><a href="help/tasks/solution.html">&lt;solution&gt;</a></code>
824
+ task.
825
+ </p>
826
+ </div>
827
+ </div>
828
+ <h4>Types</h4>
829
+ <div style="margin-left: 20px;">
830
+ <h5>
831
+ <a class="heading" href="help/types/patternset.html">&lt;patternset&gt;</a></h5>
832
+ <div style="margin-left: 20px;">
833
+ <p>
834
+ Defines a set of patterns, mostly used to include or exclude certain files.
835
+ </p>
836
+ <p>
837
+ Patterns can be grouped to sets, and later be referenced by their
838
+ <code>id</code>.
839
+ </p>
840
+ <p>For example:</p>
841
+ <pre class="code">
842
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">id</span><span class="xmltext">="binaries"&gt;</span>
843
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="bin/**/*" /&gt;</span>
844
+ <span class="xmltext">&lt;</span><span class="xmlelement">exclude</span> <span class="xmlattribute">name</span><span class="xmltext">="bin/*.tmp" /&gt;</span>
845
+ <span class="xmltext">&lt;/</span><span class="xmlelement">patternset</span><span class="xmltext">&gt;</span>
846
+
847
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">id</span><span class="xmltext">="docs"&gt;</span>
848
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="requirements/**/*" /&gt;</span>
849
+ <span class="xmltext">&lt;</span><span class="xmlelement">exclude</span> <span class="xmlattribute">name</span><span class="xmltext">="design/**/*.doc" /&gt;</span>
850
+ <span class="xmltext">&lt;/</span><span class="xmlelement">patternset</span><span class="xmltext">&gt;</span>
851
+
852
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">id</span><span class="xmltext">="client.sources"&gt;</span>
853
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="client/**/*.cs" /&gt;</span>
854
+ <span class="xmltext">&lt;</span><span class="xmlelement">exclude</span> <span class="xmlattribute">name</span><span class="xmltext">="client/**/*.vb" /&gt;</span>
855
+ <span class="xmltext">&lt;/</span><span class="xmlelement">patternset</span><span class="xmltext">&gt;</span>
856
+
857
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">id</span><span class="xmltext">="server.sources"&gt;</span>
858
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="server/**/*.cs" /&gt;</span>
859
+ <span class="xmltext">&lt;</span><span class="xmlelement">exclude</span> <span class="xmlattribute">name</span><span class="xmltext">="server/**/*.vb" /&gt;</span>
860
+ <span class="xmltext">&lt;/</span><span class="xmlelement">patternset</span><span class="xmltext">&gt;</span>
861
+
862
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">id</span><span class="xmltext">="sources"&gt;</span>
863
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">refid</span><span class="xmltext">="client.sources" /&gt;</span>
864
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">refid</span><span class="xmltext">="server.sources" /&gt;</span>
865
+ <span class="xmltext">&lt;/</span><span class="xmlelement">patternset</span><span class="xmltext">&gt;</span>
866
+
867
+ <span class="xmltext">&lt;</span><span class="xmlelement">target</span> <span class="xmlattribute">name</span><span class="xmltext">="deploy"&gt;</span>
868
+ <span class="xmltext">&lt;</span><span class="xmlelement">copy</span> <span class="xmlattribute">todir</span><span class="xmltext">="${dist.path}"&gt;</span>
869
+ <span class="xmltext">&lt;</span><span class="xmlelement">fileset</span> <span class="xmlattribute">basedir</span><span class="xmltext">="${build.path}"&gt;</span>
870
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">refid</span><span class="xmltext">="binaries" /&gt;</span>
871
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">refid</span><span class="xmltext">="docs" /&gt;</span>
872
+ <span class="xmltext">&lt;</span><span class="xmlelement">patternset</span> <span class="xmlattribute">refid</span><span class="xmltext">="sources" /&gt;</span>
873
+
874
+ <span class="xmltext">&lt;</span><span class="xmlelement">exclude</span> <span class="xmlattribute">name</span><span class="xmltext">="**/*.sdf" /&gt;</span>
875
+ <span class="xmltext">&lt;/</span><span class="xmlelement">fileset</span><span class="xmltext">&gt;</span>
876
+ <span class="xmltext">&lt;/</span><span class="xmlelement">copy</span><span class="xmltext">&gt;</span>
877
+ <span class="xmltext">&lt;/</span><span class="xmlelement">target</span><span class="xmltext">&gt;</span>
878
+ </pre>
879
+ </div>
880
+ </div>
881
+ <h3>Changes</h3>
882
+ <h4>Core</h4>
883
+ <div style="margin-left: 20px;">
884
+ <h5>
885
+ <a class="heading">Performance</a></h5>
886
+ <div style="margin-left: 20px;">
887
+ <p>
888
+ Initial start-up time and project initialization have been
889
+ reduced dramatically by lazy configuration of supported
890
+ target frameworks.
891
+ </p>
892
+ </div>
893
+ </div>
894
+ <h4>Framework&nbsp;support</h4>
895
+ <div style="margin-left: 20px;">
896
+ <h5>
897
+ <a class="heading">.NET Compact Framework 2.0</a></h5>
898
+ <div style="margin-left: 20px;">
899
+ <p>
900
+ Compiler options that were introduced in .NET Framework 2.0
901
+ are now also available when targeting .NET Compact Framework
902
+ 2.0.
903
+ </p>
904
+ </div>
905
+ </div>
906
+ <h4>Tasks</h4>
907
+ <div style="margin-left: 20px;">
908
+ <h5>
909
+ <a class="heading" href="help/tasks/al.html">&lt;al&gt;</a></h5>
910
+ <ul>
911
+ <li>
912
+ Modules to compile into an assembly can now be specified
913
+ using the <span class="xmltext">&lt;</span><span class="xmlelement">modules</span><span class="xmltext">&gt;</span> child element.
914
+ </li>
915
+ </ul>
916
+ <h5>
917
+ <a class="heading" href="help/tasks/csc.html">&lt;csc&gt;</a></h5>
918
+ <ul>
919
+ <li>
920
+ Added &quot;delaysign&quot attribute which specified whether
921
+ to delay sign the assembly using only the public portion of
922
+ the strong name key.
923
+ </li>
924
+ </ul>
925
+ <h5>
926
+ <a class="heading" href="help/tasks/exec.html">&lt;exec&gt;</a></h5>
927
+ <ul>
928
+ <li>
929
+ The &quot;useruntimeengine&quot; attribute has been deprecated
930
+ in favor of a &quot;managed&quot; attribute.
931
+ </li>
932
+ </ul>
933
+ <h5>
934
+ <a class="heading" href="help/tasks/jsc.html">&lt;jsc&gt;</a></h5>
935
+ <ul>
936
+ <li>
937
+ Added &quot;autoref&quot attribute to enable automatically
938
+ referencing of assemblies if they have the same name as an
939
+ imported namespace or as a type annotation when declaring a
940
+ variable.
941
+ </li>
942
+ <li>
943
+ Added &quot;nostdlib&quot attribute which instructs the
944
+ compiler not to import standard library.
945
+ </li>
946
+ <li>
947
+ Added &quot;versionsafe&quot attribute which causes the
948
+ compiler to generate errors for implicit method overrides.
949
+ </li>
950
+ <li>
951
+ Now uses <code>mjs</code> when targeting Mono.
952
+ </li>
953
+ </ul>
954
+ <h5>
955
+ <a class="heading" href="help/tasks/vbc.html">&lt;vbc&gt;</a></h5>
956
+ <ul>
957
+ <li>
958
+ Added &quot;delaysign&quot attribute which specified whether
959
+ to delay sign the assembly using only the public portion of
960
+ the strong name key.
961
+ </li>
962
+ </ul>
963
+ <h5>
964
+ <a class="heading" href="help/tasks/vjc.html">&lt;vjc&gt;</a></h5>
965
+ <ul>
966
+ <li>
967
+ Added &quot;delaysign&quot attribute which specified whether
968
+ to delay sign the assembly using only the public portion of
969
+ the strong name key.
970
+ </li>
971
+ </ul>
972
+ </div>
973
+ <h4>Third-Party</h4>
974
+ <div style="margin-left: 20px;">
975
+ <h5>
976
+ <a class="heading" href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</a></h5>
977
+ <ul>
978
+ <li>
979
+ Upgraded to v0.85.1 which, amongst other things, adds support for ZIP64.
980
+ </li>
981
+ </ul>
982
+ </div>
983
+ <h4>Types</h4>
984
+ <div style="margin-left: 20px;">
985
+ <h5>
986
+ <a class="heading" href="help/types/assemblyfileset.html">&lt;assemblyfileset&gt;</a></h5>
987
+ <div style="margin-left: 20px;">
988
+ <p>
989
+ The reference assemblies of a given target framework are
990
+ no longer limited to the assemblies in, what is known as,
991
+ the framework assembly directory.
992
+ </p>
993
+ <p>
994
+ Instead, these are now defined using one or more <span class="xmltext">&lt;</span><span class="xmlelement">reference-assemblies</span><span class="xmltext">&gt;</span>
995
+ filesets in the <span class="xmltext">&lt;</span><span class="xmlelement">framework</span><span class="xmltext">&gt;</span>
996
+ node of the NAnt configuration file.
997
+ </p>
998
+ </div>
999
+ <h5>
1000
+ <a class="heading" href="help/types/fileset.html">&lt;fileset&gt;</a></h5>
1001
+ <div style="margin-left: 20px;">
1002
+ <p>
1003
+ Added a &quot;casesensitive&quot; attribute to control whether
1004
+ pattern matching must be case-sensitive.
1005
+ </p>
1006
+ <p>
1007
+ The default is <b>true</b> on Unix and <b>false</b> on on
1008
+ other platforms.
1009
+ </p>
1010
+ </div>
1011
+ </div>
1012
+ <h2>
1013
+ 0.85 (October 14, 2006)</h2>
1014
+ <h3>
1015
+ Bug fixes</h3>
1016
+ <h4>Framework&nbsp;support</h4>
1017
+ <div style="margin-left: 20px;">
1018
+ <h5>
1019
+ <a class="heading">.NET Compact Framework 2.0</a></h5>
1020
+ <ul>
1021
+ <li>
1022
+ Embedded resource files cannot be compiled when targeting
1023
+ .NET Compact Framework 2.0 (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1533924&amp;group_id=31650&amp;atid=402868">#1533924</a>).
1024
+ </li>
1025
+ </ul>
1026
+ </div>
1027
+ <h4>Functions</h4>
1028
+ <div style="margin-left: 20px;">
1029
+ <h5>
1030
+ <a class="heading" href="help/functions/file.is-assembly(System.String).html">file::is-assembly</a></h5>
1031
+ <ul>
1032
+ <li>
1033
+ Function call fails when a file name that does not correspond
1034
+ with an assembly is specified as argument.
1035
+ </li>
1036
+ </ul>
1037
+ </div>
1038
+ <h4>Tasks</h4>
1039
+ <div style="margin-left: 20px;">
1040
+ <h5>
1041
+ <a class="heading" href="help/tasks/aximp.html">&lt;aximp&gt;</a></h5>
1042
+ <ul>
1043
+ <li>
1044
+ The value of the &quot;rcw&quot; attribute should be ignored when
1045
+ targeting .NET 1.0.
1046
+ </li>
1047
+ </ul>
1048
+ <h5>
1049
+ <a class="heading" href="help/tasks/csc.html">&lt;csc&gt;</a></h5>
1050
+ <ul>
1051
+ <li>
1052
+ Output is always rebuilt when &quot;keyfile&quot; attribute is set
1053
+ (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1550736&amp;group_id=31650">#1550736</a>).
1054
+ </li>
1055
+ </ul>
1056
+ <h5>
1057
+ <a class="heading" href="help/tasks/resgen.html">&lt;regen&gt;</a></h5>
1058
+ <ul>
1059
+ <li>
1060
+ Assembly reference are not taken into account to determine
1061
+ if the maximum length of the command line is exceeded
1062
+ (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1415272&amp;group_id=31650&amp;atid=402868">#1415272</a>).
1063
+ </li>
1064
+ </ul>
1065
+ <h5>
1066
+ <a class="heading" href="help/tasks/solution.html">&lt;solution&gt;</a></h5>
1067
+ <ul>
1068
+ <li>
1069
+ Runtime callable wrapper is not used when generating Windows
1070
+ Forms control for ActiveX component that has no Primary
1071
+ Interop Assembly.
1072
+ </li>
1073
+ <li>
1074
+ When importing a type library, [out, retval] parameters of
1075
+ methods on dispatch-only interfaces (dispinterfaces) are
1076
+ not transformed into return values (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1527210&amp;group_id=31650&amp;atid=402868">#1527210</a>).
1077
+ </li>
1078
+ <li>
1079
+ Dependencies are not handled properly for Enterprise Template
1080
+ projects in Visual Studio .NET 2003 solutions (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1534864&amp;group_id=31650&amp;atid=402868">#1534864</a>).
1081
+ </li>
1082
+ </ul>
1083
+ <h5>
1084
+ <a class="heading" href="help/tasks/unzip.html">&lt;unzip&gt;</a></h5>
1085
+ <ul>
1086
+ <li>
1087
+ Zip file containing zero-length files fails to extract
1088
+ (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1503678&group_id=31650&atid=402868">#1503678</a>).
1089
+ </li>
1090
+ </ul>
1091
+ </div>
1092
+ <h3>Changes</h3>
1093
+ <h4>Tasks</h4>
1094
+ <div style="margin-left: 20px;">
1095
+ <h5>
1096
+ <a class="heading" href="help/tasks/tlbimp.html">&lt;tlbimp&gt;</a></h5>
1097
+ <ul>
1098
+ <li>
1099
+ Added &quot;transform&quot; attribute which sets the name
1100
+ of transform to use for transforming the metadata. [.NET 1.1 or higher]
1101
+ </li>
1102
+ </ul>
1103
+ </div>
1104
+ <div style="margin-left: 20px;">
1105
+ <h5>
1106
+ <a class="heading" href="help/tasks/vbc.html">&lt;vbc&gt;</a></h5>
1107
+ <ul>
1108
+ <li>
1109
+ Added &quot;nostdlib&quot; attribute which can be used to
1110
+ instruct the compiler not to reference standard libraries
1111
+ (system.dll and VBC.RSP). [.NET 2.0 or higher]
1112
+ </li>
1113
+ </ul>
1114
+ </div>
1115
+ <h2>
1116
+ 0.85-rc 4 (June 2, 2006)</h2>
1117
+ <h3>
1118
+ Framework&nbsp;support</h3>
1119
+ <div style="margin-left: 20px;">
1120
+ <ul>
1121
+ <li>
1122
+ Added support for .NET Framework 2.0 (except for <code><a href="help/tasks/solution.html">&lt;solution&gt;</a></code> task).
1123
+ </li>
1124
+ </ul>
1125
+ </div>
1126
+ <h3>
1127
+ Breaking&nbsp;changes</h3>
1128
+ <h4>Tasks</h4>
1129
+ <div style="margin-left: 20px;">
1130
+ <h5>
1131
+ <a class="heading" href="help/tasks/delete.html">&lt;delete&gt;</a></h5>
1132
+ <ul>
1133
+ <li>
1134
+ Attempting to delete a file or directory that does not exist,
1135
+ no longer results in a build failure.
1136
+ </li>
1137
+ </ul>
1138
+ </div>
1139
+ <h3>
1140
+ Bug fixes</h3>
1141
+ <h4>Core</h4>
1142
+ <div style="margin-left: 20px;">
1143
+ <h5>
1144
+ <a class="heading" href="help/fundamentals/listeners.html#XmlLogger">XmlLogger</a></h5>
1145
+ <ul>
1146
+ <li>
1147
+ <code><a href="help/fundamentals/listeners.html#XmlLogger">XmlLogger</a></code>
1148
+ produced invalid XML for elements that are not closed
1149
+ (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1220439&amp;group_id=31650&amp;atid=402868">#1220439</a>).
1150
+ </li>
1151
+ </ul>
1152
+ </div>
1153
+ <h4>Filters</h4>
1154
+ <div style="margin-left: 20px;">
1155
+ <h5>
1156
+ <a class="heading" href="help/filters/replacetokens.html">&lt;replacetokens&gt;</a></h5>
1157
+ <ul>
1158
+ <li>
1159
+ Empty value is not supported for token (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1192677&amp;group_id=31650">
1160
+ #1192677</a>).
1161
+ </li>
1162
+ </ul>
1163
+ </div>
1164
+ <h4>Tasks</h4>
1165
+ <div style="margin-left: 20px;">
1166
+ <h5>
1167
+ <a class="heading" href="help/tasks/cl.html">&lt;cl&gt;</a></h5>
1168
+ <ul>
1169
+ <li>
1170
+ Logic for determining whether compilation is necessary is not correct when PCH
1171
+ file is specified (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1191185&amp;group_id=31650&amp;atid=402868">
1172
+ #1191185</a>).
1173
+ </li>
1174
+ <li>
1175
+ All sources are compiled if any of the specified sources is not up-to-date (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1191285&amp;group_id=31650&amp;atid=402868">
1176
+ #1191285</a>).
1177
+ </li>
1178
+ <li>
1179
+ Macro definitions specified using the <span class="xmltext">&lt;</span><span class="xmlelement">defines</span><span class="xmltext">&gt;</span> collection
1180
+ are passed to the compiler, regardless of the value of the &quot;if&quot; and
1181
+ &quot;unless&quot; attributes (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1221945&amp;group_id=31650&amp;atid=402868">
1182
+ #1221945</a>).
1183
+ </li>
1184
+ </ul>
1185
+ </div>
1186
+ <div style="margin-left: 20px;">
1187
+ <h5>
1188
+ <a class="heading" href="help/tasks/rc.html">&lt;rc&gt;</a></h5>
1189
+ <ul>
1190
+ <li>
1191
+ Modification of an external file does not trigger a rebuilt of the resource
1192
+ (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1195320&amp;group_id=31650&amp;atid=402868">
1193
+ #1195320</a>).
1194
+ </li>
1195
+ <li>
1196
+ Macro definitions specified using the <span class="xmltext">&lt;</span><span class="xmlelement">defines</span><span class="xmltext">&gt;</span> collection
1197
+ are passed to the compiler, regardless of the value of the &quot;if&quot; and
1198
+ &quot;unless&quot; attributes (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1221945&amp;group_id=31650&amp;atid=402868">
1199
+ #1221945</a>).
1200
+ </li>
1201
+ </ul>
1202
+ </div>
1203
+ <div style="margin-left: 20px;">
1204
+ <h5>
1205
+ <a class="heading" href="help/tasks/script.html">&lt;script&gt;</a></h5>
1206
+ <ul>
1207
+ <li>
1208
+ Defining custom extensions (eg. tasks) using multiple <a href="help/tasks/script.html">
1209
+ <code>&lt;script&gt;</code></a> instances results in an INTERNAL ERROR (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187957&amp;group_id=31650&amp;atid=402868">
1210
+ #1187957</a>).
1211
+ </li>
1212
+ </ul>
1213
+ </div>
1214
+ <div style="margin-left: 20px;">
1215
+ <h5>
1216
+ <a class="heading" href="help/tasks/solution.html">&lt;solution&gt;</a></h5>
1217
+ <ul>
1218
+ <li>
1219
+ Compilation of embedded resources is slow.
1220
+ </li>
1221
+ <li>
1222
+ Assembly signing fails for web projects.
1223
+ </li>
1224
+ <li>
1225
+ Build fails if XML Documentation File does not exist (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1188394&amp;group_id=31650&amp;atid=402868">
1226
+ #1188394</a>).
1227
+ </li>
1228
+ <li>
1229
+ Satellite assemblies of reference projects are not copied to the output
1230
+ directory of referencing projects (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212909&amp;group_id=31650&amp;atid=402868">
1231
+ #1212909</a>).
1232
+ </li>
1233
+ <li>
1234
+ Changes in project file are not detected (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209741&amp;group_id=31650&amp;atid=402868">
1235
+ #1209741</a>).
1236
+ </li>
1237
+ <li>
1238
+ Error message that is output when a project does not exist, is misleading
1239
+ (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1396124&amp;group_id=31650&amp;atid=402868">#1396124</a>).
1240
+ </li>
1241
+ <li>
1242
+ Large number of localized resources causes build failure
1243
+ (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1425251&amp;group_id=31650&amp;atid=402868">#1425251</a>).
1244
+ </li>
1245
+ <li>
1246
+ Registering a project for COM interop fails for projects which reference other local assembly or projects
1247
+ (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1477827&amp;group_id=31650">#1477827</a>).
1248
+ </li>
1249
+ <li>
1250
+ Unused assembly reference that cannot be resolved or does not exist results in
1251
+ build failure (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186176&amp;group_id=31650&amp;atid=402868">
1252
+ #1186176</a>).
1253
+ </li>
1254
+ <li>
1255
+ Visual C++
1256
+ <div style="margin-left: 20px;">
1257
+ <ul>
1258
+ <li>
1259
+ File-level option to enable Managed Extensions is ignored (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1190966&amp;group_id=31650&amp;atid=402868">
1260
+ #1190966</a>).
1261
+ </li>
1262
+ <li>
1263
+ Linking fails if object file name is explictly set for a specific source file
1264
+ (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205728&amp;group_id=31650&amp;atid=402868">
1265
+ #1205728</a>).
1266
+ </li>
1267
+ <li>
1268
+ Delay loaded DLLs option is ignored.
1269
+ </li>
1270
+ <li>
1271
+ Output files of dependent or referenced projects are not included when linking
1272
+ (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186838&amp;group_id=31650&amp;atid=402868">
1273
+ #1186838</a> and <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124296&amp;group_id=31650&amp;atid=402868">
1274
+ #1124296</a>).
1275
+ </li>
1276
+ <li>
1277
+ References to COM components are now supported (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1437970&amp;group_id=31650&amp;atid=402868">#1437970</a>).
1278
+ </li>
1279
+ </ul>
1280
+ </div>
1281
+ </li>
1282
+ </ul>
1283
+ </div>
1284
+ <h3>Additions</h3>
1285
+ <h4>Tasks</h4>
1286
+ <div style="margin-left: 20px;">
1287
+ <h5>
1288
+ <a class="heading" href="help/tasks/regasm.html">&lt;regasm&gt;</a></h5>
1289
+ <ul>
1290
+ <li>
1291
+ Registers an assembly, or set of assemblies for use from COM clients.
1292
+ </li>
1293
+ </ul>
1294
+ </div>
1295
+ <h3>Changes</h3>
1296
+ <h4>Core</h4>
1297
+ <div style="margin-left: 20px;">
1298
+ <h5>
1299
+ <a class="heading" href="http://logging.apache.org/log4net/">log4net</a></h5>
1300
+ <ul>
1301
+ <li>
1302
+ Upgraded to log4net 1.2.9.
1303
+ </li>
1304
+ </ul>
1305
+ <h5>
1306
+ <a class="heading" href="help/fundamentals/listeners.html#MailLogger">MailLogger</a></h5>
1307
+ <ul>
1308
+ <li>
1309
+ Added &quot;MailLogger.success.attachments&quot; and
1310
+ &quot;MailLogger.failure.attachments&quot; properties to allow a set of files
1311
+ to be attached to the message that is sent.
1312
+ </li>
1313
+ </ul>
1314
+ <h5>Define types in task containers.</h5>
1315
+ <div style="margin-left: 20px;">
1316
+ <p>
1317
+ Global types can now be (re)defined in task containers
1318
+ (such a <code><a href="help/tasks/if.html">&lt;if&gt;</a></code> ,
1319
+ <code><a href="help/tasks/foreach.html">&lt;foreach&gt;</a></code>).
1320
+ </p>
1321
+ <p>For example:</p>
1322
+ <pre class="code">
1323
+ <span class="xmltext">&lt;</span><span class="xmlelement">project</span> <span class="xmlattribute">name</span><span class="xmltext">="container-type"</span> <span class="xmlattribute">default</span><span class="xmltext">="build"&gt;</span>
1324
+ <span class="xmltext">&lt;</span><span class="xmlelement">if</span> <span class="xmlattribute">test</span><span class="xmltext">="${platform::is-win32()}"&gt;</span>
1325
+ <span class="xmltext">&lt;</span><span class="xmlelement">fileset</span> <span class="xmlattribute">id</span><span class="xmltext">="sources"&gt;</span>
1326
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="**/*.cs" /&gt;</span>
1327
+ <span class="xmlcomment">&lt;!-- exclude Unix-specific classes --&gt;</span>
1328
+ <span class="xmltext">&lt;</span><span class="xmlelement">exclude</span> <span class="xmlattribute">name</span><span class="xmltext">="**/Unix/*.cs" /&gt;</span>
1329
+ <span class="xmltext">&lt;/</span><span class="xmlelement">fileset</span><span class="xmltext">&gt;</span>
1330
+ <span class="xmltext">&lt;/</span><span class="xmlelement">if</span><span class="xmltext">&gt;</span>
1331
+ <span class="xmltext">&lt;</span><span class="xmlelement">if</span> <span class="xmlattribute">test</span><span class="xmltext">="${platform::is-unix()}"&gt;</span>
1332
+ <span class="xmltext">&lt;</span><span class="xmlelement">fileset</span> <span class="xmlattribute">id</span><span class="xmltext">="sources"&gt;</span>
1333
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="**/*.cs" /&gt;</span>
1334
+ <span class="xmlcomment">&lt;!-- exclude Win32-specific classes --&gt;</span>
1335
+ <span class="xmltext">&lt;</span><span class="xmlelement">exclude</span> <span class="xmlattribute">name</span><span class="xmltext">="**/Win32/*.cs" /&gt;</span>
1336
+ <span class="xmltext">&lt;/</span><span class="xmlelement">fileset</span><span class="xmltext">&gt;</span>
1337
+ <span class="xmltext">&lt;/</span><span class="xmlelement">if</span><span class="xmltext">&gt;</span>
1338
+ <span class="xmltext">&lt;</span><span class="xmlelement">target</span> <span class="xmlattribute">name</span><span class="xmltext">="build"&gt;</span>
1339
+ <span class="xmltext">&lt;</span><span class="xmlelement">csc</span> <span class="xmlattribute">output</span><span class="xmltext">="IvsController.dll"&gt;</span>
1340
+ <span class="xmltext">&lt;</span><span class="xmlelement">sources</span> <span class="xmlattribute">refid</span><span class="xmltext">="sources" /&gt;</span>
1341
+ <span class="xmltext">&lt;</span><span class="xmlelement">references</span><span class="xmltext">&gt;</span>
1342
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="System.dll" /&gt;</span>
1343
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="System.Data.dll" /&gt;</span>
1344
+ <span class="xmltext">&lt;</span><span class="xmlelement">include</span> <span class="xmlattribute">name</span><span class="xmltext">="System.Xml.dll" /&gt;</span>
1345
+ <span class="xmltext">&lt;/</span><span class="xmlelement">references</span><span class="xmltext">&gt;</span>
1346
+ <span class="xmltext">&lt;/</span><span class="xmlelement">csc</span><span class="xmltext">&gt;</span>
1347
+ <span class="xmltext">&lt;/</span><span class="xmlelement">target</span><span class="xmltext">&gt;</span>
1348
+ <span class="xmltext">&lt;/</span><span class="xmlelement">project</span><span class="xmltext">&gt;</span>
1349
+ </pre>
1350
+ <p>Up until now, only tasks could be executed in these containers.</p>
1351
+ </div>
1352
+ </div>
1353
+ <h4>Tasks</h4>
1354
+ <div style="margin-left: 20px;">
1355
+ <h5>
1356
+ <a class="heading" href="help/tasks/csc.html">&lt;csc&gt;</a></h5>
1357
+ <ul>
1358
+ <li>
1359
+ The <code>/langversion</code> and <code>/platform</code>
1360
+ commandline options of the C# compiler are now exposed as
1361
+ attributes.
1362
+ </li>
1363
+ <li>
1364
+ Added support for <code>/keycontainer</code> and <code>/keyfile</code>
1365
+ commandline options [Mono / .NET 2.0 or higher].
1366
+ </li>
1367
+ </ul>
1368
+ </div>
1369
+ <div style="margin-left: 20px;">
1370
+ <h5>
1371
+ <a class="heading" href="help/tasks/jsc.html">&lt;jsc&gt;</a></h5>
1372
+ <ul>
1373
+ <li>
1374
+ The <code>/platform</code> commandline option of the JScript.NET
1375
+ compiler is now exposed using the "platform" attribute.
1376
+ </li>
1377
+ </ul>
1378
+ </div>
1379
+ <div style="margin-left: 20px;">
1380
+ <h5>
1381
+ <a class="heading" href="help/tasks/link.html">&lt;link&gt;</a></h5>
1382
+ <ul>
1383
+ <li>
1384
+ Introduced support for delay loaded DLLs.
1385
+ </li>
1386
+ </ul>
1387
+ </div>
1388
+ <div style="margin-left: 20px;">
1389
+ <h5>
1390
+ <a class="heading" href="help/tasks/nunit2.html">&lt;nunit2&gt;</a></h5>
1391
+ <ul>
1392
+ <li>
1393
+ Upgraded to NUnit 2.2.8.
1394
+ </li>
1395
+ </ul>
1396
+ </div>
1397
+ <div style="margin-left: 20px;">
1398
+ <h5>
1399
+ <a class="heading" href="help/tasks/unzip.html">&lt;unzip&gt;</a></h5>
1400
+ <ul>
1401
+ <li>
1402
+ The character encoding that has been used for file names
1403
+ inside the zip file can now be set using the &quot;encoding&quot;
1404
+ parameter.
1405
+ </li>
1406
+ </ul>
1407
+ </div>
1408
+ <div style="margin-left: 20px;">
1409
+ <h5>
1410
+ <a class="heading" href="help/tasks/vbc.html">&lt;vbc&gt;</a></h5>
1411
+ <ul>
1412
+ <li>
1413
+ The <code>/platform</code> commandline option of the VB.NET
1414
+ compiler is now exposed using the "platform" attribute. [.NET 2.0 or higher]
1415
+ </li>
1416
+ <li>
1417
+ Added support for <code>/keycontainer</code> and <code>/keyfile</code>
1418
+ commandline options. [.NET 2.0 or higher]
1419
+ </li>
1420
+ </ul>
1421
+ </div>
1422
+ <div style="margin-left: 20px;">
1423
+ <h5>
1424
+ <a class="heading" href="help/tasks/vjc.html">&lt;vjc&gt;</a></h5>
1425
+ <ul>
1426
+ <li>
1427
+ Added support for <code>/keycontainer</code> and <code>/keyfile</code>
1428
+ commandline options.
1429
+ </li>
1430
+ </ul>
1431
+ </div>
1432
+ <div style="margin-left: 20px;">
1433
+ <h5>
1434
+ <a class="heading" href="help/tasks/zip.html">&lt;zip&gt;</a></h5>
1435
+ <ul>
1436
+ <li>
1437
+ Added &quot;duplicate&quot; parameter to allow build authors
1438
+ to control how duplicate file entries are to be processed.
1439
+ </li>
1440
+ <li>
1441
+ Introduced &quot;encoding&quot; parameter for setting the
1442
+ encoding to be used for file names.
1443
+ </li>
1444
+ </ul>
1445
+ </div>
1446
+ <h4>Types</h4>
1447
+ <div style="margin-left: 20px;">
1448
+ <h5>
1449
+ <a class="heading" href="help/elements/NAnt.Core.Types.Argument.html">&lt;arg&gt;</a></h5>
1450
+ <ul>
1451
+ <li>
1452
+ Added &quot;dir&quot; attribute for directory-based command-line arguments.
1453
+ (feature request <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1193982&amp;group_id=31650&amp;atid=402871">
1454
+ #1193982</a>).
1455
+ </li>
1456
+ </ul>
1457
+ </div>
1458
+ <h2>
1459
+ 0.85-rc 3 (April 16, 2005)</h2>
1460
+ <h3>
1461
+ Breaking&nbsp;changes</h3>
1462
+ <h4>Tasks</h4>
1463
+ <div style="margin-left: 20px;">
1464
+ <h5>
1465
+ <a class="heading" href="help/tasks/nant.html">&lt;nant&gt;</a></h5>
1466
+ <ul>
1467
+ <li>
1468
+ References are no longer copied to the new projects by default. This is now
1469
+ controlled using the &quot;inheritrefs&quot; attribute.
1470
+ </li>
1471
+ </ul>
1472
+ </div>
1473
+ <h3>
1474
+ Bug fixes</h3>
1475
+ <h4>Core</h4>
1476
+ <div style="margin-left: 20px;">
1477
+ <h5>XML Schema</h5>
1478
+ <ul>
1479
+ <li>
1480
+ &quot;if&quot; and &quot;unless&quot; attributes of &lt;target&gt; element are
1481
+ not documented (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1168170&amp;group_id=31650&amp;atid=402868">
1482
+ #1168170</a>).
1483
+ </li>
1484
+ </ul>
1485
+ </div>
1486
+ <h4>Tasks</h4>
1487
+ <div style="margin-left: 20px;">
1488
+ <h5>
1489
+ <a class="heading" href="help/tasks/copy.html">&lt;copy&gt;</a> / <a class="heading" href="help/tasks/move.html">
1490
+ &lt;move&gt;</a></h5>
1491
+ <ul>
1492
+ <li>
1493
+ If &quot;flatten&quot; is set to <b>true</b> and multiple source files are
1494
+ selected to be copied / moved to the same destination file, only the source
1495
+ file that was last written to should actually be copied / moved (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165252&amp;group_id=31650&amp;atid=402868">
1496
+ #1165252</a>).
1497
+ </li>
1498
+ </ul>
1499
+ </div>
1500
+ <div style="margin-left: 20px;">
1501
+ <h5>
1502
+ <a class="heading" href="help/tasks/link.html">&lt;link&gt;</a></h5>
1503
+ <ul>
1504
+ <li>
1505
+ Additional include directory containing spaces leads to build failures (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117794&amp;group_id=31650&amp;atid=402868">
1506
+ #1117794</a>). This bug also affects the <code><a href="help/tasks/solution.html">&lt;solution&gt;</a></code>
1507
+ task.
1508
+ </li>
1509
+ </ul>
1510
+ </div>
1511
+ <div style="margin-left: 20px;">
1512
+ <h5>
1513
+ <a class="heading" href="help/tasks/nant.html">&lt;nant&gt;</a></h5>
1514
+ <ul>
1515
+ <li>
1516
+ Default value of &quot;inheritall&quot; attribute does not match documentation
1517
+ (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146121&amp;group_id=31650&amp;atid=402868">
1518
+ #1146121</a>).
1519
+ </li>
1520
+ <li>
1521
+ Documentation does not describe behavior of <code><a href="help/tasks/nant.html">&lt;nant&gt;</a></code>
1522
+ task for references (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146176&amp;group_id=31650&amp;atid=402868">
1523
+ #1146176</a>).
1524
+ </li>
1525
+ </ul>
1526
+ </div>
1527
+ <div style="margin-left: 20px;">
1528
+ <h5>
1529
+ <a class="heading" href="help/tasks/ndoc.html">&lt;ndoc&gt;</a></h5>
1530
+ <ul>
1531
+ <li>
1532
+ When executing the <code><a href="help/tasks/ndoc.html">&lt;ndoc&gt;</a></code>
1533
+ task multiple times, the properties are not expanded again after the first
1534
+ execution (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124113&amp;group_id=31650&amp;atid=402868">
1535
+ #1124113</a>).
1536
+ </li>
1537
+ <li>
1538
+ Additional directories specified (using the &lt;referencepaths&gt; element) to
1539
+ search for assembly references were not correctly consumed.
1540
+ </li>
1541
+ </ul>
1542
+ </div>
1543
+ <div style="margin-left: 20px;">
1544
+ <h5>
1545
+ <a class="heading" href="help/tasks/resgen.html">&lt;resgen&gt;</a></h5>
1546
+ <ul>
1547
+ <li>
1548
+ The &quot;dynamicprefix&quot; attribute is not honored when determining the
1549
+ name of the compiled resource file (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1150186&amp;group_id=31650&amp;atid=402868">
1550
+ #1150186</a>).
1551
+ </li>
1552
+ </ul>
1553
+ </div>
1554
+ <div style="margin-left: 20px;">
1555
+ <h5>
1556
+ <a class="heading" href="help/tasks/script.html">&lt;script&gt;</a></h5>
1557
+ <ul>
1558
+ <li>
1559
+ Now supports any CodeDom provider, not just the built in languages (C#, VB,
1560
+ etc).
1561
+ </li>
1562
+ <li>
1563
+ Allow lower case values ( c# and vb ) for the Language attribute.
1564
+ </li>
1565
+ </ul>
1566
+ </div>
1567
+ <div style="margin-left: 20px;">
1568
+ <h5>
1569
+ <a class="heading" href="help/tasks/servicecontroller.html">&lt;servicecontroller&gt;</a></h5>
1570
+ <ul>
1571
+ <li>
1572
+ Resources are leaked (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1163461&amp;group_id=31650">
1573
+ #1163461</a>).
1574
+ </li>
1575
+ </ul>
1576
+ </div>
1577
+ <div style="margin-left: 20px;">
1578
+ <h5>
1579
+ <a class="heading" href="help/tasks/call.html">&lt;call&gt;</a>
1580
+ </h5>
1581
+ <ul>
1582
+ <li>
1583
+ Added a &quot;cascade&quot; attribute to allow calling a single task without
1584
+ cascading all the dependencies. (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077323&amp;group_id=31650&amp;atid=402868">
1585
+ #1077323 </a>).
1586
+ </li>
1587
+ </ul>
1588
+ </div>
1589
+ <div style="margin-left: 20px;">
1590
+ <h5>
1591
+ <a class="heading" href="help/tasks/solution.html">&lt;solution&gt;</a></h5>
1592
+ <ul>
1593
+ <li>
1594
+ A relative path specified in the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemReflectionAssemblyKeyFileAttributeClassTopic.asp">
1595
+ AssemblyKeyFile</a> attribute must be resolved using either the solution
1596
+ directory or the intermediate output directory.
1597
+ </li>
1598
+ <li>
1599
+ Configurations containing dashes are skipped (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1184173&amp;group_id=31650">
1600
+ #1184173</a>).
1601
+ </li>
1602
+ <li>
1603
+ Check for existance of specified solution file is performed even if task is not
1604
+ to be executed (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1178810&amp;group_id=31650&amp;atid=402868">
1605
+ #1178810</a>).
1606
+ </li>
1607
+ <li>
1608
+ Project configurations with names that do not match the solution configuration
1609
+ are skipped (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=947214&amp;group_id=31650&amp;atid=402868">
1610
+ #947214</a>).
1611
+ </li>
1612
+ <li>
1613
+ Projects are not always properly excluded (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1143845&amp;group_id=31650&amp;atid=402868">
1614
+ #1143845</a> and <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1182510&amp;group_id=31650&amp;atid=402868">
1615
+ #1182510</a>).
1616
+ </li>
1617
+ <li>
1618
+ Stack overflow in case of circular project references (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1145670&amp;group_id=31650&amp;atid=402868">
1619
+ #1145670</a>).
1620
+ </li>
1621
+ <li>
1622
+ BaseAddress not correctly passed to compilers (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1164709&amp;group_id=31650&amp;atid=402868">
1623
+ #1164709</a>).
1624
+ </li>
1625
+ <li>
1626
+ Project dependencies that are no longer included in the solution file result in
1627
+ a circular dependency error.
1628
+ </li>
1629
+ <li>
1630
+ VB.NET
1631
+ <div style="margin-left: 20px;">
1632
+ <ul>
1633
+ <li>
1634
+ Referencing the same assembly multiple times results in an ambiguous reference
1635
+ (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1178862&amp;group_id=31650&amp;atid=402868">
1636
+ #1178862</a>).
1637
+ </li>
1638
+ </ul>
1639
+ </div>
1640
+ </li>
1641
+ <li>
1642
+ Visual C++
1643
+ <div style="margin-left: 20px;">
1644
+ <ul>
1645
+ <li>
1646
+ Changes to source files or headers do not trigger a recompile (bug <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155919&amp;group_id=31650&amp;atid=402868">
1647
+ #1155919</a>).
1648
+ </li>
1649
+ <li>
1650
+ Additional dependencies and library directory are ignored for static libraries
1651
+ (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1173529&amp;group_id=31650&amp;atid=402868">
1652
+ #1173529</a>).
1653
+ </li>
1654
+ <li>
1655
+ IDL files without a type library are not supported (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1160647&amp;group_id=31650">
1656
+ #1160647</a>).
1657
+ </li>
1658
+ <li>
1659
+ Target macros are not correctly expanded if output file is not set (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1170100&amp;group_id=31650&amp;atid=402868">
1660
+ #1170100</a>).
1661
+ </li>
1662
+ <li>
1663
+ References to Static Library projects are ignored when linking, and passed to
1664
+ the compiler as Forced Using assemblies.
1665
+ </li>
1666
+ <li>
1667
+ "Inherit project defaults" setting is ignored for Additional Dependencies of
1668
+ Linker (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1178007&amp;group_id=31650">
1669
+ #1178007</a>).
1670
+ </li>
1671
+ <li>
1672
+ Additional project-level include directories are not merged with file-level
1673
+ include directories (bug <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=402868&amp;aid=1160647&amp;group_id=31650">
1674
+ #1160043</a>).
1675
+ </li>
1676
+ <li>
1677
+ Projects using precompiled header are always recompiled.
1678
+ </li>
1679
+ </ul>
1680
+ </div>
1681
+ </li>
1682
+ </ul>
1683
+ </div>
1684
+ <h4>Types</h4>
1685
+ <div style="margin-left: 20px;">
1686
+ <h5>
1687
+ <a class="heading" href="help/types/link.html">&lt;fileset&gt;</a></h5>
1688
+ <ul>
1689
+ <li>
1690
+ Patterns are read from file specified using &lt;includesfile&gt; element
1691
+ regardless of the value of conditional attributes (&quot;if&quot; and
1692
+ &quot;unless&quot;).
1693
+ </li>
1694
+ </ul>
1695
+ </div>
1696
+ <h3>Changes</h3>
1697
+ <h4>Core</h4>
1698
+ <div style="margin-left: 20px;">
1699
+ <h5>
1700
+ <a class="heading" href="help/fundamentals/listeners.html#MailLogger">MailLogger</a></h5>
1701
+ <ul>
1702
+ <li>
1703
+ Added &quot;MailLogger.body.encoding&quot; property to allow the encoding of
1704
+ the body of the message to be set.
1705
+ </li>
1706
+ </ul>
1707
+ <h5>Response File</h5>
1708
+ <ul>
1709
+ <li>
1710
+ NAnt now supports the use of a response file. Passing @&lt;file&gt; on the
1711
+ command line will cause the contents of &lt;file&gt; to be read as part of the
1712
+ command line. Multiple @&lt;file&gt; arguments may be used.
1713
+ </li>
1714
+ </ul>
1715
+ <h5>
1716
+ <a class="heading" href="help/fundamentals/listeners.html#XmlLogger">XmlLogger</a></h5>
1717
+ <ul>
1718
+ <li>
1719
+ Project, target and task timing information is now output in a &lt;duration&gt;
1720
+ element in milliseconds (patch <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1122583&amp;group_id=31650&amp;atid=402870">
1721
+ #1122583</a>)
1722
+ </li>
1723
+ </ul>
1724
+ </div>
1725
+ <h4>Tasks</h4>
1726
+ <div style="margin-left: 20px;">
1727
+ <h5>
1728
+ <a class="heading" href="help/tasks/csc.html">&lt;csc&gt;</a> / <a class="heading" href="help/tasks/vbc.html">
1729
+ &lt;vbc&gt;</a> / <a class="heading" href="help/tasks/vjc.html">&lt;vjc&gt;</a></h5>
1730
+ <ul>
1731
+ <li>
1732
+ Changed &quot;debug&quot; attribute from boolean to <a href="help/enums/NAnt.DotNet.Types.DebugOutput.html">
1733
+ DebugOutput</a> enum to allow more control over the type of debugging
1734
+ information generated by the compiler.
1735
+ </li>
1736
+ </ul>
1737
+ <h5>
1738
+ <a class="heading" href="help/tasks/lib.html">&lt;lib&gt;</a></h5>
1739
+ <ul>
1740
+ <li>
1741
+ Add &quot;moduledefinition&quot; attribute.
1742
+ </li>
1743
+ </ul>
1744
+ <h5>
1745
+ <a class="heading" href="help/tasks/midl.html">&lt;midl&gt;</a></h5>
1746
+ <ul>
1747
+ <li>
1748
+ &quot;tlb&quot; attribute is no longer required.
1749
+ </li>
1750
+ </ul>
1751
+ </div>
1752
+ <h3>
1753
+ Developer information</h3>
1754
+ <h4>API</h4>
1755
+ <div style="margin-left: 20px;">
1756
+ <h5>FileSetAttribute</h5>
1757
+ <div style="margin-left: 20px;">
1758
+ <p>
1759
+ The <a href="sdk/NAnt.Core.Attributes.FileSetAttribute.html">NAnt.Core.Attributes.FileSetAttribute</a>
1760
+ is obsolete. Task developers should use the <a href="sdk/NAnt.Core.Attributes.BuildElementAttribute.html">
1761
+ NAnt.Core.Attributes.BuildElementAttribute</a> instead:
1762
+ </p>
1763
+ <p>For example:</p>
1764
+ <pre class="code">
1765
+ [<span style="text-decoration: line-through; color: red;">FileSet</span><span style="color: blue; font-weight: bold;">BuildElement</span>("fileset")]
1766
+ public FileSet CopyFileSet {
1767
+ get { return _fileset; }
1768
+ set { _fileset = value; }
1769
+ }
1770
+ </pre>
1771
+ </div>
1772
+ </div>
1773
+ <h2>
1774
+ 0.85-rc 2 (February 12, 2005)</h2>
1775
+ <h3>
1776
+ General changes</h3>
1777
+ <div style="margin-left: 20px;">
1778
+ <h5>
1779
+ Building NAnt</h5>
1780
+ <ul>
1781
+ <li>
1782
+ The source distribution of NAnt no longer contains pre-built binaries to build
1783
+ a full version of NAnt. Instead, we now include GNU Make and NMake make files
1784
+ to build a bootstrap version of NAnt, which is then used to build the full
1785
+ version of NAnt. More information is available <a href="help/introduction/installation.html">
1786
+ here</a>.
1787
+ </li>
1788
+ </ul>
1789
+ <h5>
1790
+ License</h5>
1791
+ <ul>
1792
+ <li>
1793
+ The special exception that is part of the NAnt license has been modified to
1794
+ avoid confusion.
1795
+ </li>
1796
+ </ul>
1797
+ </div>
1798
+ <h3>
1799
+ Bug fixes</h3>
1800
+ <h4>Core</h4>
1801
+ <div style="margin-left: 20px;">
1802
+ <h5>
1803
+ XML Schema</h5>
1804
+ <ul>
1805
+ <li>
1806
+ NAnt XML Schema definition for collection based elements was incorrect (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076620&amp;group_id=31650&amp;atid=402868">
1807
+ #1076620</a>).
1808
+ </li>
1809
+ </ul>
1810
+ </div>
1811
+ <h4>Functions</h4>
1812
+ <div style="margin-left: 20px;">
1813
+ <h5>
1814
+ <a class="heading" href="help/functions/target.get-current-target().html">target::get-current-target()</a></h5>
1815
+ <ul>
1816
+ <li>
1817
+ Current target is incorrect after execution of target using <code><a href="help/tasks/call.html">
1818
+ &lt;call&gt;</a></code> task (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090260&amp;group_id=31650&amp;atid=402868">
1819
+ #1090260</a>).
1820
+ </li>
1821
+ </ul>
1822
+ </div>
1823
+ <h4>Tasks</h4>
1824
+ <div style="margin-left: 20px;">
1825
+ <h5>
1826
+ <a class="heading" href="help/tasks/cl.html">&lt;cl&gt;</a></h5>
1827
+ <ul>
1828
+ <li>
1829
+ <code><a href="help/tasks/cl.html">&lt;cl&gt;</a></code> does not recompile
1830
+ although headers have been updated (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1079377&amp;group_id=31650&amp;atid=402868">
1831
+ #1079377</a>).
1832
+ </li>
1833
+ </ul>
1834
+ <h5>
1835
+ <a class="heading" href="help/tasks/mail.html">&lt;mail&gt;</a></h5>
1836
+ <ul>
1837
+ <li>
1838
+ Names containing comma's are not supported (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=961627&amp;group_id=31650&amp;atid=402868">
1839
+ #961627</a>).
1840
+ </li>
1841
+ </ul>
1842
+ <h5>
1843
+ <a class="heading" href="help/tasks/midl.html">&lt;midl&gt;</a></h5>
1844
+ <ul>
1845
+ <li>
1846
+ <code><a href="help/tasks/midl.html">&lt;midl&gt;</a></code> fails on second
1847
+ run if "header" or "iid" attributes are not specified (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078558&amp;group_id=31650&amp;atid=402868">
1848
+ #1078558</a>).
1849
+ </li>
1850
+ </ul>
1851
+ <h5>
1852
+ <a class="heading" href="help/tasks/solution.html">&lt;solution&gt;</a></h5>
1853
+ <ul>
1854
+ <li>
1855
+ Manifest resource names of resources in J# projects do not match those
1856
+ generated by Microsoft Visual Studio.NET.
1857
+ </li>
1858
+ <li>
1859
+ For embedded resources that are dependent on a source file, namespace prefixing
1860
+ is wrong when a namespace declaration is not present in the source file (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077253&amp;group_id=31650&amp;atid=402868">
1861
+ #1077253</a>).
1862
+ </li>
1863
+ <li>
1864
+ Users should be warned about possible issues with resx files when building a
1865
+ project for a down-level target framework (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077254&amp;group_id=31650&amp;atid=402868">
1866
+ #1077254</a>).
1867
+ </li>
1868
+ <li>
1869
+ "App.config" should not be considered an output file for Class Library
1870
+ projects.
1871
+ </li>
1872
+ <li>
1873
+ Win32 resources in Visual C++ projects are not compiled (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077712&amp;group_id=31650&amp;atid=402868">
1874
+ #1077712</a>).
1875
+ </li>
1876
+ <li>
1877
+ Improve error reporting when a referenced component cannot be resolved (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1079777&amp;group_id=31650&amp;atid=402868">
1878
+ #1079777</a>).
1879
+ </li>
1880
+ <li>
1881
+ MFC and ATL shared linking is not supported for Visual C++ projects (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078636&amp;group_id=31650&amp;atid=402868">
1882
+ #1078636</a>).
1883
+ </li>
1884
+ <li>
1885
+ <code><a href="help/tasks/solution.html">&lt;solution&gt;</a></code> task
1886
+ doesn't support COM, OCX apps built in Visual C++ (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078641&amp;group_id=31650&amp;atid=402868">
1887
+ #1078641</a>).
1888
+ </li>
1889
+ <li>
1890
+ Support for some compile and link arguments is missing (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1080237&amp;group_id=31650&amp;atid=402868">
1891
+ #1080237</a>).
1892
+ </li>
1893
+ <li>
1894
+ Project dependencies are not re-evaluated when assembly reference is converted
1895
+ to project reference (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076015&amp;group_id=31650&amp;atid=402868">
1896
+ #1076015</a>).
1897
+ </li>
1898
+ <li>
1899
+ Resolution of assembly references does not match Visual Studio .NET (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077869&amp;group_id=31650&amp;atid=402868">
1900
+ #1077869</a>).
1901
+ </li>
1902
+ </ul>
1903
+ <h5>
1904
+ <a class="heading" href="help/tasks/style.html">&lt;style&gt;</a></h5>
1905
+ <ul>
1906
+ <li>
1907
+ Relative URI specified as argument for <code>document()</code> function is not
1908
+ considered to be relative to the base URI of stylesheet containing the function
1909
+ call (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078896&amp;group_id=31650&amp;atid=402868">
1910
+ #1078896</a>).
1911
+ </li>
1912
+ </ul>
1913
+ <h5>
1914
+ <a class="heading" href="help/tasks/sysinfo.html">&lt;sysinfo&gt;</a></h5>
1915
+ <ul>
1916
+ <li>
1917
+ Document behavior when environment variable is defined with a name that is not
1918
+ a valid property name (bug <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082225&amp;group_id=31650&amp;atid=402868">
1919
+ #1082225</a>).
1920
+ </li>
1921
+ </ul>
1922
+ </div>
1923
+ <h3>Additions</h3>
1924
+ <h4>Tasks</h4>
1925
+ <div style="margin-left: 20px;">
1926
+ <h5>
1927
+ <a class="heading" href="help/tasks/gunzip.html">&lt;gunzip&gt;</a></h5>
1928
+ <ul>
1929
+ <li>
1930
+ Expands a file packed using GZip compression.
1931
+ </li>
1932
+ </ul>
1933
+ <h5>
1934
+ <a class="heading" href="help/tasks/setenv.html">&lt;setenv&gt;</a></h5>
1935
+ <ul>
1936
+ <li>
1937
+ Sets environment variables.
1938
+ </li>
1939
+ </ul>
1940
+ </div>
1941
+ <h4>Types</h4>
1942
+ <div style="margin-left: 20px;">
1943
+ <h5>
1944
+ <a class="heading" href="help/types/categories.html">&lt;categories&gt;</a></h5>
1945
+ <ul>
1946
+ <li>
1947
+ Controls the categories of tests to execute using the <code><a href="help/tasks/nunit2.html">
1948
+ &lt;nunit2&gt;</a></code> task.
1949
+ </li>
1950
+ </ul>
1951
+ </div>
1952
+ <h3>Changes</h3>
1953
+ <h4>Expressions</h4>
1954
+ <div style="margin-left: 20px;">
1955
+ <h5>
1956
+ <a class="heading">Data Type support</a></h5>
1957
+ <ul>
1958
+ <li>
1959
+ Added support for "long" data type for both relational and mathematical
1960
+ expressions.
1961
+ </li>
1962
+ </ul>
1963
+ </div>
1964
+ <h4>Tasks</h4>
1965
+ <div style="margin-left: 20px;">
1966
+ <h5>
1967
+ <a class="heading" href="help/tasks/al.html">&lt;al&gt;</a></h5>
1968
+ <ul>
1969
+ <li>
1970
+ Added numerous attributes. Eg. "version", "evidence", ... .
1971
+ </li>
1972
+ </ul>
1973
+ <h5>
1974
+ <a class="heading" href="help/tasks/cl.html">&lt;cl&gt;</a></h5>
1975
+ <ul>
1976
+ <li>
1977
+ Added "pchthroughfile" and "pchmode" attributes to allow more control over
1978
+ precompiled header files.
1979
+ </li>
1980
+ <li>
1981
+ Added "objectfile" and "pdbfile" attributes.
1982
+ </li>
1983
+ </ul>
1984
+ <h5>
1985
+ <a class="heading" href="help/tasks/csc.html">&lt;csc&gt;</a></h5>
1986
+ <ul>
1987
+ <li>
1988
+ Added "baseaddress" and "filealign" attributes.
1989
+ </li>
1990
+ </ul>
1991
+ <h5>
1992
+ <a class="heading" href="help/tasks/lc.html">&lt;lc&gt;</a></h5>
1993
+ <ul>
1994
+ <li>
1995
+ Deprecated "licensetarget" attribute in favor of "target" attribute.
1996
+ </li>
1997
+ </ul>
1998
+ <h5>
1999
+ <a class="heading" href="help/tasks/exec.html">&lt;exec&gt;</a></h5>
2000
+ <ul>
2001
+ <li>
2002
+ Deprecated nested &lt;option&gt; element in favor of &lt;variable&gt; element
2003
+ for setting environment variables for the spawned process.
2004
+ </li>
2005
+ </ul>
2006
+ <h5>
2007
+ <a class="heading" href="help/tasks/link.html">&lt;link&gt;</a></h5>
2008
+ <ul>
2009
+ <li>
2010
+ Added "debug" and "pdbfile" attributes.
2011
+ </li>
2012
+ <li>
2013
+ Added &lt;modules&gt; child element to link modules in the assembly.
2014
+ </li>
2015
+ <li>
2016
+ Added &lt;embeddedresources&gt; child element to embed resources in the
2017
+ assembly.
2018
+ </li>
2019
+ </ul>
2020
+ <h5>
2021
+ <a class="heading" href="help/tasks/mail.html">&lt;mail&gt;</a></h5>
2022
+ <ul>
2023
+ <li>
2024
+ &quot;tolist&quot; is no longer a required attribute.
2025
+ </li>
2026
+ <li>
2027
+ The &quot;tolist&quot;, &quot;cclist&quot; and &quot;bcclist&quot; attributes
2028
+ are now semicolon-separated lists. The comma is no longer considered a
2029
+ separator character.
2030
+ </li>
2031
+ </ul>
2032
+ <h5>
2033
+ <a class="heading" href="help/tasks/ndoc.html">&lt;ndoc&gt;</a></h5>
2034
+ <ul>
2035
+ <li>
2036
+ Upgraded to NDoc 1.3.1 Release.
2037
+ </li>
2038
+ </ul>
2039
+ <h5>
2040
+ <a class="heading" href="help/tasks/nunit2.html">&lt;nunit2&gt;</a></h5>
2041
+ <ul>
2042
+ <li>
2043
+ Added support including or excluding specific categories of test cases or
2044
+ fixtures.
2045
+ </li>
2046
+ </ul>
2047
+ <h5>
2048
+ <a class="heading" href="help/tasks/resgen.html">&lt;resgen&gt;</a></h5>
2049
+ <ul>
2050
+ <li>
2051
+ Added "usesourcepath" attribute to allow the source file's directory to be used
2052
+ as current directory for resolving relative file paths. [.NET 2.0 or higher]
2053
+ </li>
2054
+ <li>
2055
+ Improved dependency scanning for resx files.
2056
+ </li>
2057
+ </ul>
2058
+ <h5>
2059
+ <a class="heading" href="help/tasks/solution.html">&lt;solution&gt;</a></h5>
2060
+ <ul>
2061
+ <li>
2062
+ Improved support for precompiled header files.
2063
+ </li>
2064
+ <li>
2065
+ Added support for project-level build events.
2066
+ </li>
2067
+ </ul>
2068
+ <h5>
2069
+ <a class="heading" href="help/tasks/style.html">&lt;style&gt;</a></h5>
2070
+ <ul>
2071
+ <li>
2072
+ Added support for extension objects.
2073
+ </li>
2074
+ </ul>
2075
+ </div>
2076
+ <h4>Types</h4>
2077
+ <div style="margin-left: 20px;">
2078
+ <h5>
2079
+ <a class="heading" href="help/elements/NAnt.Core.Types.NamespaceImport.html">&lt;import&gt;</a></h5>
2080
+ <ul>
2081
+ <li>
2082
+ The "name" attribute of the <code><a href="help/elements/NAnt.Core.Types.NamespaceImport.html">
2083
+ &lt;import&gt;</a></code> element has been deprecated, and replaced by
2084
+ a "namespace" attribute. This change affects the following tasks: <code><a href="help/tasks/asminfo.html">
2085
+ &lt;asminfo&gt;</a></code>, <code><a href="help/tasks/script.html">&lt;script&gt;</a></code>
2086
+ and <code><a href="help/tasks/vbc.html">&lt;vbc&gt;</a></code>.
2087
+ </li>
2088
+ </ul>
2089
+ </div>
2090
+ <h2>
2091
+ 0.85-rc 1 (November 28, 2004)</h2>
2092
+ <h3>
2093
+ Framework&nbsp;support</h3>
2094
+ <ul>
2095
+ <li>
2096
+ NAnt 0.85 adds support for the following frameworks (both as runtime and as
2097
+ target framework):
2098
+ <ul>
2099
+ <li>
2100
+ Mono (both 1.0 and 2.0 profile)
2101
+ </li>
2102
+ <li>
2103
+ .NET 2.0 Beta 1
2104
+ </li>
2105
+ </ul>
2106
+ </li>
2107
+ <li>
2108
+ By default, NAnt will now target the framework on which its running. For
2109
+ example, if NAnt is running on .NET 2.0, the assemblies built using the <code><a href="help/tasks/csc.html">
2110
+ &lt;csc&gt;</a></code> task will target .NET 2.0. Previous versions of
2111
+ NAnt would target .NET 1.0 by default.</li>
2112
+ <li>
2113
+ Information on how to override the target framework, can be found <a href="http://nant.sourceforge.net/faq.html#change-targetframework">
2114
+ here</a>.
2115
+ </li>
2116
+ </ul>
2117
+ <h3>
2118
+ Breaking&nbsp;changes</h3>
2119
+ <ul>
2120
+ <li>
2121
+ In previous version of NAnt, the <code><a href="help/types/arg.html">&lt;arg&gt;</a></code>
2122
+ element (used by, for example, the <code><a href="help/tasks/exec.html">&lt;exec&gt;</a></code>
2123
+ task) would automatically add quotes for both "file" and "value" attributes in
2124
+ the command line generated by the task. That automatic quoting has been removed
2125
+ for "value" attributes (but not for "file" attributes). This change may break
2126
+ build files that assume that both arguments specified using the "file" and
2127
+ "value" attributes will automatically be quoted.</li>
2128
+ <li>
2129
+ Overwriting of read-only properties in tasks other than the <a href="help/tasks/property.html">
2130
+ &lt;property&gt;</a> task will now result in a build failure. Previous
2131
+ versions of NAnt would silently ignore an update of a read-only property.</li>
2132
+ <li>
2133
+ The <code><a href="help/tasks/nunit2.html">&lt;nunit2&gt;</a></code> task been
2134
+ updated to support <a href="http://sourceforge.net/project/showfiles.php?group_id=10749&amp;package_id=89482&amp;release_id=259085">
2135
+ NUnit 2.2</a>. Assemblies built using previous versions of NUnit should
2136
+ either be rebuilt using <a href="http://sourceforge.net/project/showfiles.php?group_id=10749&amp;package_id=89482&amp;release_id=259085">
2137
+ NUnit 2.2</a> or a <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconAssemblyVersionRedirection.asp">
2138
+ binding redirect</a> should be configured in the application configuration
2139
+ file of the test assembly.
2140
+ </li>
2141
+ </ul>
2142
+ <h3>
2143
+ General&nbsp;changes</h3>
2144
+ <ul>
2145
+ <li>
2146
+ Improved error reporting when invalid values are specified for attibutes
2147
+ representing files or directories.</li>
2148
+ <li>
2149
+ This release of NAnt introduces support for expressions. More information is
2150
+ available <a href="help/fundamentals/expressions.html">here</a>.</li>
2151
+ <li>
2152
+ <a href="help/types/filterchain.html">FilterChain</a> support has been
2153
+ introduced to NAnt.</li>
2154
+ <li>
2155
+ Enums that are used in tasks or types now have their own doc pages.</li>
2156
+ <li>
2157
+ The default logger will now also output the number non-fatal errors and
2158
+ warnings.</li>
2159
+ <li>
2160
+ Output of the <code><a href="help/fundamentals/listeners.html#XmlLogger">XmlLogger</a></code>
2161
+ is now buffered until build has finished, and <code><a href="help/fundamentals/listeners.html#XmlLogger">
2162
+ XmlLogger</a></code> can now also be used as a listener.</li>
2163
+ <li>
2164
+ Added support for <a href="help/fundamentals/targets.html#wild-targets">wild
2165
+ targets</a>.</li>
2166
+ <li>
2167
+ Lots of built-in properties have been deprecated, and replaced by functions.
2168
+ More information is available <a href="help/fundamentals/properties.html">here</a>.</li>
2169
+ <li>
2170
+ NAnt will now report unknown attributes and child elements when initializing
2171
+ build elements.
2172
+ </li>
2173
+ </ul>
2174
+ <h3>
2175
+ Commandline changes</h3>
2176
+ <ul>
2177
+ <li>
2178
+ Added "-e[macs]" option, which can be used to produce logging information
2179
+ without adornments.</li>
2180
+ <li>
2181
+ Added "-ext[ension]" option to allow loading of external assemblies. As a
2182
+ result, third party loggers or listeners no longer have to reside in the NAnt
2183
+ bin directory or the GAC in order to be used by NAnt.</li>
2184
+ <li>
2185
+ Deprecated -[defaultframewor]k option in favor of -t[argetframework].
2186
+ </li>
2187
+ </ul>
2188
+ <h3>
2189
+ New Tasks</h3>
2190
+ <h4>
2191
+ <a class="heading" href="help/tasks/aximp.html">&lt;aximp&gt;</a></h4>
2192
+ <ul>
2193
+ <li>
2194
+ Generates a Windows Forms Control that wraps ActiveX Controls defined in an
2195
+ OCX.
2196
+ </li>
2197
+ </ul>
2198
+ <h4>
2199
+ <a class="heading" href="help/tasks/cvs-pass.html">&lt;cvs-pass&gt;</a></h4>
2200
+ <ul>
2201
+ <li>
2202
+ Creates or updates an entry in the specified .cvspass file. This should be used
2203
+ instead of the password attribute.
2204
+ </li>
2205
+ </ul>
2206
+ <h4>
2207
+ <a class="heading" href="help/tasks/cvs-changelog.html">&lt;cvs-changelog&gt;</a></h4>
2208
+ <ul>
2209
+ <li>
2210
+ Produces an XML report that represents the cvs changes from the given start
2211
+ day, to a given end date.
2212
+ </li>
2213
+ </ul>
2214
+ <h4>
2215
+ <a class="heading" href="help/tasks/cvs-export.html">&lt;cvs-export&gt;</a></h4>
2216
+ <ul>
2217
+ <li>
2218
+ Exports a cvs module in preperation for a release.
2219
+ </li>
2220
+ </ul>
2221
+ <h4>
2222
+ <a class="heading" href="help/tasks/cvs-tag.html">&lt;cvs-tag&gt;</a></h4>
2223
+ <ul>
2224
+ <li>
2225
+ Tags all local sources with the specified tag.
2226
+ </li>
2227
+ </ul>
2228
+ <h4>
2229
+ <a class="heading" href="help/tasks/ilasm.html">&lt;ilasm&gt;</a></h4>
2230
+ <ul>
2231
+ <li>
2232
+ Compiles ILASM programs.
2233
+ </li>
2234
+ </ul>
2235
+ <h4>
2236
+ <a class="heading" href="help/tasks/ildasm.html">&lt;ildasm&gt;</a></h4>
2237
+ <ul>
2238
+ <li>
2239
+ Disassembles any portable executable (PE) file that contains intermediate
2240
+ language (IL) code.
2241
+ </li>
2242
+ </ul>
2243
+ <h4>
2244
+ <a class="heading" href="help/tasks/loadfile.html">&lt;loadfile&gt;</a></h4>
2245
+ <ul>
2246
+ <li>
2247
+ Loads a text file into a property.
2248
+ </li>
2249
+ </ul>
2250
+ <h4>
2251
+ <a class="heading" href="help/tasks/tar.html">&lt;tar&gt;</a></h4>
2252
+ <ul>
2253
+ <li>
2254
+ Creates a tar file from the specified filesets.
2255
+ </li>
2256
+ </ul>
2257
+ <h3>
2258
+ Task changes</h3>
2259
+ <h4>
2260
+ <a class="heading" href="help/tasks/asminfo.html">&lt;asminfo&gt;</a></h4>
2261
+ <ul>
2262
+ <li>
2263
+ Use hash implementation to check whether AssemblyInfo needs to be rebuilt.
2264
+ </li>
2265
+ </ul>
2266
+ <h4>
2267
+ <a class="heading" href="help/tasks/attrib.html">&lt;attrib&gt;</a></h4>
2268
+ <ul>
2269
+ <li>
2270
+ Support setting attributes on directories.
2271
+ </li>
2272
+ </ul>
2273
+ <h4>
2274
+ <a class="heading" href="help/tasks/available.html">&lt;available&gt;</a></h4>
2275
+ <ul>
2276
+ <li>
2277
+ Deprecated in favor of expression support.
2278
+ </li>
2279
+ </ul>
2280
+ <h4>
2281
+ <a class="heading" href="help/tasks/cl.html">&lt;cl&gt;</a></h4>
2282
+ <ul>
2283
+ <li>
2284
+ Added support for passing character set to compiler.
2285
+ </li>
2286
+ </ul>
2287
+ <h4>
2288
+ <a class="heading" href="help/tasks/csc.html">&lt;csc&gt;</a></h4>
2289
+ <ul>
2290
+ <li>
2291
+ Added "rebuild" attribute, which instructs NAnt to recompile the output file
2292
+ regardless of the file timestamps.</li>
2293
+ <li>
2294
+ "nowarn" attribute has been deprecated in favor of the <code><a href="help/tasks/csc.html#nowarn">
2295
+ &lt;nowarn&gt;</a></code> child element.</li>
2296
+ <li>
2297
+ Added support for suppressing/reporting specific warnings as errors using the <code>
2298
+ <a href="help/tasks/csc.html#warnaserror">&lt;warnaserror&gt;</a></code> child
2299
+ element. [.NET 2.0 or higher]</li>
2300
+ <li>
2301
+ Added support for package references. [Mono]</li>
2302
+ <li>
2303
+ <code><a href="help/tasks/csc.html#lib">&lt;lib&gt;</a></code> element is
2304
+ obsolete, in favor of <code><a href="help/types/assemblyfileset.html#lib">&lt;lib&gt;</a></code>
2305
+ child element on <code><a href="help/tasks/csc.html#references">&lt;references&gt;</a></code>
2306
+ and <code><a href="help/tasks/csc.html#modules">&lt;modules&gt;</a></code> element.</li>
2307
+ <li>
2308
+ Added support for /baseaddress compiler option.
2309
+ </li>
2310
+ </ul>
2311
+ <h4>
2312
+ <a class="heading" href="help/tasks/copy.html">&lt;copy&gt;</a></h4>
2313
+ <ul>
2314
+ <li>
2315
+ Added support for <a href="help/types/filterchain.html">filterchains</a>.
2316
+ </li>
2317
+ </ul>
2318
+ <h4>
2319
+ &lt;cvs&gt;</h4>
2320
+ <ul>
2321
+ <li>
2322
+ Several bugs have been fixed in the <code>&lt;cvs&gt;</code> tasks.</li>
2323
+ <li>
2324
+ Documentation updates.</li>
2325
+ <li>
2326
+ Added "passfile" attribute.
2327
+ </li>
2328
+ </ul>
2329
+ <h4>
2330
+ <a class="heading" href="help/tasks/exec.html">&lt;exec&gt;</a></h4>
2331
+ <ul>
2332
+ <li>
2333
+ Fixed internal error when "program" attribute was assigned invalid file name.
2334
+ </li>
2335
+ <li>
2336
+ Added &quot;resultproperty&quot; attribute, which can be set to a
2337
+ name of a property in which the exit code of the program can be stored.
2338
+ </li>
2339
+ <li>
2340
+ The <a href="help/elements/NAnt.Core.Types.Argument.html">&lt;arg&gt;</a> element
2341
+ now supports line and PATH-like command-line arguments.
2342
+ </li>
2343
+ </ul>
2344
+ <h4>
2345
+ <a class="heading" href="help/tasks/get.html">&lt;get&gt;</a></h4>
2346
+ <ul>
2347
+ <li>
2348
+ Added support for client certificates (for HTTP requests) by means of the <code><a href="help/tasks/get.html#certificates">
2349
+ &lt;certificates&gt;</a></code> elements.
2350
+ </li>
2351
+ </ul>
2352
+ <h4>
2353
+ <a class="heading" href="help/tasks/jsc.html">&lt;jsc&gt;</a></h4>
2354
+ <ul>
2355
+ <li>
2356
+ Added support for package references. [Mono]</li>
2357
+ <li>
2358
+ Added "rebuild" attribute, which instructs NAnt to recompile the output file
2359
+ regardless of the file timestamps.
2360
+ </li>
2361
+ </ul>
2362
+ <h4>
2363
+ <a class="heading" href="help/tasks/license.html">&lt;license&gt;</a></h4>
2364
+ <ul>
2365
+ <li>
2366
+ Uses the <code>lc.exe</code> commandline tool to compile license files whenever
2367
+ available.
2368
+ </li>
2369
+ </ul>
2370
+ <h4>
2371
+ <a class="heading" href="help/tasks/link.html">&lt;link&gt;</a></h4>
2372
+ <ul>
2373
+ <li>
2374
+ Allow <code><a href="help/types/fileset.html">&lt;fileset&gt;</a></code> reference
2375
+ to be set for the <code><a href="help/tasks/link.html#sources">&lt;sources&gt;</a></code>
2376
+ element.
2377
+ </li>
2378
+ </ul>
2379
+ <h4>
2380
+ <a class="heading" href="help/tasks/move.html">&lt;move&gt;</a></h4>
2381
+ <ul>
2382
+ <li>
2383
+ Added support for <a href="help/types/filterchain.html">filterchains</a>.
2384
+ </li>
2385
+ </ul>
2386
+ <h4>
2387
+ <a class="heading" href="help/tasks/nant.html">&lt;nant&gt;</a></h4>
2388
+ <ul>
2389
+ <li>
2390
+ Added <code><a href="help/types/fileset.html">&lt;fileset&gt;</a></code> support
2391
+ for specifiying build files to execute.
2392
+ </li>
2393
+ </ul>
2394
+ <h4>
2395
+ <a class="heading" href="help/tasks/ndoc.html">&lt;ndoc&gt;</a></h4>
2396
+ <ul>
2397
+ <li>
2398
+ Upgraded to NDoc 1.3 Release Candidate 1.</li>
2399
+ <li>
2400
+ Added support for reference paths.
2401
+ </li>
2402
+ </ul>
2403
+ <h4>
2404
+ <a class="heading" href="help/tasks/nunit2.html">&lt;nunit&gt;</a></h4>
2405
+ <ul>
2406
+ <li>
2407
+ The <code><a href="help/tasks/nunit2.html">&lt;nunit&gt;</a></code> task has
2408
+ been deprecated, and will be moved to <a href="http://nantcontrib.sourceforge.net">NAntContrib</a>
2409
+ in a future release. NUnit 1.0 test assemblies will remain supported through
2410
+ NAntContrib, but we strongly advise you to upgrade to NUnit 2.x.
2411
+ </li>
2412
+ </ul>
2413
+ <h4>
2414
+ <a class="heading" href="help/tasks/nunit2.html">&lt;nunit2&gt;</a></h4>
2415
+ <ul>
2416
+ <li>
2417
+ Upgraded to support <a href="http://sourceforge.net/project/showfiles.php?group_id=10749&amp;package_id=89482&amp;release_id=259085">
2418
+ NUnit 2.2</a>.</li>
2419
+ <li>
2420
+ If no explicit application configuration file is specified, a configuration
2421
+ file matching the name of the test assembly with extension ".config" will be
2422
+ used for the test domain.</li>
2423
+ <li>
2424
+ Minor bug fixes.
2425
+ </li>
2426
+ </ul>
2427
+ <h4>
2428
+ <a class="heading" href="help/tasks/regex.html">&lt;regex&gt;</a></h4>
2429
+ <ul>
2430
+ <li>
2431
+ Added "options" attribute that takes a comma-separated list of options to pass
2432
+ to the regex engine.
2433
+ </li>
2434
+ </ul>
2435
+ <h4>
2436
+ <a class="heading" href="help/tasks/resgen.html">&lt;resgen&gt;</a></h4>
2437
+ <ul>
2438
+ <li>
2439
+ Added support for assembly references, in order to be abel to compile .resx
2440
+ file that reference assemblies that are not located in the GAC.
2441
+ </li>
2442
+ </ul>
2443
+ <h4>
2444
+ <a class="heading" href="help/tasks/script.html">&lt;script&gt;</a></h4>
2445
+ <ul>
2446
+ <li>
2447
+ Simplified definition of custom functions with the <code><a href="help/tasks/script.html">
2448
+ &lt;script&gt;</a></code> task.</li>
2449
+ <li>
2450
+ Added support for Visual J# (where available), and third party CodeDOM
2451
+ providers.</li>
2452
+ <li>
2453
+ <code><a href="help/tasks/script.html">&lt;script&gt;</a></code> task is now
2454
+ supported on <a href="http://www.mono-project.com/">Mono</a>.</li>
2455
+ <li>
2456
+ Assemblies emitted by the <code><a href="help/tasks/script.html">&lt;script&gt;</a></code>
2457
+ task will now also be scanned for functions and filters.
2458
+ </li>
2459
+ </ul>
2460
+ <h4>
2461
+ <a class="heading" href="help/tasks/solution.html">&lt;solution&gt;</a></h4>
2462
+ <ul>
2463
+ <li>
2464
+ Added support for Visual J# projects.</li>
2465
+ <li>
2466
+ WebMaps are now case-insensitive (and added attribute to enable
2467
+ case-sensitivity).</li>
2468
+ <li>
2469
+ Added "enablewebdav" attribute to allow WebDAV access for web projects.</li>
2470
+ <li>
2471
+ Added a few unit tests to reduce the likelyhood of regressions.</li>
2472
+ <li>
2473
+ Fixed some minor issues with regards to Visual C++ support.</li>
2474
+ <li>
2475
+ General performance has been improved, except for project with loads of
2476
+ resources.</li>
2477
+ <li>
2478
+ Added support for exclusion of source files for Visual C++ projects.</li>
2479
+ <li>
2480
+ No longer stop loading projects, when the first excluded project is encountered
2481
+ (bug #982685).</li>
2482
+ <li>
2483
+ No longer automatically use Primary Interop Assemblies for references to type
2484
+ libraries, but output warning instead.</li>
2485
+ <li>
2486
+ Added support for satellite assemblies.</li>
2487
+ <li>
2488
+ Respect project build order set in VS.NET.</li>
2489
+ <li>
2490
+ VB.NET specific settings are now processed.</li>
2491
+ <li>
2492
+ Improved support for precompiled headers, better grouping of files that should
2493
+ be compiled in one go.</li>
2494
+ <li>
2495
+ Added support for empty projects.</li>
2496
+ <li>
2497
+ No longer attempt to build ignored projects.</li>
2498
+ <li>
2499
+ Match behaviour of VS.NET when resolving assembly references.</li>
2500
+ <li>
2501
+ Fixed lookup of type libraries in the registry.</li>
2502
+ <li>
2503
+ Expansion of macros is now case-insensitive.</li>
2504
+ <li>
2505
+ Zero-byte resx files are now skipped to match VS.NET.</li>
2506
+ <li>
2507
+ Introduced support for nmake projects.</li>
2508
+ <li>
2509
+ Added support for web projects nested in Enterprise Template Projects.</li>
2510
+ <li>
2511
+ Compiled resource file are now stored in the <code>obj\&lt;configuration&gt;</code>
2512
+ directory relative to project directory. The compiled resource files will not
2513
+ be removed when the task finishes, by doing this resource files will now only
2514
+ be recompiled if the compiled resource file in the object directory is no
2515
+ longer up-to-date. This matches the behaviour of VS.NET.</li>
2516
+ <li>
2517
+ Added support for deploying App.config to output directory.
2518
+ </li>
2519
+ </ul>
2520
+ <h4>
2521
+ <a class="heading" href="help/tasks/sysinfo.html">&lt;sysinfo&gt;</a></h4>
2522
+ <ul>
2523
+ <li>
2524
+ If "failonerror" is <b>false</b>, the <a class="heading" href="help/tasks/sysinfo.html">
2525
+ &lt;sysinfo&gt;</a> task will output a warning message in the build log
2526
+ when a certain environment variable cannot be exposed as a property (because
2527
+ of, for example, more strict naming rules for properties) and continue
2528
+ processing other environment variables. In previous versions of NAnt, execution
2529
+ of the <a class="heading" href="help/tasks/sysinfo.html">&lt;sysinfo&gt;</a> task
2530
+ would halt on the first error.</li>
2531
+ </ul>
2532
+ <h4>
2533
+ <a class="heading" href="help/tasks/vbc.html">&lt;vbc&gt;</a></h4>
2534
+ <ul>
2535
+ <li>
2536
+ Added support for suppressing specific warnings using the <code><a href="help/tasks/vbc.html#nowarn">
2537
+ &lt;nowarn&gt;</a></code> child element. [.NET 2.0 or higher]</li>
2538
+ <li>
2539
+ Added support for suppressing/reporting specific warnings as errors using the <code>
2540
+ <a href="help/tasks/vbc.html#warnaserror">&lt;warnaserror&gt;</a></code> child
2541
+ element. [.NET 2.0 or higher]</li>
2542
+ <li>
2543
+ Added support for generating XML documentation files, using "doc" attribute.
2544
+ [.NET 2.0 or higher]</li>
2545
+ <li>
2546
+ Added support for package references. [Mono]</li>
2547
+ <li>
2548
+ Added "rebuild" attribute, which instructs NAnt to recompile the output file
2549
+ regardless of the file timestamps.</li>
2550
+ <li>
2551
+ Added <code><a href="help/tasks/vbc.html#imports">&lt;imports&gt;</a></code> child
2552
+ element, and deprecated "imports" attribute.</li>
2553
+ <li>
2554
+ <code><a href="help/tasks/vbc.html#lib">&lt;lib&gt;</a></code> element is
2555
+ obsolete, in favor of <code><a href="help/types/assemblyfileset.html#lib">&lt;lib&gt;</a></code>
2556
+ child element on <code><a href="help/tasks/vbc.html#references">&lt;references&gt;</a></code>
2557
+ and <code><a href="help/tasks/vbc.html#modules">&lt;modules&gt;</a></code> element.
2558
+ </li>
2559
+ </ul>
2560
+ <h4>
2561
+ <a class="heading" href="help/tasks/vjc.html">&lt;vjc&gt;</a></h4>
2562
+ <ul>
2563
+ <li>
2564
+ Added support for suppressing specific warnings using the <code><a href="help/tasks/vjc.html#nowarn">
2565
+ &lt;nowarn&gt;</a></code> child element. [.NET 2.0 or higher]</li>
2566
+ <li>
2567
+ <code><a href="help/tasks/vjc.html#lib">&lt;lib&gt;</a></code> element is
2568
+ obsolete, in favor of <code><a href="help/types/assemblyfileset.html#lib">&lt;lib&gt;</a></code>
2569
+ child element on <code><a href="help/tasks/vjc.html#references">&lt;references&gt;</a></code>
2570
+ and <code><a href="help/tasks/vjc.html#modules">&lt;modules&gt;</a></code> element.</li>
2571
+ <li>
2572
+ Added "rebuild" attribute, which instructs NAnt to recompile the output file
2573
+ regardless of the file timestamps.</li>
2574
+ <li>
2575
+ Added support for /baseaddress compiler option.
2576
+ </li>
2577
+ </ul>
2578
+ <h4>
2579
+ <a class="heading" href="help/tasks/xmlpeek.html">&lt;xmlpeek&gt;</a> / <a class="heading" href="help/tasks/xmlpoke.html">
2580
+ &lt;xmlpoke&gt;</a></h4>
2581
+ <ul>
2582
+ <li>
2583
+ Added support for XPath expressions with namespace prefixes.
2584
+ </li>
2585
+ </ul>
2586
+ <h4>
2587
+ <a class="heading" href="help/tasks/zip.html">&lt;zip&gt;</a> / <a class="heading" href="help/tasks/unzip.html">
2588
+ &lt;unzip&gt;</a></h4>
2589
+ <ul>
2590
+ <li>
2591
+ Added support for multiple filesets.</li>
2592
+ <li>
2593
+ A top level directory prefix can be set on individual filesets.</li>
2594
+ <li>
2595
+ Upgraded <a href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</a>
2596
+ to v0.83.
2597
+ </li>
2598
+ </ul>
2599
+ <h3>
2600
+ New types</h3>
2601
+ <h4>
2602
+ <a class="heading" href="help/types/assemblyfileset.html">&lt;assemblyfileset&gt;</a></h4>
2603
+ <ul>
2604
+ <li>
2605
+ Specialized <code><a href="help/types/fileset.html">&lt;fileset&gt;</a></code> for
2606
+ managing assembly files.
2607
+ </li>
2608
+ </ul>
2609
+ <h4>
2610
+ <a class="heading" href="help/types/warnaserror.html">&lt;warnaserror&gt;</a></h4>
2611
+ <ul>
2612
+ <li>
2613
+ Controls the behaviour of a compiler with regards to the reporting of warnings.
2614
+ </li>
2615
+ </ul>
2616
+ <h3>
2617
+ Type changes</h3>
2618
+ <h4>
2619
+ <a class="heading" href="help/types/fileset.html">&lt;fileset&gt;</a></h4>
2620
+ <ul>
2621
+ <li>
2622
+ Deprecated <code><a href="help/types/fileset.html#includes">&lt;includes&gt;</a></code>
2623
+ and <code><a href="help/types/fileset.html#excludes">&lt;excludes&gt;</a></code>
2624
+ elements in favor of <code><a href="help/types/fileset.html#include">&lt;include&gt;</a></code>
2625
+ and <code><a href="help/types/fileset.html#exclude">&lt;exclude&gt;</a></code> elements.</li>
2626
+ <li>
2627
+ Deprecated <code><a href="help/types/fileset.html#includesList">&lt;includesList&gt;</a></code>
2628
+ element in favor of <code><a href="help/types/fileset.html#includesfile">&lt;includesfile&gt;</a></code>.</li>
2629
+ <li>
2630
+ Added <code><a href="help/types/fileset.html#excludesfile">&lt;excludesfile&gt;</a></code>
2631
+ element.
2632
+ </li>
2633
+ </ul>
2634
+ <h3>
2635
+ Developer information</h3>
2636
+ <ul>
2637
+ <li>
2638
+ The <code>Task.LogPrefix</code> property has been deprecated. Messages that are
2639
+ written to build log by a given task, will now automatically get prefixed with
2640
+ the task name. This behaviour can be disabled by the new <code>-e[macs]</code> commandline
2641
+ option.
2642
+ </li>
2643
+ </ul>
2644
+ <h2>
2645
+ 0.84 (December 26, 2003)</h2>
2646
+ <h3>
2647
+ Task changes</h3>
2648
+ <h4>
2649
+ &lt;xmlpeek&gt;</h4>
2650
+ <ul>
2651
+ <li>
2652
+ Fixed issues with logging statements.</li>
2653
+ <li>
2654
+ Added unit tests.
2655
+ </li>
2656
+ </ul>
2657
+ <h4>
2658
+ &lt;xmlpoke&gt;</h4>
2659
+ <ul>
2660
+ <li>
2661
+ Added unit tests.
2662
+ </li>
2663
+ </ul>
2664
+ <h2>
2665
+ 0.84-rc 2 (December 21, 2003)</h2>
2666
+ <h3>
2667
+ General&nbsp;changes</h3>
2668
+ <ul>
2669
+ <li>
2670
+ Specifying multiple targets on the command line will no longer cause all
2671
+ dependencies of these targets to be executed again.</li>
2672
+ <li>
2673
+ The <code><a href="help/fundamentals/listeners.html#XmlLogger">XmlLogger</a></code>
2674
+ will now correctly handle null-characters in the build output.</li>
2675
+ <li>
2676
+ Fixed issue with resources specified using the <code>&lt;resources&gt;</code> element
2677
+ of the compiler tasks.
2678
+ </li>
2679
+ </ul>
2680
+ <h3>
2681
+ Task changes</h3>
2682
+ <h4>
2683
+ &lt;solution&gt;</h4>
2684
+ <ul>
2685
+ <li>
2686
+ Fixed issues with web-projects.</li>
2687
+ <li>
2688
+ Added support for generating strongly signed ActiveX/COM wrapper assemblies.
2689
+ </li>
2690
+ </ul>
2691
+ <h4>
2692
+ &lt;xmlpeek&gt;</h4>
2693
+ <ul>
2694
+ <li>
2695
+ <code>filename</code> attribute was renamed to <code>file</code> to improve
2696
+ consistency with other tasks.
2697
+ </li>
2698
+ </ul>
2699
+ <h4>
2700
+ &lt;xmlpoke&gt;</h4>
2701
+ <ul>
2702
+ <li>
2703
+ <code>filename</code> attribute was renamed to <code>file</code> to improve
2704
+ consistency with other tasks.
2705
+ </li>
2706
+ </ul>
2707
+ <h2>
2708
+ 0.84-rc 1 (December 6, 2003)</h2>
2709
+ <h3>
2710
+ Breaking changes</h3>
2711
+ <p>
2712
+ Some existing build scripts may stop working now or in the next release due to
2713
+ the following changes:</p>
2714
+ <ul>
2715
+ <li>
2716
+ The NAntContrib binaries are no longer included in the NAnt distribution
2717
+ package. The NAntContrib distribution package can now be obtained <a href="http://nantcontrib.sourceforge.net/">
2718
+ here</a>.</li>
2719
+ <li>
2720
+ The <code>&lt;call&gt;</code> task now executes the given target and all its
2721
+ dependencies. In previous versions of NAnt only the target itself would be
2722
+ executed.</li>
2723
+ <li>
2724
+ The <code>todir</code> attribute of the <code>&lt;copy&gt;</code> and <code>&lt;move&gt;</code>
2725
+ tasks no longer defaults to the project base directory. It must now be set
2726
+ explicitly.</li>
2727
+ <li>
2728
+ The <code>force</code> attribute of the <code>&lt;call&gt;</code> task has been
2729
+ deprecated and has no longer any effect. The <code>&lt;call&gt;</code> task
2730
+ will now always execute the specified target, regardless of the fact that this
2731
+ target has already been executed before.</li>
2732
+ <li>
2733
+ The string-based <code>files</code> and <code>attachments</code> attributes of
2734
+ the <code>&lt;mail&gt;</code> task have been replaced by fileset support.</li>
2735
+ <li>
2736
+ In previous versions of NAnt, the documentation stated that a target identified
2737
+ by the <code>nant.onfailure</code> property would be executed when the build
2738
+ fails. However, NAnt actually executed a target identified by the <code>nant.failure</code>
2739
+ property (if available). This has now been corrected and the old syntax (<code>nant.failure</code>)
2740
+ is now deprecated.</li>
2741
+ <li>
2742
+ The <code>&lt;param&gt;</code> element of the <code>&lt;style&gt;</code> task
2743
+ has been deprecated in favor of a <code>&lt;parameters&gt;</code> collection
2744
+ with nested <code>&lt;parameter&gt;</code> elements. The <code>&lt;parameter&gt;</code>
2745
+ element now also supports a <code>namespaceuri</code>, <code>if</code> and <code>unless</code>
2746
+ attribute. See the documentation of the <code>&lt;style&gt;</code> task for
2747
+ more information.</li>
2748
+ <li>
2749
+ In previous versions of NAnt, the <code>Plain</code> formatter was implicitly
2750
+ added in the <code>&lt;nunit2&gt;</code> task. In NAnt 0.8.4, the <code>Plain</code>
2751
+ formatter will only implicitly be added if no other formatters are specified.
2752
+ In this case, a warning message will be output to the build log encouraging
2753
+ build authors to explicitly add this formatter for forward compatibility. In
2754
+ future versions of NAnt, the <code>Plain</code> formatter will no longer
2755
+ implicitly be added.</li>
2756
+ <li>
2757
+ The nested <code>&lt;param&gt;</code> child element of the <code>&lt;style&gt;</code>
2758
+ task has been deprecated in favor of a nested <code>&lt;parameters&gt;</code> collection.
2759
+ </li>
2760
+ </ul>
2761
+ <h3>
2762
+ General&nbsp;changes</h3>
2763
+ <ul>
2764
+ <li>
2765
+ The user documentation has been overhauled. Nested elements are more clearly
2766
+ documented, documentation has been added for element types such as filesets and
2767
+ credentials, and the overall format is slightly cleaner and easier to use.</li>
2768
+ <li>
2769
+ Improved bootstrapping NAnt on linux. Now supports Mono 0.28.</li>
2770
+ <li>
2771
+ Localization support has been improved in the <code>&lt;csc&gt;</code>, <code>&lt;jsc&gt;</code>,
2772
+ <code>&lt;vbc&gt;</code> and <code>&lt;vjc&gt;</code> tasks: when dynamixprefix
2773
+ is set to "true" and prefix is set to the root namespace of the assembly for
2774
+ the nested <code>&lt;resources&gt;</code> element, the compiler tasks will now
2775
+ compile resources with IDs matching these generated by VS.NET. Support for the
2776
+ generation of satellite assemblies was also added to these tasks.</li>
2777
+ <li>
2778
+ On systems with both the .NET Framework 1.0 and .NET Framework 1.1 installed,
2779
+ NAnt will now execute on the .NET Framework 1.1 by default. Note, the default
2780
+ target framework has remained unchanged, and is still .NET Framework 1.0.
2781
+ </li>
2782
+ </ul>
2783
+ <h3>
2784
+ New Tasks</h3>
2785
+ <h4>
2786
+ &lt;asminfo&gt;</h4>
2787
+ <ul>
2788
+ <li>
2789
+ Moved from <a href="http://nantcontrib.sourceforge.net">NAntContrib</a> to
2790
+ NAnt, and was rewritten to support multiple code languages and attribute types.
2791
+ </li>
2792
+ </ul>
2793
+ <h4>
2794
+ &lt;servicecontroller&gt;</h4>
2795
+ <ul>
2796
+ <li>
2797
+ Allows a Windows service to be controlled (started, stopped, ...).
2798
+ </li>
2799
+ </ul>
2800
+ <h4>
2801
+ &lt;delay-sign&gt;</h4>
2802
+ <ul>
2803
+ <li>
2804
+ Supports delay-signing of strongly named assemblies.
2805
+ </li>
2806
+ </ul>
2807
+ <h4>
2808
+ &lt;mc&gt;,&lt;rc&gt; and &lt;midl&gt;</h4>
2809
+ <ul>
2810
+ <li>
2811
+ Moved from <a href="http://nantcontrib.sourceforge.net">NAntContrib</a> to
2812
+ NAnt. These tasks control compilation of service messages, resources, and IDL
2813
+ code respectively.
2814
+ </li>
2815
+ </ul>
2816
+ <h4>
2817
+ &lt;xmlpeek&gt;</h4>
2818
+ <ul>
2819
+ <li>
2820
+ Extracts text from an XML file at the location specified by an XPath
2821
+ expression.
2822
+ </li>
2823
+ </ul>
2824
+ <h4>
2825
+ &lt;xmlpoke&gt;</h4>
2826
+ <ul>
2827
+ <li>
2828
+ Replaces text in an XML file at the location specified by an XPath expression.
2829
+ </li>
2830
+ </ul>
2831
+ <h3>
2832
+ Task changes</h3>
2833
+ <h4>
2834
+ &lt;call&gt;</h4>
2835
+ <ul>
2836
+ <li>
2837
+ The <code>&lt;call&gt;</code> task now executes the given target and all its
2838
+ dependencies. In previous versions of NAnt only the target itself would be
2839
+ executed.</li>
2840
+ <li>
2841
+ The <code>force</code> attribute of the <code>&lt;call&gt;</code> task has been
2842
+ deprecated and has no longer any effect. The <code>&lt;call&gt;</code> task
2843
+ will now always execute the specified target, regardless of the fact that this
2844
+ target has already been executed before.
2845
+ </li>
2846
+ </ul>
2847
+ <h4>
2848
+ &lt;cl&gt;</h4>
2849
+ <ul>
2850
+ <li>
2851
+ Added support for Managed Extensions.
2852
+ </li>
2853
+ </ul>
2854
+ <h4>
2855
+ &lt;copy&gt;</h4>
2856
+ <ul>
2857
+ <li>
2858
+ The <code>todir</code> attribute no longer defaults to the project base
2859
+ directory. It must now be set explicitly.</li>
2860
+ <li>
2861
+ Added&nbsp;<code>flatten</code> attribute to allow all matching files to be
2862
+ copied to a single directory.
2863
+ </li>
2864
+ </ul>
2865
+ <h4>
2866
+ &lt;csc&gt;</h4>
2867
+ <ul>
2868
+ <li>
2869
+ Improved localization support.</li>
2870
+ <li>
2871
+ Added support for additional search directories to resolve assembly references
2872
+ through a nested <code>&lt;lib&gt;</code> element.
2873
+ </li>
2874
+ </ul>
2875
+ <h4>
2876
+ &lt;cvs-checkout&gt;</h4>
2877
+ <ul>
2878
+ <li>
2879
+ Added option to checkout a revision based on sticky tag, -r on the command line
2880
+ client.</li>
2881
+ <li>
2882
+ Added option to checkout a module to an alternate directory, -d on the command
2883
+ line client.</li>
2884
+ <li>
2885
+ Fixed bug in parsing cvsnt date format.
2886
+ </li>
2887
+ </ul>
2888
+ <h4>
2889
+ &lt;cvs-update&gt;</h4>
2890
+ <ul>
2891
+ <li>
2892
+ Fixed bug in parsing cvsnt date format.
2893
+ </li>
2894
+ </ul>
2895
+ <h4>
2896
+ &lt;echo&gt;</h4>
2897
+ <ul>
2898
+ <li>
2899
+ Added <code>level</code> attribute to allow messages to be output with a
2900
+ specific level.
2901
+ </li>
2902
+ </ul>
2903
+ <h4>
2904
+ &lt;fail&gt;</h4>
2905
+ <ul>
2906
+ <li>
2907
+ Allow reason of failure to be specified as inline content.
2908
+ </li>
2909
+ </ul>
2910
+ <h4>
2911
+ &lt;get&gt;</h4>
2912
+ <ul>
2913
+ <li>
2914
+ The <code>httpproxy</code> attribute of the <code>&lt;get&gt;</code> task is
2915
+ deprecated, use the new <code>&lt;proxy&gt;</code> child element instead.</li>
2916
+ <li>
2917
+ Added <code>&lt;credentials&gt;</code> child element used for authenticating
2918
+ the request with the Internet resource.</li>
2919
+ <li>
2920
+ Deprecated the <code>ignoreerrors</code> attribute in favor of the <code>failonerror</code>
2921
+ attribute.</li>
2922
+ <li>
2923
+ Added <code>timeout</code> attribute to allow length of time to wait for a
2924
+ response or the request to timeout to be specified.
2925
+ </li>
2926
+ </ul>
2927
+ <h4>
2928
+ &lt;if&gt;</h4>
2929
+ <ul>
2930
+ <li>
2931
+ Added <code>&lt;uptodatefiles</code> child element for uptodate fileset
2932
+ support.</li>
2933
+ <li>
2934
+ <code>&lt;if uptodatefile="..."&gt;</code> now behaves as documented, meaning
2935
+ that nested tasks will only be executed if the file specifies in the
2936
+ uptodatefile attribute actually exists and the file specified in the <code>uptodatefile</code>
2937
+ attribute is more recent or the same lastwritetime than the file(s) specifies
2938
+ in the <code>comparefile</code> attribute and <code>&lt;comparefiles&gt;</code>
2939
+ fileset.
2940
+ </li>
2941
+ </ul>
2942
+ <h4>
2943
+ &lt;include&gt;</h4>
2944
+ <ul>
2945
+ <li>
2946
+ A verbose message will now be output to the build log when a file is included
2947
+ multiple times. In previous versions of NAnt, this would cause a build failure.
2948
+ </li>
2949
+ </ul>
2950
+ <h4>
2951
+ &lt;jsc&gt;</h4>
2952
+ <ul>
2953
+ <li>
2954
+ Improved localization support.</li>
2955
+ <li>
2956
+ Added support for additional search directories to resolve assembly references
2957
+ through a nested <code>&lt;lib&gt;</code> element.
2958
+ </li>
2959
+ </ul>
2960
+ <h4>
2961
+ &lt;mail&gt;</h4>
2962
+ <ul>
2963
+ <li>
2964
+ The string-based <code>files</code> and <code>attachments</code> attributes
2965
+ have been replaced by fileset support.</li>
2966
+ </ul>
2967
+ <h4>
2968
+ &lt;move&gt;</h4>
2969
+ <ul>
2970
+ <li>
2971
+ The <code>todir</code> attribute no longer defaults to the project base
2972
+ directory. It must now be set explicitly.</li>
2973
+ <li>
2974
+ Added&nbsp;<code>flatten</code> attribute to allow all&nbsp;matching files to
2975
+ be moved to a single directory.
2976
+ </li>
2977
+ </ul>
2978
+ <h4>
2979
+ &lt;nant&gt;</h4>
2980
+ <ul>
2981
+ <li>
2982
+ Properties can now be added or overridden when calling a nested build using the
2983
+ new <code>&lt;properties&gt;</code> child element.</li>
2984
+ <li>
2985
+ <code>buildfile</code> is now a required attribute, which makes it harder to
2986
+ accidently write an infinitely looping build.
2987
+ </li>
2988
+ </ul>
2989
+ <h4>
2990
+ &lt;nantschema&gt;</h4>
2991
+ <ul>
2992
+ <li>
2993
+ Currently the <code>&lt;nantschema&gt;</code> task does not generate the
2994
+ correct XML Schema definition for collections and arrays. This tasks needs to
2995
+ be updated. Please use with caution.
2996
+ </li>
2997
+ </ul>
2998
+ <h4>
2999
+ &lt;ndoc&gt;</h4>
3000
+ <ul>
3001
+ <li>
3002
+ Updated the <code>&lt;ndoc&gt;</code> task to using version 1.2 of NDoc.
3003
+ </li>
3004
+ </ul>
3005
+ <h4>
3006
+ &lt;nunit2&gt;</h4>
3007
+ <ul>
3008
+ <li>
3009
+ Updated the <code>&lt;nunit2&gt;</code> task to use version 2.1 of NUnit.</li>
3010
+ <li>
3011
+ In previous versions of NAnt, the <code>Plain</code> formatter was implicitly
3012
+ added. In NAnt 0.8.4, the <code>Plain</code> formatter will only implicitly be
3013
+ added if no other formatters are specified. In this case, a warning message
3014
+ will be output to the build log encouraging build authors to explicitly add
3015
+ this formatter for forward compatibility. In future versions of NAnt, the <code>Plain</code>
3016
+ formatter will no longer implicitly be added.</li>
3017
+ <li>
3018
+ Added <code>outputdir</code> attribute for <code>&lt;formatter&gt;</code> element
3019
+ to control the directory where the test result file will be stored (if the <code>usefile</code>
3020
+ attribute is "true").
3021
+ </li>
3022
+ </ul>
3023
+ <h4>
3024
+ &lt;property&gt;</h4>
3025
+ <ul>
3026
+ <li>
3027
+ Added <code>overwrite</code> attribute to the <code>&lt;property&gt;</code> task
3028
+ to control whether the value of the specified property should be overwritten
3029
+ when the property already exists.</li>
3030
+ <li>
3031
+ Added support for dynamic properties, meaning properties of which references to
3032
+ other properties are not expanded when the value is set.
3033
+ </li>
3034
+ </ul>
3035
+ <h4>
3036
+ &lt;resgen&gt;</h4>
3037
+ <ul>
3038
+ <li>
3039
+ Added support for specifying a prefix to <code>&lt;resgen&gt;</code> task when
3040
+ using a fileset.
3041
+ </li>
3042
+ </ul>
3043
+ <h4>
3044
+ &lt;solution&gt;</h4>
3045
+ <ul>
3046
+ <li>
3047
+ Added nested <code>&lt;assemblyfolders&gt;</code> fileset element that allows a
3048
+ set of folders to be set, that should be searched to resolve assembly
3049
+ references.</li>
3050
+ <li>
3051
+ By default, the Visual Studio.NET assembly folders will be searched to resolve
3052
+ assembly references. An <code>includevsfolders</code> attribute was added to
3053
+ control whether these folders should be searched for assembly references.</li>
3054
+ <li>
3055
+ Added <code>&lt;excludeprojects&gt;</code> fileset that allows a set of
3056
+ projects to be excluded.</li>
3057
+ <li>
3058
+ An <code>outputdir</code> attribute can now be specified, which overrides the
3059
+ directory where compiled targets will be placed.</li>
3060
+ <li>
3061
+ A nested <code>&lt;webmap&gt;</code> element was added that maps URL's of web
3062
+ projects to local path, thereby removing the need to configure the web server
3063
+ to allow access to these project files.</li>
3064
+ <li>
3065
+ Added support for Visual C++ projects.</li>
3066
+ <li>
3067
+ A large number of defect fixes and performance improvements have been applied.
3068
+ </li>
3069
+ </ul>
3070
+ <h4>
3071
+ &lt;style&gt;</h4>
3072
+ <ul>
3073
+ <li>
3074
+ The nested <code>&lt;param&gt;</code> child element has been deprecated in
3075
+ favor of a nested <code>&lt;parameters&gt;</code> collection.
3076
+ </li>
3077
+ </ul>
3078
+ <h4>
3079
+ &lt;touch&gt;</h4>
3080
+ <ul>
3081
+ <li>
3082
+ If the file specified in the single-file case does not exist, it will now be
3083
+ created.
3084
+ </li>
3085
+ </ul>
3086
+ <h4>
3087
+ &lt;vbc&gt;</h4>
3088
+ <ul>
3089
+ <li>
3090
+ Improved localization support.</li>
3091
+ <li>
3092
+ Added support for additional search directories to resolve assembly references
3093
+ through a nested <code>&lt;lib&gt;</code> element.
3094
+ </li>
3095
+ </ul>
3096
+ <h4>
3097
+ &lt;vjc&gt;</h4>
3098
+ <ul>
3099
+ <li>
3100
+ Improved localization support.</li>
3101
+ <li>
3102
+ Added support for additional search directories to resolve assembly references
3103
+ through a nested <code>&lt;lib&gt;</code> element.
3104
+ </li>
3105
+ </ul>
3106
+ <h4>
3107
+ &lt;zip&gt;</h4>
3108
+ <ul>
3109
+ <li>
3110
+ Fixed issue when files were included that were not located beneath the basedir
3111
+ of the fileset.
3112
+ </li>
3113
+ <li>
3114
+ Added <code>includeemptydirs</code> attribute to control whether empty
3115
+ directories should be included in the generated zip file.
3116
+ </li>
3117
+ <li>
3118
+ Fixed failure when no <code>basedir</code> for fileset was specified.
3119
+ </li>
3120
+ <li>
3121
+ Fixed failure when <code>basedir</code> of fileset is set to the root directory
3122
+ of a drive in Windows.
3123
+ </li>
3124
+ </ul>
3125
+ <h3>
3126
+ API changes</h3>
3127
+ <ul>
3128
+ <li>
3129
+ Added <code>ProgramLocationAttribute</code> that can be assigned to a task to
3130
+ indicate that it wraps an executable that is part of either the .NET Framework
3131
+ or the .NET Framework SDK, and have NAnt figure out the full path to the
3132
+ executable using the framework settings in the NAnt configuration file.
3133
+ </li>
3134
+ <li>
3135
+ <code>FileSetAttribute</code> has been deprecated. The <code>BuildElementAttribute</code>
3136
+ should be used instead.
3137
+ </li>
3138
+ <li>
3139
+ Added <code>FrameworkConfigurableAttribute</code> that can be assigned to a
3140
+ task attribute to allow the default values of that attribute to be configured
3141
+ from the framework configuration section in the NAnt configuration file for the
3142
+ currently active framework.
3143
+ </li>
3144
+ <li>
3145
+ Added <code>&lt;proxy&gt;</code> and <code>&lt;credentials&gt;</code> data
3146
+ types that are used to provide proxy settings and authentication information
3147
+ for tasks that connect to external resources (eg. the <code>&lt;get&gt;</code> task).
3148
+ </li>
3149
+ <li>
3150
+ Added support for framework-specific third party libraries.</li>
3151
+ <li>
3152
+ Updated <a href="http://log4net.sourceforge.net/">log4net</a> to version 1.2.0
3153
+ beta 8.
3154
+ </li>
3155
+ </ul>
3156
+ <h2>
3157
+ 0.8.3 (September 28, 2003)</h2>
3158
+ <h3>
3159
+ User-visible changes</h3>
3160
+ <ul>
3161
+ <li>
3162
+ Included NAntContrib binaries are from a release build. In rc3 they were debug
3163
+ versions.
3164
+ </li>
3165
+ </ul>
3166
+ <h2>
3167
+ 0.8.3-rc3 (August 29, 2003)</h2>
3168
+ <h3>
3169
+ User-visible changes</h3>
3170
+ <ul>
3171
+ <li>
3172
+ Added test directory to distribution fixing the build failure in 0.8.3.
3173
+ </li>
3174
+ </ul>
3175
+ <h2>
3176
+ 0.8.3-rc2 (July 28, 2003)</h2>
3177
+ <h3>
3178
+ User-visible changes</h3>
3179
+ <ul>
3180
+ <li>
3181
+ Built with .NET 1.0.
3182
+ <div style="margin-left: 20px">
3183
+ This release candidate is built with version 1.0 of the .NET Framework. The
3184
+ binaries for RC1 had been built with version 1.1, which had backwards
3185
+ compatibility issues.
3186
+ </div>
3187
+ </li>
3188
+ <li>
3189
+ Fixed defect: temp directory leak in &lt;solution&gt; task.
3190
+ <div style="margin-left: 20px">
3191
+ Matthew Mastracci fixed a major temp directory leak. It was leaking approx. one
3192
+ temp directory per project! You should clear your Local Settings\Temp directory
3193
+ for the user you use to build your solutions.
3194
+ </div>
3195
+ </li>
3196
+ <li>
3197
+ &lt;solution&gt; VB.NET support.
3198
+ <div style="margin-left: 20px">
3199
+ The &lt;solution&gt; task now supports VB.NET projects. This was meant to be
3200
+ part of the RC1 release.
3201
+ </div>
3202
+ </li>
3203
+ <li>
3204
+ Matthew Mastracci has also checked in support for reading resources of VB
3205
+ projects and generating the appropriate dependent resource name.
3206
+ </li>
3207
+ <li>
3208
+ Documentation for NAntContrib.
3209
+ <div style="margin-left: 20px">
3210
+ This release candidate includes the binaries and documentation for the
3211
+ NAntContrib extensions. Note that the source is still distributed seperately
3212
+ during this release cycle.
3213
+ </div>
3214
+ </li>
3215
+ </ul>
3216
+ <h2>
3217
+ 0.8.3-rc1 (July 10, 2003)</h2>
3218
+ <h3>
3219
+ User-visible changes</h3>
3220
+ <ul>
3221
+ <li>
3222
+ NAntContrib is now distributed with NAnt.
3223
+ <div style="margin-left: 20px">
3224
+ To better support the frequently-used NAntContrib extensions, the library is
3225
+ now distributed as part of the NAnt release.
3226
+ </div>
3227
+ </li>
3228
+ <li>
3229
+ Preliminary Linux support.
3230
+ <div style="margin-left: 20px">
3231
+ This is the first release with Linux support, so please report any issues you
3232
+ encounter. The next release will be fully tested and documented on both Linux
3233
+ and Windows.
3234
+ </div>
3235
+ </li>
3236
+ <li>
3237
+ New Tasks.
3238
+ <ul>
3239
+ <li>
3240
+ &lt;cvs-checkout&gt; task : Checkout source from CVS.</li>
3241
+ <li>
3242
+ &lt;cvs-update:&gt; task : Update source from CVS.</li>
3243
+ <li>
3244
+ &lt;solution&gt; task : compile .sln directly. In most cases, this means you no
3245
+ longer have to preprocess a solution with the slingshot tool. Supports both
3246
+ Visual Studio .NET and Visual Studio 2003.
3247
+ </li>
3248
+ </ul>
3249
+ </li>
3250
+ <li>
3251
+ Changed tasks.
3252
+ <div style="margin-left: 20px">
3253
+ See the section below for details.
3254
+ </div>
3255
+ </li>
3256
+ <li>
3257
+ FileSet references.
3258
+ <div style="margin-left: 20px">
3259
+ You can now define a named FileSet and refer to it anywhere a FileSet is used.
3260
+ </div>
3261
+ </li>
3262
+ </ul>
3263
+ <h3>
3264
+ API changes</h3>
3265
+ <ul>
3266
+ <li>
3267
+ Namespace changes
3268
+ <ul>
3269
+ <li>
3270
+ "SourceForge" is no longer part of the NAnt namespaces.</li>
3271
+ <li>
3272
+ Split classes up into Tasks and Types.</li>
3273
+ <li>
3274
+ Task assemblies now have their own namespaces.</li>
3275
+ <li>
3276
+ Removed Msft prefix from base classes.
3277
+ </li>
3278
+ </ul>
3279
+ </li>
3280
+ <li>
3281
+ Logging framework changed
3282
+ <ul>
3283
+ <li>
3284
+ Refactored NAnt (build) logging system : moved to an event driven logging
3285
+ system, and allow thresholds to be set. The build outcome is now completely
3286
+ handled by the loggers.</li>
3287
+ <li>
3288
+ Replaced the LogListener with an IBuildLogger interface for loggers and an
3289
+ IBuildListener interface for build listeners.</li>
3290
+ <li>
3291
+ The ConsoleLogger is replaced by a DefaultLogger, which always logs to the
3292
+ console, and which can also be configured to log to a file (using the -logfile
3293
+ option).</li>
3294
+ <li>
3295
+ The static Log class is removed and replaced by instance methods on the Project
3296
+ and Task classes. These instance methods actually fire events that get handled
3297
+ by the build logger and buid listeners.</li>
3298
+ <li>
3299
+ Added a Level enum that is used to assign a priority (level) to a message. This
3300
+ allows messages to be filtered on their priority.</li>
3301
+ <li>
3302
+ Added a strongly typed collection for the build listeners.</li>
3303
+ <li>
3304
+ Updated all existing logging statements to use the new logging system instead
3305
+ of the static Log class. Assigned levels to the existing logging statements.</li>
3306
+ <li>
3307
+ Added MailLogger that can be used to send the build results as an email, see
3308
+ xml docs for how its to be configured.
3309
+ </li>
3310
+ </ul>
3311
+ </li>
3312
+ <li>
3313
+ Many, many style/structure/documentation fixes. More that are worth listing
3314
+ here.</li>
3315
+ <li>
3316
+ Fixed NUnit2 support for FileSets.</li>
3317
+ <li>
3318
+ Prevent warnings for using obsolete methods to allow NDoc Documenter.Nant to
3319
+ build on .NET 1.1 runtime.</li>
3320
+ <li>
3321
+ Nightly.xml no longer depends on NAntContrib tasks.</li>
3322
+ <li>
3323
+ Moved &lt;mail&gt; task and test back into core as its working fine on Linux
3324
+ now.</li>
3325
+ <li>
3326
+ New attribute-driven command-line parser.
3327
+ </li>
3328
+ </ul>
3329
+ <h3>
3330
+ Command-line client changes</h3>
3331
+ <ul>
3332
+ <li>
3333
+ Changed target back to the default argument.</li>
3334
+ <li>
3335
+ Moved company information (http://nant.sourceforge.net) from help text to logo
3336
+ banner.</li>
3337
+ <li>
3338
+ Added support for running default.build if there are multiple build files in a
3339
+ directory.</li>
3340
+ <li>
3341
+ Added support for collection-based command-line options, with the following
3342
+ restrictions :
3343
+ <ul>
3344
+ <li>
3345
+ property type should implement ICollection</li>
3346
+ <li>
3347
+ collection should have an Add method with one parameter</li>
3348
+ <li>
3349
+ parameter of the Add method should be strongly-typed</li>
3350
+ <li>
3351
+ collection should have a default public constructor</li>
3352
+ <li>
3353
+ the property should have a setter if the collection is not initialized (null
3354
+ reference)
3355
+ </li>
3356
+ </ul>
3357
+ </li>
3358
+ <li>
3359
+ Fixed "bug" where ApplicationException would no longer be throw when no
3360
+ matching buildfile is found after searching the directory tree upwards.</li>
3361
+ <li>
3362
+ Updated short form of buildfile to -f.</li>
3363
+ <li>
3364
+ Added -q shortname for -quiet command-line option.</li>
3365
+ <li>
3366
+ Changed description of -indent command-line option.</li>
3367
+ <li>
3368
+ Added command-line option for adding build listeners.</li>
3369
+ <li>
3370
+ Updated xml documentation.</li>
3371
+ <li>
3372
+ Added command-line options for filtering build output (-debug and -quiet).</li>
3373
+ <li>
3374
+ Jarek's patch to allow setting of the default framework from the command line,
3375
+ fixes bug 729778.</li>
3376
+ <li>
3377
+ Always use identifier mono-1.0 for Mono framework, no use in always creating
3378
+ new framework configurations for every Mono release.
3379
+ </li>
3380
+ </ul>
3381
+ <h3>
3382
+ Task changes</h3>
3383
+ <h4>
3384
+ &lt;exec&gt;</h4>
3385
+ <ul>
3386
+ <li>
3387
+ Added support for an environment optionset to the &lt;exec&gt; task.</li>
3388
+ <li>
3389
+ Fixed optionset so that it correctly returns optionvalues.</li>
3390
+ <li>
3391
+ Remove Timeout from ExecTask, make Timeout in ExternalProgramBase a task
3392
+ attribute and make it writable.</li>
3393
+ <li>
3394
+ Throw BuildException if process has not exited after timeout.
3395
+ </li>
3396
+ </ul>
3397
+ <h4>
3398
+ &lt;vjc&gt;</h4>
3399
+ <ul>
3400
+ <li>
3401
+ Added attribute for setting the warninglevel (0-4).</li>
3402
+ <li>
3403
+ Added attribute for specifiying list of warnings that should be suppressed by
3404
+ the compiler.
3405
+ </li>
3406
+ </ul>
3407
+ <h4>
3408
+ &lt;jsc&gt;</h4>
3409
+ <ul>
3410
+ <li>
3411
+ Added support for codepage compiler flag.</li>
3412
+ <li>
3413
+ Added attribute for setting the warninglevel (0-4).</li>
3414
+ </ul>
3415
+ <h4>
3416
+ &lt;csc&gt;</h4>
3417
+ <ul>
3418
+ <li>
3419
+ Added support for codepage compiler flag.</li>
3420
+ <li>
3421
+ Renamed optionoptimize attribute to optimize.</li>
3422
+ <li>
3423
+ Added attribute for setting the warninglevel (0-4).</li>
3424
+ <li>
3425
+ Added attribute for specifiying list of warnings that should be suppressed by
3426
+ the compiler.</li>
3427
+ <li>
3428
+ Patch from Justin Santa Barbara to add optimize flag to csc.</li>
3429
+ <li>
3430
+ Fixed csc example.
3431
+ </li>
3432
+ </ul>
3433
+ <h4>
3434
+ &lt;nantschema&gt;</h4>
3435
+ <ul>
3436
+ <li>
3437
+ Added makefile for building on Linux. Also a new bin directory for Linux
3438
+ specific binaries.
3439
+ </li>
3440
+ </ul>
3441
+ <h4>
3442
+ &lt;mcs&gt;</h4>
3443
+ <ul>
3444
+ <li>
3445
+ Removed &lt;mcs&gt; task. the &lt;csc&gt; task in combination with the
3446
+ framework support should be used instead.
3447
+ </li>
3448
+ </ul>
3449
+ <h4>
3450
+ &lt;nant&gt;</h4>
3451
+ <ul>
3452
+ <li>
3453
+ Fixed problem with basedir in nested &lt;nant&gt; build being incorrect if
3454
+ basedir="." is used.</li>
3455
+ <li>
3456
+ Have new project inherit the default framework from the current project.</li>
3457
+ </ul>
3458
+ <h4>
3459
+ &lt;copy&gt;</h4>
3460
+ <ul>
3461
+ <li>
3462
+ Fix for &lt;copy&gt; task breakage on Linux.</li>
3463
+ <li>
3464
+ Reenabled File.SetAttributes on Mono build as bug #41999 has been fixed.</li>
3465
+ </ul>
3466
+ <h4>
3467
+ &lt;if&gt;</h4>
3468
+ <ul>
3469
+ <li>
3470
+ Fixed logging bug with parenthesis instead of brace. Caused &lt;if
3471
+ uptodate...&gt; to fail erroneously.
3472
+ </li>
3473
+ </ul>
3474
+ <h4>
3475
+ &lt;cl&gt; and &lt;link&gt;</h4>
3476
+ <ul>
3477
+ <li>
3478
+ On demand compile support for &lt;link&gt; and &lt;cl&gt; tasks.</li>
3479
+ <li>
3480
+ Added unit tests for the &lt;cl&gt; and &lt;link&gt; tasks.</li>
3481
+ <li>
3482
+ Moved Visual C++ related tasks into Win32Assemblies so it doesn't get built in
3483
+ a Mono/Linux build.
3484
+ </li>
3485
+ </ul>
3486
+ <h4>
3487
+ &lt;fileset&gt;</h4>
3488
+ <ul>
3489
+ <li>
3490
+ Added support for FileSet references. Framework for making all types
3491
+ referencable but only implemented for FileSets right now.
3492
+ </li>
3493
+ </ul>
3494
+ <h4>
3495
+ &lt;mail&gt;</h4>
3496
+ <ul>
3497
+ <li>
3498
+ Reenabled usage of StringWriter constructor with CultureInfo as this bug in
3499
+ Mono is fixed.</li>
3500
+ <li>
3501
+ No longer have empty strings as default.</li>
3502
+ <li>
3503
+ Bcc and cc are no longer set to an empty string when not specified in
3504
+ buildfile, thereby preventing problems with Mono bug #45746.
3505
+ </li>
3506
+ </ul>
3507
+ <h2>
3508
+ 0.8.2 (April 24, 2003)</h2>
3509
+ <ul>
3510
+ <li>
3511
+ Misc bugfixes.
3512
+ </li>
3513
+ </ul>
3514
+ <h2>
3515
+ 0.8.2-rc3 (April 17, 2003)</h2>
3516
+ <ul>
3517
+ <li>
3518
+ &lt;if&gt; task changes to support the uptodate test.</li>
3519
+ <li>
3520
+ Changes for task item element initialization.</li>
3521
+ <li>
3522
+ Read output of &lt;exec&gt;'d (and other external program) processes and insert
3523
+ into logfile.</li>
3524
+ <li>
3525
+ Fixed logging for &lt;regex&gt; task.</li>
3526
+ <li>
3527
+ Made NAnt errors less chatty.</li>
3528
+ <li>
3529
+ NAnt now works without Framework SDK installed.</li>
3530
+ <li>
3531
+ Fixed bugs in &lt;Copy&gt; and &lt;Move&gt; tasks which caused exceptions when
3532
+ using todir and a FileSet, in certain cases.</li>
3533
+ <li>
3534
+ New &lt;unzip&gt; task.</li>
3535
+ <li>
3536
+ New &lt;loadtasks&gt; task which replaces the functionality of taskdef (from
3537
+ NAntContrib).</li>
3538
+ <li>
3539
+ &lt;foreach&gt; supports &lt;in&gt;&lt;items&gt; FileSet to work on files.
3540
+ </li>
3541
+ </ul>
3542
+ <h2>
3543
+ 0.8.2-rc2 (April 12, 2003)</h2>
3544
+ <ul>
3545
+ <li>
3546
+ Fix for &lt;nunit2&gt; task using FileSet.</li>
3547
+ <li>
3548
+ Fix for FileSet's &lt;includeList&gt; element.
3549
+ </li>
3550
+ </ul>
3551
+ <h2>
3552
+ 0.8.2-rc1 (April 12, 2003)</h2>
3553
+ <ul>
3554
+ <li>
3555
+ Logging cleanups: use log4net for internal logging.</li>
3556
+ <li>
3557
+ FxCop cleanups for correctness.</li>
3558
+ <li>
3559
+ Support for multiple versions of .NET framework.</li>
3560
+ <li>
3561
+ Changes to make NAnt more Mono-friendly.</li>
3562
+ <li>
3563
+ Updated SharpZipLib library.</li>
3564
+ <li>
3565
+ Makes error reporting more accurate - give line numbers for property expansion
3566
+ errors.</li>
3567
+ <li>
3568
+ Multiple test assembly support for &lt;nunit2&gt; task.</li>
3569
+ <li>
3570
+ General speed-up for directory/file scanning.</li>
3571
+ <li>
3572
+ &lt;resgen&gt; task file generation correctness fixes.</li>
3573
+ <li>
3574
+ Added support multiple delimiters and string trimming to LoopTask's file line
3575
+ mode.</li>
3576
+ <li>
3577
+ More support for csc/vbc command-line options.
3578
+ </li>
3579
+ </ul>
3580
+ <h2>
3581
+ 0.8.1 (February 21, 2003)</h2>
3582
+ <ul>
3583
+ <li>
3584
+ Added more command-line options (-f: to specify a buildfile).</li>
3585
+ <li>
3586
+ Added case sensitivity checks.</li>
3587
+ <li>
3588
+ Added &lt;vjc&gt; task.</li>
3589
+ <li>
3590
+ Fixed NUnit2 support.</li>
3591
+ <li>
3592
+ Misc bugfixes and cleanups from contributors.
3593
+ </li>
3594
+ </ul>
3595
+ <h2>
3596
+ 0.7.9 (June 11, 2002)</h2>
3597
+ <ul>
3598
+ <li>
3599
+ If more than one build file matches the criteria, e.g. two files ending in
3600
+ .build than NAnt will report an error.</li>
3601
+ <li>
3602
+ Added -find option, causes NAnt to search up the directory tree looking for the
3603
+ buildfile. Use in conjunction with -buildfile:foo.* to find the first foo.*
3604
+ file up the directory tree.</li>
3605
+ <li>
3606
+ Added -projecthelp option, callable targets should now include a description
3607
+ attribute to describe briefly what they do.</li>
3608
+ <li>
3609
+ CompilerBase tasks now check for changed resources and recompiles if out of
3610
+ date.</li>
3611
+ <li>
3612
+ Compiler tasks reportq what caused the rebuild when verbose is on, try 'NAnt
3613
+ -verbose'.</li>
3614
+ <li>
3615
+ Improved Log class.</li>
3616
+ <li>
3617
+ Added PlainText NUnit formatter, see NAnt's build file for an example.</li>
3618
+ <li>
3619
+ nant.onsuccess and nant.onfailure properties can now name a target to get
3620
+ executed at the end of a build.</li>
3621
+ <li>
3622
+ FileSets now have an absolute element. Items inside an absolute element will
3623
+ always be included in the file set. This is useful for references that are in
3624
+ the system path. See the HelloWindowsForms build file for an example.</li>
3625
+ <li>
3626
+ -set option changed to -D to be more like Ant.</li>
3627
+ <li>
3628
+ Unknown command line arguments cause program help to be displayed.</li>
3629
+ <li>
3630
+ FileSets now support absolute paths and parent directories.</li>
3631
+ <li>
3632
+ *Tasks.dll assemblies that are in the same folder as NAnt are automatically
3633
+ loaded and scanned for tasks.</li>
3634
+ <li>
3635
+ User manual available.</li>
3636
+ <li>
3637
+ Help for tasks is auto-generated.</li>
3638
+ <li>
3639
+ &lt;attrib&gt; task added.</li>
3640
+ <li>
3641
+ &lt;gac&gt; task added and moved to NAntContrib project.</li>
3642
+ <li>
3643
+ &lt;sysinfo&gt; task added.</li>
3644
+ <li>
3645
+ Added failonerror, verbose, if and unless attributes to all tasks.</li>
3646
+ <li>
3647
+ DESIGN DECISION: all elements and attributes will be lowercase</li>
3648
+ <li>
3649
+ Major reworking of FileSet class (removed absolutes element, added asis
3650
+ attribute).</li>
3651
+ <li>
3652
+ Tasks/Targets/FileSet includes/excludes now have if/unless attributes.</li>
3653
+ <li>
3654
+ New Unit Tests added.
3655
+ <ul>
3656
+ <li>
3657
+ CallTest.cs</li>
3658
+ <li>
3659
+ DeleteTest.cs</li>
3660
+ <li>
3661
+ EchoTest.cs</li>
3662
+ <li>
3663
+ FailTest.cs</li>
3664
+ <li>
3665
+ MkdirTest.cs</li>
3666
+ <li>
3667
+ MoveTest.cs</li>
3668
+ <li>
3669
+ PropertyTest.cs
3670
+ </li>
3671
+ </ul>
3672
+ </li>
3673
+ <li>
3674
+ New Properties added during project initilization.
3675
+ <ul>
3676
+ <li>
3677
+ nant.location points to nant.exe directory</li>
3678
+ <li>
3679
+ nant.tasks.[TaskName].location points to [TaskName] host assembly
3680
+ </li>
3681
+ </ul>
3682
+ </li>
3683
+ <li>
3684
+ &lt;nant&gt; task now inherits properties to new project.</li>
3685
+ <li>
3686
+ Tasks moved to NAntContrib Project
3687
+ <ul>
3688
+ <li>
3689
+ GacTask.cs</li>
3690
+ <li>
3691
+ RcTask.cs</li>
3692
+ <li>
3693
+ ResGenTask.cs</li>
3694
+ <li>
3695
+ TlbExpTask.cs</li>
3696
+ <li>
3697
+ TlbImpTask.cs</li>
3698
+ <li>
3699
+ TypedCollectionTask.cs</li>
3700
+ <li>
3701
+ Vb6Task.cs
3702
+ </li>
3703
+ </ul>
3704
+ </li>
3705
+ <li>
3706
+ NUnit XML format updated.</li>
3707
+ <li>
3708
+ Many, many, many bugs fixed.</li>
3709
+ </ul>
3710
+ <h2>
3711
+ 0.7.749 (January 19, 2002)</h2>
3712
+ <ul>
3713
+ <li>
3714
+ &lt;docnet&gt; task added, try 'NAnt doc' to build NAnt's documentation.</li>
3715
+ <li>
3716
+ NUnitCore.dll added to project.</li>
3717
+ <li>
3718
+ Fixed FileSet basedir attributes, they now expand macros.</li>
3719
+ <li>
3720
+ &lt;script&gt; task and example added - thanks to Sergey Chaban.</li>
3721
+ <li>
3722
+ Build file now extracts version number from AssemblyInfo.cs - thanks to Sergey
3723
+ Chaban.</li>
3724
+ <li>
3725
+ CompilerBase now adds quotations to all referenced files - thanks to Mike
3726
+ Krueger.</li>
3727
+ <li>
3728
+ BuildException is now serializable.</li>
3729
+ <li>
3730
+ ExternalProgramBase reports differentiates between Process exceptions and
3731
+ program return codes now.</li>
3732
+ <li>
3733
+ Unit tests are now run as part of the buid process.</li>
3734
+ <li>
3735
+ &lt;touch&gt; task added - thanks to Jay Turpin.</li>
3736
+ <li>
3737
+ NUnit overhaul.
3738
+ <ul>
3739
+ <li>
3740
+ camelCase'ed attributes, haltOnFailure, haltOnError</li>
3741
+ <li>
3742
+ renamed printsummary to verbose</li>
3743
+ <li>
3744
+ replaced SummaryResultFormatter with improved SummaryFormatter</li>
3745
+ <li>
3746
+ added VerboseFormatter
3747
+ </li>
3748
+ </ul>
3749
+ </li>
3750
+ <li>
3751
+ &lt;get&gt; task added - thanks to Jay Turpin</li>
3752
+ <li>
3753
+ &lt;docnet&gt; task renamed to &lt;ndoc&gt;.</li>
3754
+ <li>
3755
+ NDoc.Core.dll and NDoc.Documenter.Msdn.dll added to project.</li>
3756
+ <li>
3757
+ NAnt.exe split into NAnt.exe and NAnt.Core.dll.</li>
3758
+ <li>
3759
+ &lt;al&gt; task added - thanks to Joe Jones.</li>
3760
+ <li>
3761
+ &lt;resgen&gt; task added - thanks to Joe Jones.</li>
3762
+ <li>
3763
+ &lt;zip&gt; task added - thanks to Mike Krueger.</li>
3764
+ <li>
3765
+ &lt;cl&gt; task added - thanks to Shawn Van Ness.</li>
3766
+ <li>
3767
+ Added support for .NET v1.0.3705 (RTM).
3768
+ </li>
3769
+ </ul>
3770
+ <h2>
3771
+ 0.6.0 (September 18, 2001)</h2>
3772
+ <ul>
3773
+ <li>
3774
+ Report build file xml errors in a useful way.</li>
3775
+ <li>
3776
+ Report error location when tasks are missing required attributes.</li>
3777
+ <li>
3778
+ &lt;copy&gt; task updated - thanks to Ian MacLean.</li>
3779
+ <li>
3780
+ **/*.cs type pattern matching now available in FileSets via DirectoryScanner
3781
+ class.</li>
3782
+ <li>
3783
+ Added all the environment variables to
3784
+ properites,ie,&lt;echomessage="path=${nant.env.PATH}"/&gt;.</li>
3785
+ <li>
3786
+ &lt;move&gt; task updated - thanks to Ian MacLean.</li>
3787
+ <li>
3788
+ &lt;sleep&gt; task added - thanks to Ian MacLean.</li>
3789
+ <li>
3790
+ DirectoryScanner and FileSet's scan for files AND directories now</li>
3791
+ <li>
3792
+ FileSet's cache scan results, use Scan() to rescan.</li>
3793
+ <li>
3794
+ FileSet's auto initialize to their containing task, this helps clean up the
3795
+ code.</li>
3796
+ <li>
3797
+ &lt;copy&gt; task can now copy full directory trees.</li>
3798
+ <li>
3799
+ Added verbose attribute to &lt;copy&gt; task, default off, message gives number
3800
+ of files processed.</li>
3801
+ <li>
3802
+ Fixed bug with any ExternalBase tasks hanging - thanks to Sergey Chaban for
3803
+ reporting.</li>
3804
+ <li>
3805
+ &lt;include&gt; task added.</li>
3806
+ <li>
3807
+ &lt;call&gt; task added.</li>
3808
+ <li>
3809
+ -verbose command line option added.</li>
3810
+ <li>
3811
+ Build file can now build complete distribution, try 'NAnt dist'.
3812
+ </li>
3813
+ </ul>
3814
+ <h2>
3815
+ 0.5.0 (August 22, 2001)</h2>
3816
+ <ul>
3817
+ <li>
3818
+ Complete overhaul of the web site and doc folder (all html files).</li>
3819
+ <li>
3820
+ Made src a parent folder to be able to hold multiple assemblies in anticipation
3821
+ of the NAnt.Tests.dll assembly.</li>
3822
+ <li>
3823
+ License changed to GNU General Public License.</li>
3824
+ <li>
3825
+ Source code placed under CVS.</li>
3826
+ <li>
3827
+ Tasks can now have attributes in base classes, see CompilerBase as an example -
3828
+ thanks to Mike Krueger.</li>
3829
+ <li>
3830
+ Coding conventions posted on SourceForge in the document manager.</li>
3831
+ <li>
3832
+ Task manager in SourceForge is now being used to track currently active tasks.</li>
3833
+ <li>
3834
+ Namespace changed to SourceForge.NAnt.</li>
3835
+ <li>
3836
+ Added basic command line parsing.</li>
3837
+ <li>
3838
+ Added version resource.</li>
3839
+ <li>
3840
+ Support for multiple build targets (try 'NAnt clean test').</li>
3841
+ <li>
3842
+ BuildException added to report text position in the build file where errors
3843
+ occur - thanks to Ian MacLean.</li>
3844
+ <li>
3845
+ &lt;style&gt; task (xslt processing) added - thanks to Serge.</li>
3846
+ <li>
3847
+ Executable is now signed with the NAnt.key.</li>
3848
+ <li>
3849
+ Converted all public/protected fields to properties.</li>
3850
+ <li>
3851
+ Added support for user defined properties.</li>
3852
+ <li>
3853
+ Added -set option (try 'NAnt -set:debug=true clean build').</li>
3854
+ <li>
3855
+ Changed verions number to 0.5 to reflect the number of changes in the code
3856
+ base.
3857
+ </li>
3858
+ </ul>
3859
+ <h2>
3860
+ 0.1.5 (July 22, 2001)</h2>
3861
+ <ul>
3862
+ <li>
3863
+ Only compiles program if source file last write time &gt; output last write
3864
+ time.</li>
3865
+ <li>
3866
+ Refactored compiler code into common CompilerBase class.</li>
3867
+ <li>
3868
+ Refactored compiler and exec task into common ExternalProgramBase class.</li>
3869
+ <li>
3870
+ Added &lt;arg value="/win32res:filename"/&gt; element to all external program
3871
+ tasks.</li>
3872
+ <li>
3873
+ Added Int32ValidatorAttribute and BooleanValidatorAttribute classes to perform
3874
+ error checking on task attributes after macro expansion but before task
3875
+ execution. Search for BooleanValidator or Int32Validator in tasks for examples.</li>
3876
+ <li>
3877
+ Changed Task attribute names to TaskAttributeAttribute and FileSetAttribute.</li>
3878
+ <li>
3879
+ Removed default value for task attributes (set with initial value).</li>
3880
+ <li>
3881
+ Changes to Project class on how to initialize a project and run it.</li>
3882
+ <li>
3883
+ Right aligned task prefixes to clean up output.</li>
3884
+ <li>
3885
+ Added or enhanced these tasks
3886
+ <ul>
3887
+ <li>
3888
+ vbc, jsc, csc</li>
3889
+ <li>
3890
+ move</li>
3891
+ <li>
3892
+ nant</li>
3893
+ <li>
3894
+ tstamp</li>
3895
+ <li>
3896
+ exec (failonerror attribute)
3897
+ </li>
3898
+ </ul>
3899
+ </li>
3900
+ </ul>
3901
+ <h2>
3902
+ 0.1.4 (July 19, 2001)</h2>
3903
+ <ul>
3904
+ <li>
3905
+ Added or enhanced these tasks
3906
+ <ul>
3907
+ <li>
3908
+ echo</li>
3909
+ <li>
3910
+ fail</li>
3911
+ <li>
3912
+ property</li>
3913
+ <li>
3914
+ copy (respects basedir)</li>
3915
+ <li>
3916
+ delete (respects basedir)</li>
3917
+ <li>
3918
+ mkdir (respects basedir)</li>
3919
+ <li>
3920
+ exec
3921
+ </li>
3922
+ </ul>
3923
+ </li>
3924
+ </ul>
3925
+ <h2>
3926
+ 0.1.3 (July 18, 2001)</h2>
3927
+ <ul>
3928
+ <li>
3929
+ Dependencies working via depends attribute on targets.</li>
3930
+ <li>
3931
+ Changed name from NBuild to NAnt.</li>
3932
+ <li>
3933
+ Using the name "Parameter" to refer to the xml attributes in tasks because it
3934
+ was conflicting badly with .NET Attributes.</li>
3935
+ <li>
3936
+ Added FileSetParameterAttribute so that FileSet parameters would autoinit.</li>
3937
+ <li>
3938
+ Renamed TaskAttributeAttribute to StringParameterAttribute.</li>
3939
+ <li>
3940
+ Broke into seperate source files (one per class).</li>
3941
+ <li>
3942
+ Changed default build file from Project.xml to the first file with a .build
3943
+ extension.
3944
+ </li>
3945
+ </ul>
3946
+ <h2>
3947
+ 0.1.2 (July 16, 2001)</h2>
3948
+ <ul>
3949
+ <li>
3950
+ Basic functionality to have NAnt build itself (&lt;csc&gt; task).
3951
+ </li>
3952
+ </ul>
3953
+ <h2>
3954
+ 0.1.1 (July 5, 2001)</h2>
3955
+ <ul>
3956
+ <li>
3957
+ Initial test version.
3958
+ </li>
3959
+ </ul>
3960
+ </body>
3961
+ </html>