You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Daniel Pasarell <da...@gmail.com> on 2011/01/19 15:33:57 UTC

Change user that execute some commands in continuum

Hello

I'm using Maven and Continuum to build and test a project. But I have a
problem with dowload code from ClearCase:
Make the directory tree, but doesn't download any files, I get empty folders
, folders have read-only enabled  (I can not change it) and if I try
to give all
permissions to the owner always revert it to the previous state. I look at
the user who created the view and is one of system (NT
AUTHORITY\SYSTEM) instead
of mine. The question is it:
Can I change the user that continuum use to execute the maven and clearcase
commands??

------------

Command executed to find user of the view that is maked with Continuum
>cleartool lsview -l view_name
[....]
View owner: NT AUTHORITY\SYSTEM

Some lines of continuum.log
2011-01-19 10:30:17,009 [pool-7-thread-1] WARN
action#update-working-directory-from-scm  - Error while updating the code
for project: 'mytest', id: '16' to 'E:\Continuum\working-directory\16'.
2011-01-19 10:30:17,009 [pool-7-thread-1] WARN
action#update-working-directory-from-scm  - Command output: cleartool:
Error: Unable to copy "\\xxxxxxxxxxxxx\23\80fb34221c6a497faafb626cf9f7d5a6"
to "E:\Continuum\working-directory\xxxxxxxx\AutoExec.bat.loading":
Permission denied.
cleartool: Error: Unable to load "AutoExec.bat".

Thanks a lot!!