Alexey N. Solofnenko wrote:
Last two commands should be
cleartool endview -server build-view
cleartool rmview -force -tag build-view
I admire your skill in the cleartool commands, and am filled with the
memories of the pain of using it in a production project. When it works,
CC is the best ev
Last two commands should be
cleartool endview -server build-view
cleartool rmview -force -tag build-view
- Alexey.
Alexey N. Solofnenko wrote:
Something like that:
cleartool mkview -tag build-view \\%COMPUTERNAME%\ccshare$\build-view.vws
cleartool mount -all
cd z:\build-view\SOME-VOB
cleartool
Something like that:
cleartool mkview -tag build-view \\%COMPUTERNAME%\ccshare$\build-view.vws
cleartool mount -all
cd z:\build-view\SOME-VOB
cleartool setcs c:\path\toconfigspec
call ant build-target
set RC=%errorlevel%
cd %~dp0
cleartool endview build-view
cleartool rmview -force build-view
exi
everything like creating this view, seting config spec,
set the view in the ant script.
I would really apreciate any suggestions.
Thanks
--
View this message in context:
http://www.nabble.com/creating-clearcase-view-tf3533946.html#a9864000
Sent from the Ant - Users mailing list archive at Nabble.com