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 "Paul G (JIRA)" <ji...@apache.org> on 2010/12/01 14:58:11 UTC

[jira] Created: (NPANDAY-354) Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.

Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.
----------------------------------------------------------------------------------------------------------------------------

                 Key: NPANDAY-354
                 URL: https://issues.apache.org/jira/browse/NPANDAY-354
             Project: NPanday
          Issue Type: Bug
          Components: Visual Studio Add-in
    Affects Versions: 1.2.1
         Environment: Windows
            Reporter: Paul G
            Priority: Minor


ProjectImporterEngine's Reference.cs throws an NPE at line 283 unless settings.xml has a 'mirrors' section defined.
Woraround: Create an empty 'mirrors' section.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (NPANDAY-354) Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.

Posted by "Joe Ocaba (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977589#action_12977589 ] 

Joe Ocaba commented on NPANDAY-354:
-----------------------------------

The changes are there and  yup you are pointing at the correct location. Maybe you can do another checkout? or and svn clean up then update?

> Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-354
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-354
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Paul G
>            Assignee: Joe Ocaba
>            Priority: Minor
>             Fix For: 1.3-incubating
>
>         Attachments: NPANDAY-354.patch
>
>
> ProjectImporterEngine's Reference.cs throws an NPE at line 283 unless settings.xml has a 'mirrors' section defined.
> Woraround: Create an empty 'mirrors' section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (NPANDAY-354) Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.

Posted by "Brett Porter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965901#action_12965901 ] 

Brett Porter commented on NPANDAY-354:
--------------------------------------

good catch. Are you interested in submitting a patch?

> Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-354
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-354
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Paul G
>            Priority: Minor
>
> ProjectImporterEngine's Reference.cs throws an NPE at line 283 unless settings.xml has a 'mirrors' section defined.
> Woraround: Create an empty 'mirrors' section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (NPANDAY-354) Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.

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

Joe Ocaba resolved NPANDAY-354.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3-incubating
         Assignee: Joe Ocaba

Applied patch provided by Paul in trunk.

> Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-354
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-354
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Paul G
>            Assignee: Joe Ocaba
>            Priority: Minor
>             Fix For: 1.3-incubating
>
>         Attachments: NPANDAY-354.patch
>
>
> ProjectImporterEngine's Reference.cs throws an NPE at line 283 unless settings.xml has a 'mirrors' section defined.
> Woraround: Create an empty 'mirrors' section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (NPANDAY-354) Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.

Posted by "Paul G (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977251#action_12977251 ] 

Paul G commented on NPANDAY-354:
--------------------------------

This does not seem to be applied to https://npanday.svn.codeplex.com/svn/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/NPanday/ProjectImporter/Digest/Model/Reference.cs.

Am I looking in the right place?

> Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-354
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-354
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Paul G
>            Assignee: Joe Ocaba
>            Priority: Minor
>             Fix For: 1.3-incubating
>
>         Attachments: NPANDAY-354.patch
>
>
> ProjectImporterEngine's Reference.cs throws an NPE at line 283 unless settings.xml has a 'mirrors' section defined.
> Woraround: Create an empty 'mirrors' section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NPANDAY-354) Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.

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

Paul G updated NPANDAY-354:
---------------------------

    Attachment: NPANDAY-354.patch

Still needs some work - not sure that we need to refer to 'http://repo1.maven.org/maven2' repo in the code, but will leave it there.

> Addin 'resync references' feature fails if using remote repositories but there is no 'mirrors' section in Settings.xml file.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-354
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-354
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Paul G
>            Priority: Minor
>         Attachments: NPANDAY-354.patch
>
>
> ProjectImporterEngine's Reference.cs throws an NPE at line 283 unless settings.xml has a 'mirrors' section defined.
> Woraround: Create an empty 'mirrors' section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.