-------- Original Message -------- Subject: Re: Question on Clearcase task - ccupdate From: Savoy, Melinda <melindasa...@texashealth.org> To: 'Ant Users List' <user@ant.apache.org> Date: Thu Mar 24 2011 17:47:01 GMT+0100 (CET)
> Thanks Dominique. I have posted on the CC forum however, I'm assuming not > too many will respond as there were not many posts regarding ccupdate. > Hopefully debugging will give me some answers. Thanks again for replying. >From my experience with ant and clearcase, "Permission denied" is one of the most frequent errors, beside files checked out reserved by someone else. Maybe it's only because you run with user account lacking the appropiate rights for accessing the view As Dominique already mentioned debugmode : ant -debug yourbuildfile.xml is good to see the pure clearcase commands. After you got the commands you may test the clearcase part isolated in a shell(cmd on Windows), no need to run your the whole ant script. That way you'll get the output straight in your shell. C:\>cleartool ........ Clearcase resources = http://members.cox.net/ejostrander/clearteam/index.html http://www.yolinux.com/TUTORIALS/ClearcaseCommands.html Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org