You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Maria Odea Ching (JIRA)" <ji...@codehaus.org> on 2010/02/24 11:58:55 UTC

[jira] Closed: (CONTINUUM-2466) authorization failed when building ant / shell projects

     [ http://jira.codehaus.org/browse/CONTINUUM-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching closed CONTINUUM-2466.
---------------------------------------

    Resolution: Fixed

Fixed in 1.3.x branch -r915747 and merged to trunk in -r915748, with the following changes:

* set scm username and password in context which will be used in initial checkout (shell and ant projects)
* added test to verify if scm username and password were set in context
* do not store credentials id useScmCredentialsCache is set to true in store-project action
* added test to check storing of credentials based on value of useScmCredentialsCache for ant and shell projects

> authorization failed when building ant / shell projects
> -------------------------------------------------------
>
>                 Key: CONTINUUM-2466
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2466
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>    Affects Versions: 1.3.5
>            Reporter: Maria Catherine Tan
>            Assignee: Maria Odea Ching
>             Fix For: 1.4.0
>
>
> I'm getting an authorization failed when building ant/shell projects.
> In the logs, both the username and password are missing during svn checkout.
> 2010-02-16 09:00:01,915 [pool-7-thread-1] INFO  action#checkout-project  - Checking out project: 'shell', id: '6' to '/home/marica/projects/continuum-1.3.x/continuum-webapp/data/working-directory/6' with branch/tag .
> 2010-02-16 09:00:02,666 [pool-7-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /home/marica/projects/continuum-1.3.x/continuum-webapp/data/working-directory && svn --non-interactive checkout https://svn.test.com/repos/shell-project/trunk/ 6
> 2010-02-16 09:00:02,666 [pool-7-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /home/marica/projects/continuum-1.3.x/continuum-webapp/data/working-directory
> 2010-02-16 09:00:03,918 [pool-7-thread-1] WARN  action#checkout-project  - Error while checking out the code for project: 'shell', id: '6' to '/home/marica/projects/continuum-1.3.x/continuum-webapp/data/working-directory/6' with branch/tag .
> 2010-02-16 09:00:03,919 [pool-7-thread-1] WARN  action#checkout-project  - Command output: svn: PROPFIND request failed on '/repos/shell-project/trunk'
> svn: PROPFIND of '/repos/shell-project/trunk': authorization failed (https://svn.test.com)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira