request the sysadmin to grant read, write and execute access to folder if folder is called 'data' you would bash>chmod g+rwx data http://www.psc.edu/general/unix/chmod.php
Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 24 Mar 2011 20:12:42 +0100 > From: gil...@maksimo.de > To: user@ant.apache.org > 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 >