PDA

View Full Version : Visual Build 6.2 ClearCase Action bug


miker
11-09-2006, 02:13 PM
In ClearCase Action set the following:

Command tab
------------------
Command: mkview
View path: 'an absolute path where the view will be created'
Pathnames / Object selectors: 'view name'

Make View tab
------------------
Check snapshot
Tag: 'view tag name'
Server Storage location: 'name of a view storage location'

When the step is run there should be a '-stgloc' option but instead there's a '-config' option.

cleartool.exe mkview -snapshot -tag bldrobot_20061109_135252_ace_monadnock_view -config bldrobot_viewstg bldrobot_20061109_135252_ace_monadnock_view
cleartool: Error: Unrecognized option "-config"

Workaround: Leave Server Storage location field blank and in Additional options field add: -stgloc 'name of a view storage location'

kinook
11-09-2006, 07:10 PM
The main download at http://www.kinook.com/Download/VisBuildProEval.exe has been updated with a patch for this issue. Re-download and install, then edit the step and re-enter a value for the 'Server storage location' field.

miker
11-10-2006, 07:58 AM
Thanks for the patch. That fixed the mkview problem.