remote clearcase view
That should mean dynamic view defined on a remote computer, meaning you have two level of network indirection:
- albd (atria location broker) remote calls from your local ClearCase instance to the view_server.exe on the remote computer
- RPC calls to the vobrpc_server from the remote computer to the central VOB server.
If your ant script depends on large binary files (jar for thridparty library), and if one of the two remote path has some issue, you can expect some lagging problem.
One solution is to have a local snapshot view referencing the large jars, and still using your remote dynamic view for building the sources.
Our experience is to only use snapshot view for regular building purposes, while dynamic views are enough for coding (with occasional builds).