More SmartBear Tools SmartBear Forums
http://smartbear.com/
US(c) 2013 SmartBear Software. All rights reserved. Sun, 19 May 2013 04:59:20 GMThttp://backend.userland.com/rssMore SmartBear Tools Synchronizing event-triggered tasks (continuous integration)Hi,<br />
<br />
I have several macros that get invoked using event-triggered tasks. However, since triggers can occur at any time, this can lead to ABS attempting to execute multiple macros in parallel, which is a problem because they may need access to certain resources (such as local SVN folders) which do not permit simultaneous access, or they may build the same source tree using different settings, or any one of several other potentially conflicting scenarios.<br />
<br />
How does one ensure that event-triggered tasks execute serially?<br />
<br />
- Dennis
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=61c2fde1-3258-4de0-95f6-6ae06b44e127
More SmartBear Tools Dennis Jones61c2fde1-3258-4de0-95f6-6ae06b44e127Sat, 29 Sep 2012 01:28:47 GMTReplace value in filesHi,<br />
I need to replace a value from all files from a folder.<br />
e.g. find and replace x.y with a.b in all files from a folder. Currently a didn't find any option to do that, only replace a string in a certain file from a certain folder.<br />
Any ideas?<br />
<br />
Thank you
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=9b43d8bd-425e-46aa-a972-c3d5899f3238
More SmartBear Tools Razvan Bondei9b43d8bd-425e-46aa-a972-c3d5899f3238Thu, 21 Jun 2012 07:09:21 GMTCheck In Files to TFVC issue with Notes optionHello,<br />
<br />
We want to add the Code Reviewer Check-in Notes in Visual Studio mandatory for our daily use. To be able to do so I have to update all our ABS macro to avoid our builds to fail.<br />
<br />
I checked the Notes option and add "Code Reviewer" as the Note name and "Build" as the Note text. But it fails to find this Note name, here is the ABS log :<br />
<br />
<em>TF10117: The following check-in note does not pass check-in requirement:<br />
(Code Reviewer: The field '(Code Reviewer' does not exist.<br />
</em><br />
A bracket is added for an unknown reason and I tried all the possibilities available but this bracket is always there. So it seems to be the cause of my problem.
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=cf36a3cf-312e-49d8-8101-a486a5f34127
More SmartBear Tools Thibaut Appertcf36a3cf-312e-49d8-8101-a486a5f34127Tue, 28 Feb 2012 10:44:36 GMTGit SupportHi,<br>
</br><br>
</br>I'm using ABS v.6.30.729.0, and am trying to automate nightly build for a new project that uses Git. However, it does not appear Git is supported at all. Questions:<br>
</br><br>
</br>1) Does the newest ABS support Git? If not, is it in the works and is there a target date for release?<br>
</br>2) Any specific advice/examples on shelling to Git command lines?<br>
</br><br>
</br>Thank you in advance.
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=34f8f392-913a-4331-8604-2a8aef82ffd5
More SmartBear Tools Wilkie Lam34f8f392-913a-4331-8604-2a8aef82ffd5Tue, 04 Sep 2012 13:16:44 GMTFile Errors on Email Attached FileI attached a text file to my email. The file has data in it and has 356 bytes. However, on the receiving end the size indicated is only 262 bytes and when I opened it, it's empty. What have I missed here?
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=758c7f58-7a1a-4565-87d0-a468d6a6ebb9
More SmartBear Tools Wilkie Lam758c7f58-7a1a-4565-87d0-a468d6a6ebb9Thu, 26 Jul 2012 18:44:45 GMT"Execute Web Service Function" not recognizing the servers host fileI created a site registered on the iis7 windows 2008 server and updated the host file to the sites address. I navigate to it from IE8. I created the wsdl from the web service. I implement it into a ABS project using the "Execute Web Service Function" and it errors out. Now if I push that same web site to our dev server and run, it all works. Its just not recognizing the host file. What can I do anything?
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=8fdab831-ca97-4901-adb0-96053bbf82c3
More SmartBear Tools Rick Mead8fdab831-ca97-4901-adb0-96053bbf82c3Mon, 11 Apr 2011 13:03:33 GMTUsing MS Setup Project Builds bootstrap and suddenly requires .NET 4.0Greetings,<br />
I am attempting to have Automated Build Studio 6.30 use the feature MS Setup Project to build an installer. It reads everything in correctly based on the configuration settings. However, when I go to test the installer that I built with Automated Build Studio, I find that the Bootstrap requires .NET 4.0 to be installed before it will install our product. It should be looking for .NET 3.5. NOTE: if I only install via the .msi file, it will look for .NET 3.5. It seem to only be the Bootstrap.<br />
<br />
I looked at the .vdproj file via notepad and the bootstrap there tells me it's looking for .net 3.5<br />
Here is what it looks like:<br />
----------------------------------------------------------------------------------------<br />
"InstallerBootstrapper" = "3:2"<br />
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"<br />
{<br />
"Enabled" = "11:TRUE"<br />
"PromptEnabled" = "11:TRUE"<br />
"PrerequisitesLocation" = "2:1"<br />
"Url" = "8:"<br />
"ComponentsUrl" = "8:"<br />
"Items"<br />
{<br />
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Net.Framework.3.5.SP1"<br />
{<br />
"Name" = "8:.NET Framework 3.5 SP1"<br />
"ProductCode" = "8:Microsoft.Net.Framework.3.5.SP1"<br />
}<br />
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Windows.Installer.3.1"<br />
{<br />
"Name" = "8:Windows Installer 3.1"<br />
"ProductCode" = "8:Microsoft.Windows.Installer.3.1"<br />
}<br />
}<br />
}<br />
}<br />
--------------------------------------------------------------------------------------------------------------------<br />
I can also tell you later in the script is shows "Allow Later Version" = FALSE. I am not sure why the tool in ABS seems to think I need .NET 4.0.<br />
<br />
Could you please guide me on what I need to set to make this resolve to using .NET 3.5? I have not had any luck getting things to build using the devenv command via the command line and this seems much cleaner.<br />
<br />
Thank you<br />
Sheree Ervin
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=d652e8d6-f231-403d-ae7e-605e9fcf7085
More SmartBear Tools Sheree Ervind652e8d6-f231-403d-ae7e-605e9fcf7085Tue, 21 Aug 2012 18:10:32 GMTSupport for MSVS 2012 (VC++11)Does Automated Build Studio support MSVS 2012 (VC++11) yet?<br>
</br>In which version and when will ABS with VC++ 11 be available/supported?<br>
</br><br>
</br>We are currently using ABS in our Continuous Integration/Nightly Build processes.<br>
</br>It is vital to our next release that we be able to test MSVS 2012 as soon as possible.<br>
</br><br>
</br>Thank you,<br>
</br>Clayton Dean<br>
</br>Development Manager<br>
</br>Rogue Wave Software<br>
</br>303.545.3152
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=33730787-087c-49ec-abbc-b0daf4894860
More SmartBear Tools Clayton Dean33730787-087c-49ec-abbc-b0daf4894860Mon, 06 Aug 2012 14:13:38 GMTBuild hangs during set/clear file attributesOur builds hang when trying to clear read-only attributes on a network path (UNC path). The user that runs the build process does have access rights to the network path. The build doesn't give errors, it just hangs and eventually times out.<br />
<br />
Any ideas how I could go about troubleshooting this?<br />
<br />
Thanks!<br />
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=4226176f-8f3a-4485-b187-19aa3406ca0d
More SmartBear Tools Joeri Sebrechts4226176f-8f3a-4485-b187-19aa3406ca0dMon, 30 Jul 2012 12:24:12 GMTADL - End of Life<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="Word.Document" name="ProgId" />
<meta content="Microsoft Word 12" name="Generator" />
<meta content="Microsoft Word 12" name="Originator" />
<link href="file:///C:%5CUsers%5CSERGEI%7E1.SOK%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]-->
<link href="file:///C:%5CUsers%5CSERGEI%7E1.SOK%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData" />
<link href="file:///C:%5CUsers%5CSERGEI%7E1.SOK%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping" /><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:TrackMoves/>
<w:TrackFormatting/>
<w:DoNotShowInsertionsAndDeletions/>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>EN-US</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
<w:SplitPgBreakAndParaMark/>
<w:DontVertAlignCellWithSp/>
<w:DontBreakConstrainedForcedTables/>
<w:DontVertAlignInTxbx/>
<w:Word11KerningPairs/>
<w:CachedColBalance/>
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="off"/>
<m:dispDef/>
<m:lMargin m:val="0"/>
<m:rMargin m:val="0"/>
<m:defJc m:val="centerGroup"/>
<m:wrapIndent m:val="1440"/>
<m:intLim m:val="subSup"/>
<m:naryLim m:val="undOvr"/>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">
<w:LsdException Locked="false" Priority="0" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
<w:LsdException Locked="false" Priority="39" Name="toc 1"/>
<w:LsdException Locked="false" Priority="39" Name="toc 2"/>
<w:LsdException Locked="false" Priority="39" Name="toc 3"/>
<w:LsdException Locked="false" Priority="39" Name="toc 4"/>
<w:LsdException Locked="false" Priority="39" Name="toc 5"/>
<w:LsdException Locked="false" Priority="39" Name="toc 6"/>
<w:LsdException Locked="false" Priority="39" Name="toc 7"/>
<w:LsdException Locked="false" Priority="39" Name="toc 8"/>
<w:LsdException Locked="false" Priority="39" Name="toc 9"/>
<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
<w:LsdException Locked="false" Priority="10" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Title"/>
<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
<w:LsdException Locked="false" Priority="11" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
<w:LsdException Locked="false" Priority="22" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
<w:LsdException Locked="false" Priority="20" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
<w:LsdException Locked="false" Priority="59" SemiHidden="false"
UnhideWhenUsed="false" Name="Table Grid"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
<w:LsdException Locked="false" Priority="1" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 1"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
<w:LsdException Locked="false" Priority="34" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
<w:LsdException Locked="false" Priority="29" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
<w:LsdException Locked="false" Priority="30" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 1"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 2"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 2"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 3"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 3"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 4"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 4"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 5"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 5"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 6"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 6"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
<w:LsdException Locked="false" Priority="19" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
<w:LsdException Locked="false" Priority="21" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
<w:LsdException Locked="false" Priority="31" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
<w:LsdException Locked="false" Priority="32" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
<w:LsdException Locked="false" Priority="33" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
</w:LatentStyles>
</xml><![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;
mso-font-charset:1;
mso-generic-font-family:roman;
mso-font-format:other;
mso-font-pitch:variable;
mso-font-signature:0 0 0 0 0 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-charset:204;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-520092929 1073786111 9 0 415 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;}
a:link, span.MsoHyperlink
{mso-style-noshow:yes;
mso-style-priority:99;
color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-noshow:yes;
mso-style-priority:99;
color:purple;
mso-themecolor:followedhyperlink;
text-decoration:underline;
text-underline:single;}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
.MsoPapDefault
{mso-style-type:export-only;
margin-bottom:10.0pt;
line-height:115%;}
@page WordSection1
{size:8.5in 11.0in;
margin:56.7pt 42.5pt 56.7pt 85.05pt;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
-->
</style>
<!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin-top:0in;
mso-para-margin-right:0in;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0in;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]-->
<p>Dear Automatic Docking Library Customers:</p>
<p>We would like to inform you that we are initiating an End of
Life (EOL) program for the Automatic Docking Library product (ADL). SmartBear Software
has stopped all new development, enhancements, and sales of ADL.</p>
<p>Customers with active support contracts will be able to
access SmartBear support resources through the expiration date of their
contracts using our standard support email: <a href="mailto:support@automatedqa.com">support@automatedqa.com</a>. SmartBear
will also maintain the ADL forum as a community resource for the current ADL
users, to exchange technical experience and access community based support. </p>
<p>We are cautiously considering donating the Automatic Docking
Library to open source. No decisions have been yet made in this regard, and we
will post any further news on the ADL forum. If you have any specific
suggestions about suitable open source options, or are willing to volunteer as
the maintainer of this project, please drop us a note on the forum. </p>
<p>Thank you for using SmartBear products! We continue to
invest in new and existing products, so please check back with us often!</p>
<p>The SmartBear Team</p>
<p><a href="http://www.smartbear.com/">www.smartbear.com</a></p>
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=3825fd1d-68b9-419f-b86a-bb43b4eaece0
More SmartBear Tools Sergei Sokolov3825fd1d-68b9-419f-b86a-bb43b4eaece0Wed, 20 Apr 2011 17:47:59 GMTSubversion status not correctly interpreting out-of-date files<br/>Before reading this post please note that I cannot provide the actual names of dialogs, controls, or other settings since my ABS trial has expired. I have tried my best to recall from memory.<br />
<br />
While testing the "Subversion Status" operation I noticed that the "out of date" variable is always populated with a 0 value. I have checked the "show updates" checkbox (the one that corresponds to using the --show-updates flag) and alternatively supplied the "--show-updates" flag manually.<br />
<br />
To work around this problem I have exported the entire result of the operation to a variable named "SVN_STATUS" and created a JScript script operation to correctly parse it:<br />
<br />
function Main()
<br/> {
<br/> var outOfDateCount = 0;
<br/> var strArray = Variables.SVN_STATUS.split("\n");
<br/> for (var i = 0; i <; strArray.length; ++i)
<br/> {
<br/> if (strArray[i].charAt(8) == "*")
<br/> ++outOfDateCount;
<br/> }
<br/> Variables.SVN_OUT_OF_DATE = outOfDateCount;
<br/> }<br />
<br />
I found some old Subversion documentation that mentioned the out-of-date flag (*) is in the seventh column. All of the latest documentation states that the flag is in the ninth column. Notice that my script looks at character 8 (0-based array access) to retrieve the flag. Perhaps ABS's built-in support is looking in the wrong column for the flag?<br />
<br />
Or maybe something else is wrong on my end? I tried a lot of different combinations of flags and settings and the only sure way to retrieve the number of server-side changed files was to use the above script.<br />
<br />
Since my trial has expired I will not be able to try any suggestions or patches until I either extend my trial or purchase the product.
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=593a1933-bf2b-4b40-9976-cd9cb6df8d4b
More SmartBear Tools Clayton Arends593a1933-bf2b-4b40-9976-cd9cb6df8d4bTue, 17 Jul 2012 18:07:35 GMT"Find/Replace in File" changes file encoding?Just installed ABS 6.31.777.0.<br />
<br />
I have an UTF-8 encoded text file. Applying the "Find/Replace in File" action (with two replace conditions - both are Regular expressions) the resulting file is encoded UTF-16.<br />
<br />
It's not expected behaviour I think.<br />
<br />
Workaround for me is changing the char set encoding back to UTF-8 using charsc.exe (via Google).
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=fe02ed17-5950-4999-a62f-e035de5b8f71
More SmartBear Tools Robert Wachtelfe02ed17-5950-4999-a62f-e035de5b8f71Thu, 19 Jul 2012 15:17:02 GMTAutomated Build Studio - TFS 2010We recently upgraded to TFS 2010 and use ABS to help run the builds. After the upgrade, the function 'Get File(s) From TFVC' started deleting files from a folder that it should not be deleting. This was not an issue prior to the upgrade and was wondering if there is some settings change or option that should be fixed to resolve this issue. It should only be getting files by label and not deleting anything.
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=22a5cd76-fafb-43f6-9af7-aaa576265b67
More SmartBear Tools John Q22a5cd76-fafb-43f6-9af7-aaa576265b67Wed, 18 Jul 2012 12:24:03 GMTGetting started building C++Builder/Delphi projectsI recently installed the trial version of ABS. I have created a macro file and am simply trying to build a project group for RAD Studio 2009. I added the "Compile RAD Studio 2009 Project Group" operation and assigned an existing full path to the "Project group" value. If I run this macro ABS displays a dialog with the following error message in it: "Unable to find CodeGear RAD Studio". I looked in "Options | Tools" for CodeGear, RAD Studio, Embarcadero, Delphi, and C++Builder and did not find any of these. Where is ABS looking to determine if CodeGear RAD Studio exists? And before you ask -- yes, RAD Studio 2009 is installed ;-).<br />
<br />
Since this didn't work I attempted to build a single Delphi project with the intent to build each file from the project group via separate ABS macro operations. This also did not work. I received the following error messages in the output log:<br />
<br />
[Fatal] : C:\Program Files (x86)\CodeGear\RAD Studio\6.0\Bin\CodeGear.Delphi.Targets(123,3): error : myproj.dpk(32) : E2202 Required package 'rtl' not found
<br />
<br />
Failed to execute the "Compile Delphi 2009 for Win32 Project" operation.
<br />
<br />
Since this did not work I added "Execute Program" operations which run my existing .bat files that I have been using prior to trying out ABS to build this project group. This does work. Here is an example .bat file:<br />
<br />
@echo off
<br />
call "%RAD6%\bin\rsvars.bat"
<br />
set Win32LibraryPath=%BDS%\Lib
<br />
msbuild /verbosity:quiet /t:Build /p:Config=Debug my_group.groupproj
<br />
<br />
FWIW, RAD6 is a system environment variable set to the root of RAD Studio 2009 ("C:\Program Files (x86)\CodeGear\RAD Studio\6.0").<br />
<br />
Any idea as to what I need to do to get the built-in build operations to work? My build computer is Win 2008 Server R2 (if that helps).<br />
Option 1 (build project group) is easy but it probably won't server my needs since I need to build projects for both Debug and Release, and I don't see any settings that can help with this.<br />
Option 2 (build each project separately) should allow me to have control over Debug/Release but I'm baffled as to why the compiler can't find the rtl package. If I knew what ABS does "under the hood" that might help me figure out what it needs.<br />
<br />
My ultimate goal is to set up an ABS macro that will be used in a continuous integration environment. It will update from Subversion and build only if changes were made. I would really like a build to happen XX minutes after someone checks in a change to SVN (if someone checks in to the repository during those XX minutes then the timer should restart); however, if that isn't possible I can live with building at set times during the day. So, if anyone has tips for how I can set this up in ABS I would be very grateful for the info.<br />
<br />
Thank you,<br />
Clayton
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=3fb4b2f9-223b-4600-a40d-c236977a5596
More SmartBear Tools Clayton Arends3fb4b2f9-223b-4600-a40d-c236977a5596Fri, 15 Jun 2012 01:03:33 GMTWeb interface seems to require an active RDP connection to build server.I'm having some issues executing builds using the web interface. <br />
<br />
We have a build server running Windows 7 Professional, that has ABS and Visual Studio installed on it. Using RDP, we can connect to this server and run our build macros directly from Automated Build Studio with no problems. <br />
<br />
If I have an open RDP session to the build server and I execute the macro via the web interface on my local machine (with the same domain account that I am RDP'd in with) then the macro works. <br />
<br />
If I run the same macro via the web interface without an open RDP session, or under a different domain account than the one RDP'd in, then the macro fails when trying to create the target directories. All domain accounts have the necessary folder permissions, so it's not that. <br />
<br />
Is there any way for me to run macros from the web interface without maintaining an open RDP session with the above setup?
http://smartbear.com/forums/forum/post/?mode=singleThread&thread=6cad0eaf-5468-49b5-bafb-89fe3cf5e9f7
More SmartBear Tools Liam Maughan6cad0eaf-5468-49b5-bafb-89fe3cf5e9f7Thu, 21 Jun 2012 23:42:06 GMT
Untitled Page