NAntContrib Release Notes |
Fixed parsing of "ResFile32" entries in .vbp file. (Pull Request #27)
Fixed issue where vb6 was looking in the wrong path on x64 systems. (Pull Request #35)
Fixed graphs so they appear correctly on modern browsers. (Pull Request #21)
Removed # prefix from anchor names. (Pull Request #20)
Moved <trycatch>
task from NAntContrib to NAnt.
(Issue #26)
Moved <choose>
task from NAntContrib to NAnt.
(Issue #26)
Updated NAntContrib project files to VS2010 format.
Added Array functions to sort and reverse a string array.
Fixed issue with <iisapppool> encountering access denied error when executing on remote machine. Issue #6
Released to maintain consistency with NAnt.
Released to maintain consistency with NAnt.
Type library references with path ending of backslash+number (eg. vbscript.dll\3) are now parsed correctly. (bug #1745360).
Take "ResFile32" and "Desiger" files into account when checking for recompilation. (bug #1205594 and #1648001).
Reduced vb6 task problems with "Auto Increment" revision. (bug #1081472).
Global types can now be defined in either the <when> or <otherwise> elements.
<choose> <when test="${build.config == 'Debug'}"> <patternset id="sources"> <include name="**/*.cs" /> </patternset> </when> <when test="${build.config == 'Release'}"> <patternset id="sources"> <include name="**/*.cs" /> <exclude name="**/Instrumentation/*.cs" /> </patternset> </when> <otherwise> <fail>Build configuration '${build.config}' is not supported!</fail> </otherwise> </choose>
Allows information on Windows Installer databases and products to be retrieved.
Allows BizTalk receive locations to be controlled.
Immediately stops a given process.
When used in combination with the <exec> task, it allows processed to be spawned for a certain duration or task, and then stopped.
Loads a file's contents as NAnt properties.
Waits for a given process on the local computer to exit.
When used in combination with the <exec> task, it allows processed to be spawned for a certain duration or task, and then wait until the process is finished before continueing.
Fixes in both Mono and NAntContrib now allow NAntContrib to be used in Mono (both Windows and Linux).
Updated build file to allow NAntContrib to be built against .NET Framework 3.5 and Mono 3.5 Profile.
Attempting to delete a virtual directory that does not exist, no longer results in a build failure.
<msi>
task multiple times (bug #1040963).
typelib
or
regfile
attribute.
No changes
<schemaref>
to <schema>
.
removedeleted
attribute to support removal of local files
that were deleted files from the Visual SourceSafe repository.
usemodtime
attribute to support setting the timestamp of
local files to the modification time of these files in the Visual SourceSafe
repository.
<mail>
task.