PDA

View Full Version : Version 5.3


kinook
03-24-2004, 08:57 PM
Released on <b>March 25, 2004</b>

New Features & Enhancements

<li><b>Make VS.NET</b> action: Add option to parse build output for failure string (defaulted to checked on new steps), since VS.NET sometimes returns a success (0) exitcode even when some projects fail to build.
<li><b>Send Mail</b> action: Fully support sending HTML formatted email with HTML attachment.
<li><b>Script Editor</b>: Disable auto-correct of case by default. To re-enable, right-click on the Script Editor window, choose Properties, go to the Language/Tabs tab and check 'Fixup text case while typing language keywords'.
<li><b>System Scripts</b>: Add vbld_IIf function (VBScript only).
<li><b>GUI App</b>: Updated Selection -> View functionality (Step properties, Macro properties, File properties and options dialogs) to pass filename containing spaces in double quotes so all applications will parse correctly.

Bug fixes

<li><b>COM+ Component</b> action: Always delete all components on first try when specifying * so that multiple iterations not required.
<li><b>CVS</b> Action: Don't pass -m flag when 'Log message' field is empty.
<li><b>Make VB6</b> action: Handle no space between semicolon and filename in Class/Module files referenced in VBP.
<li><b>UNZIP/ZIP Files</b> actions: 1) Prevent duplicate logging that occurred with some ZIP files; 2) append .zip extension to filename if not provided.
<li><b>GUI App</b>: trap errors loading corrupt/invalid global scripts or global macros file.