You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Jiri Pergl (Created) (JIRA)" <ji...@apache.org> on 2012/02/24 16:04:49 UTC

[jira] [Created] (NPANDAY-543) Resync References doesn´t update dependencies from remote repositories with LDAP verification

Resync References doesn´t update dependencies from remote repositories with LDAP verification
---------------------------------------------------------------------------------------------

                 Key: NPANDAY-543
                 URL: https://issues.apache.org/jira/browse/NPANDAY-543
             Project: NPanday
          Issue Type: Bug
          Components: Visual Studio Add-in
    Affects Versions: 1.4-incubating
         Environment: Archiva 1.3.5.,
NPanday 1.4-incubating,
Visual studion 2010
Maven 3.0.3
            Reporter: Jiri Pergl
            Priority: Blocker


Steps:
1. Add references using "Add Maven Artifact" from the menu(VS) or direct in the project pom.
2. Update the configuration in the settings.xml.
   - I insert to the configuration in the setting.xml this snippet:
... 
<server>
      <id>npanday.repo.0</id>
      <username>{LDAP user name}</username>
      <password>{encrypted password}</password>
 </server>
...
3. Refresh references using "Resync References" from the menu(VS).

After action I see message "Download Failed The remote server returned an error: (401) Unauthorized." 

I found out that Archiva is contacted without LDAP parameters in the communication between Archiva and local machine. If I try the goal "deploy" on the simple project, the communication is ok.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (NPANDAY-543) Resync References doesn´t update dependencies from remote repositories with LDAP verification

Posted by "Brett Porter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated NPANDAY-543:
---------------------------------

    Fix Version/s: 1.5.0-incubating
         Assignee: Brett Porter

I'll check this, I think it's been fixed already
                
> Resync References doesn´t update dependencies from remote repositories with LDAP verification
> ---------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-543
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-543
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.4-incubating
>         Environment: Archiva 1.3.5.,
> NPanday 1.4-incubating,
> Visual studion 2010
> Maven 3.0.3
>            Reporter: Jiri Pergl
>            Assignee: Brett Porter
>            Priority: Blocker
>             Fix For: 1.5.0-incubating
>
>
> Steps:
> 1. Add references using "Add Maven Artifact" from the menu(VS) or direct in the project pom.
> 2. Update the configuration in the settings.xml.
>    - I insert to the configuration in the setting.xml this snippet:
> ... 
> <server>
>       <id>npanday.repo.0</id>
>       <username>{LDAP user name}</username>
>       <password>{encrypted password}</password>
>  </server>
> ...
> 3. Refresh references using "Resync References" from the menu(VS).
> After action I see message "Download Failed The remote server returned an error: (401) Unauthorized." 
> I found out that Archiva is contacted without LDAP parameters in the communication between Archiva and local machine. If I try the goal "deploy" on the simple project, the communication is ok.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira