Thanks Gilbert.  The additional info is very helpful.  I've got an IBM rep on 
the phone and hopefully he'll be able to help.



-----Original Message-----
From: Gilbert Rebhan [mailto:gil...@maksimo.de] 
Sent: Thursday, March 24, 2011 2:13 PM
To: Ant Users List
Subject: Re: Question on Clearcase task - ccupdate

-------- 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



The information contained in this message and any attachments is intended only 
for the use of the individual or entity to which it is addressed, and may 
contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from 
disclosure under applicable law.  If you are not the intended recipient, you 
are prohibited from copying, distributing, or using the information.  Please 
contact the sender immediately by return e-mail and delete the original message 
from your system.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to