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 Catherine Tan (JIRA)" <ji...@codehaus.org> on 2009/09/03 03:48:41 UTC

[jira] Created: (CONTINUUM-2350) Part of an added project's scm url is cut off

 Part of an added project's scm url is cut off 
-----------------------------------------------

                 Key: CONTINUUM-2350
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2350
             Project: Continuum
          Issue Type: Bug
          Components: Core system
    Affects Versions: 1.3.1
            Reporter: Maria Catherine Tan


I have a flat multi module project with the following structure:

MultiModuleSample
|
`---- myparent-project
       |
       `---- pom.xml
|
`----- module1
       |
       `---- pom.xml
|
`----- module2
       |
       `---- pom.xml

The scm root url created was http://stan.manila.exist.com/repos/MultiModuleSample/trunk/m

It should be http://stan.manila.exist.com/repos/MultiModuleSample/trunk/

-- 
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-2350) Part of an added project's scm url is cut off

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan closed CONTINUUM-2350.
------------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.4.x)
                   1.3.5

>  Part of an added project's scm url is cut off 
> -----------------------------------------------
>
>                 Key: CONTINUUM-2350
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2350
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>            Reporter: Maria Catherine Tan
>            Assignee: Maria Catherine Tan
>             Fix For: 1.3.5
>
>
> I have a flat multi module project with the following structure:
> {noformat}
> MultiModuleSample
> |
> `-- myparent-project
> |    |
> |    `-- pom.xml
> |
> `-- module1
> |    |
> |    `-- pom.xml
> |
> `-- module2
>      |
>      `-- pom.xml
> {noformat}
> The scm root url created was http://host/repos/MultiModuleSample/trunk/m
> It should be http://host/repos/MultiModuleSample/trunk/

-- 
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-2350) Part of an added project's scm url is cut off

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan updated CONTINUUM-2350:
-------------------------------------------

    Description: 
I have a flat multi module project with the following structure:
{noformat}
MultiModuleSample
|
`-- myparent-project
|    |
|    `-- pom.xml
|
`-- module1
|    |
|    `-- pom.xml
|
`-- module2
     |
     `-- pom.xml
{noformat}
The scm root url created was http://host/repos/MultiModuleSample/trunk/m

It should be http://host/repos/MultiModuleSample/trunk/

  was:
I have a flat multi module project with the following structure:

MultiModuleSample
|
`---- myparent-project
       |
       `---- pom.xml
|
`----- module1
       |
       `---- pom.xml
|
`----- module2
       |
       `---- pom.xml

The scm root url created was http://stan.manila.exist.com/repos/MultiModuleSample/trunk/m

It should be http://stan.manila.exist.com/repos/MultiModuleSample/trunk/


>  Part of an added project's scm url is cut off 
> -----------------------------------------------
>
>                 Key: CONTINUUM-2350
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2350
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>    Affects Versions: 1.3.1
>            Reporter: Maria Catherine Tan
>            Assignee: Maria Catherine Tan
>
> I have a flat multi module project with the following structure:
> {noformat}
> MultiModuleSample
> |
> `-- myparent-project
> |    |
> |    `-- pom.xml
> |
> `-- module1
> |    |
> |    `-- pom.xml
> |
> `-- module2
>      |
>      `-- pom.xml
> {noformat}
> The scm root url created was http://host/repos/MultiModuleSample/trunk/m
> It should be http://host/repos/MultiModuleSample/trunk/

-- 
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-2350) Part of an added project's scm url is cut off

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=191406#action_191406 ] 

Maria Catherine Tan commented on CONTINUUM-2350:
------------------------------------------------

I initially created just the unit test for this but it fails so I also fixed it.

r816461 of 1.3.x branch
r816464 of trunk

>  Part of an added project's scm url is cut off 
> -----------------------------------------------
>
>                 Key: CONTINUUM-2350
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2350
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>            Reporter: Maria Catherine Tan
>            Assignee: Maria Catherine Tan
>             Fix For: 1.3.5
>
>
> I have a flat multi module project with the following structure:
> {noformat}
> MultiModuleSample
> |
> `-- myparent-project
> |    |
> |    `-- pom.xml
> |
> `-- module1
> |    |
> |    `-- pom.xml
> |
> `-- module2
>      |
>      `-- pom.xml
> {noformat}
> The scm root url created was http://host/repos/MultiModuleSample/trunk/m
> It should be http://host/repos/MultiModuleSample/trunk/

-- 
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] Assigned: (CONTINUUM-2350) Part of an added project's scm url is cut off

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan reassigned CONTINUUM-2350:
----------------------------------------------

    Assignee: Maria Catherine Tan

>  Part of an added project's scm url is cut off 
> -----------------------------------------------
>
>                 Key: CONTINUUM-2350
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2350
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>    Affects Versions: 1.3.1
>            Reporter: Maria Catherine Tan
>            Assignee: Maria Catherine Tan
>
> I have a flat multi module project with the following structure:
> MultiModuleSample
> |
> `---- myparent-project
>        |
>        `---- pom.xml
> |
> `----- module1
>        |
>        `---- pom.xml
> |
> `----- module2
>        |
>        `---- pom.xml
> The scm root url created was http://stan.manila.exist.com/repos/MultiModuleSample/trunk/m
> It should be http://stan.manila.exist.com/repos/MultiModuleSample/trunk/

-- 
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-2350) Part of an added project's scm url is cut off

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan updated CONTINUUM-2350:
-------------------------------------------

    Affects Version/s:     (was: 1.3.1)

My mistake. I encountered this in continuum flat-multi-module branch not in 1.3.1

Will leave this open for now while waiting for flat-multi-module branch to get merge in trunk to verify this.

>  Part of an added project's scm url is cut off 
> -----------------------------------------------
>
>                 Key: CONTINUUM-2350
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2350
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>            Reporter: Maria Catherine Tan
>            Assignee: Maria Catherine Tan
>
> I have a flat multi module project with the following structure:
> {noformat}
> MultiModuleSample
> |
> `-- myparent-project
> |    |
> |    `-- pom.xml
> |
> `-- module1
> |    |
> |    `-- pom.xml
> |
> `-- module2
>      |
>      `-- pom.xml
> {noformat}
> The scm root url created was http://host/repos/MultiModuleSample/trunk/m
> It should be http://host/repos/MultiModuleSample/trunk/

-- 
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-2350) Part of an added project's scm url is cut off

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-2350:
-----------------------------------

    Fix Version/s: 1.4.x

>  Part of an added project's scm url is cut off 
> -----------------------------------------------
>
>                 Key: CONTINUUM-2350
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2350
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>            Reporter: Maria Catherine Tan
>            Assignee: Maria Catherine Tan
>             Fix For: 1.4.x
>
>
> I have a flat multi module project with the following structure:
> {noformat}
> MultiModuleSample
> |
> `-- myparent-project
> |    |
> |    `-- pom.xml
> |
> `-- module1
> |    |
> |    `-- pom.xml
> |
> `-- module2
>      |
>      `-- pom.xml
> {noformat}
> The scm root url created was http://host/repos/MultiModuleSample/trunk/m
> It should be http://host/repos/MultiModuleSample/trunk/

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