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