[jira] Created: (CONTINUUM-1789) Unable to add project if its parent is not in server

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (CONTINUUM-1789) Unable to add project if its parent is not in server

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Unable to add project if its parent is not in server
----------------------------------------------------

                 Key: CONTINUUM-1789
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1789
             Project: Continuum
          Issue Type: Bug
          Components: Core system
    Affects Versions: 1.1
            Reporter: Napoleon Esmundo C. Ramirez
            Priority: Minor


Steps to replicate:

1. Clear the local repository
2. Add a Maven2 project with a parent

The logs show:
{noformat}
jvm 1    | 2008-06-04 13:41:39,069 [SocketListener0-1] INFO  Continuum:default              - Created 0 projects.
jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - Created 0 project groups.
jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors.
jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors during project add:
jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - add.project.artifact.not.found.error
{noformat}

Whether the Maven2 project's parent is released or not, I get the same error.  The Maven2 project even has {{<repositories>}} that contains the parent declared.

--
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

       

[jira] Updated: (CONTINUUM-1789) Unable to add project if its parent is not in server

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


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

Brett Porter updated CONTINUUM-1789:
------------------------------------

    Fix Version/s: 1.3

> Unable to add project if its parent is not in server
> ----------------------------------------------------
>
>                 Key: CONTINUUM-1789
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1789
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>    Affects Versions: 1.1
>            Reporter: Napoleon Esmundo C. Ramirez
>            Priority: Minor
>             Fix For: 1.3
>
>
> Steps to replicate:
> 1. Clear the local repository
> 2. Add a Maven2 project with a parent
> The logs show:
> {noformat}
> jvm 1    | 2008-06-04 13:41:39,069 [SocketListener0-1] INFO  Continuum:default              - Created 0 projects.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - Created 0 project groups.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors during project add:
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - add.project.artifact.not.found.error
> {noformat}
> Whether the Maven2 project's parent is released or not, I get the same error.  The Maven2 project even has {{<repositories>}} that contains the parent declared.

--
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

       

[jira] Commented: (CONTINUUM-1789) Unable to add project if its parent is not in server

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/CONTINUUM-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=144634#action_144634 ]

Napoleon Esmundo C. Ramirez commented on CONTINUUM-1789:
--------------------------------------------------------

I tried this again on r684448, and the issue seems to be fixed already.  Can anyone please confirm?

Thanks,
Nap


> Unable to add project if its parent is not in server
> ----------------------------------------------------
>
>                 Key: CONTINUUM-1789
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1789
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>    Affects Versions: 1.1
>            Reporter: Napoleon Esmundo C. Ramirez
>            Priority: Minor
>             Fix For: 1.3
>
>
> Steps to replicate:
> 1. Clear the local repository
> 2. Add a Maven2 project with a parent
> The logs show:
> {noformat}
> jvm 1    | 2008-06-04 13:41:39,069 [SocketListener0-1] INFO  Continuum:default              - Created 0 projects.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - Created 0 project groups.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors during project add:
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - add.project.artifact.not.found.error
> {noformat}
> Whether the Maven2 project's parent is released or not, I get the same error.  The Maven2 project even has {{<repositories>}} that contains the parent declared.

--
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

       

[jira] Closed: (CONTINUUM-1789) Unable to add project if its parent is not in server

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


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

Brett Porter closed CONTINUUM-1789.
-----------------------------------

         Assignee: Brett Porter
       Resolution: Fixed
    Fix Version/s:     (was: 1.3)
                   1.2

since you reported it I think we can take your word for it :)

> Unable to add project if its parent is not in server
> ----------------------------------------------------
>
>                 Key: CONTINUUM-1789
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1789
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>    Affects Versions: 1.1
>            Reporter: Napoleon Esmundo C. Ramirez
>            Assignee: Brett Porter
>            Priority: Minor
>             Fix For: 1.2
>
>
> Steps to replicate:
> 1. Clear the local repository
> 2. Add a Maven2 project with a parent
> The logs show:
> {noformat}
> jvm 1    | 2008-06-04 13:41:39,069 [SocketListener0-1] INFO  Continuum:default              - Created 0 projects.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - Created 0 project groups.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors during project add:
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - add.project.artifact.not.found.error
> {noformat}
> Whether the Maven2 project's parent is released or not, I get the same error.  The Maven2 project even has {{<repositories>}} that contains the parent declared.

--
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

       

[jira] Commented: (CONTINUUM-1789) Unable to add project if its parent is not in server

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/CONTINUUM-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147037#action_147037 ]

Wendy Smoak commented on CONTINUUM-1789:
----------------------------------------

We don't normally put repos in the project's pom.  This needs to be checked with the repo containing the parent only in settings.xml.  

> Unable to add project if its parent is not in server
> ----------------------------------------------------
>
>                 Key: CONTINUUM-1789
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1789
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>    Affects Versions: 1.1
>            Reporter: Napoleon Esmundo C. Ramirez
>            Assignee: Brett Porter
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> Steps to replicate:
> 1. Clear the local repository
> 2. Add a Maven2 project with a parent
> The logs show:
> {noformat}
> jvm 1    | 2008-06-04 13:41:39,069 [SocketListener0-1] INFO  Continuum:default              - Created 0 projects.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - Created 0 project groups.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors.
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - 1 errors during project add:
> jvm 1    | 2008-06-04 13:41:39,070 [SocketListener0-1] INFO  Continuum:default              - add.project.artifact.not.found.error
> {noformat}
> Whether the Maven2 project's parent is released or not, I get the same error.  The Maven2 project even has {{<repositories>}} that contains the parent declared.

--
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

       
LightInTheBox - Buy quality products at wholesale price