You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Bob Allison (JIRA)" <ji...@codehaus.org> on 2006/04/06 11:01:48 UTC

[jira] Created: (MSITE-112) Calculation of module URLs does not match deployment

Calculation of module URLs does not match deployment
----------------------------------------------------

         Key: MSITE-112
         URL: http://jira.codehaus.org/browse/MSITE-112
     Project: Maven 2.x Site Plugin
        Type: Bug

    Versions: 2.0    
 Environment: Site plugin built from SVN revision 391930
    Reporter: Bob Allison
    Priority: Blocker
 Attachments: sitetest.tar

In a project where the parent project is a peer directory with its children (e.g., top/parent/pom.xml, top/child/pom.xml, ...) the site is deployed correctly (site/parent, site/parent/child, ...) but the links in the left menu are not generated correctly (site/parent, site/child, ...)

Attached tar file contains three projects:  parent, child1, and child2.  Unpack these into a directory, change to the parent directory, and do a "mvn site".  The generated links for the first child project is "http://child1/index.html".

-- 
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: (MNG-2209) Calculation of module URLs does not match deployment

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2209?page=all ]

Kenney Westerhof updated MNG-2209:
----------------------------------

    Fix Version/s:     (was: 2.0.5)
                   2.0.6

> Calculation of module URLs does not match deployment
> ----------------------------------------------------
>
>                 Key: MNG-2209
>                 URL: http://jira.codehaus.org/browse/MNG-2209
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.4
>         Environment: Site plugin built from SVN revision 391930
>            Reporter: Bob Allison
>            Priority: Blocker
>             Fix For: 2.0.6
>
>         Attachments: sitetest.tar
>
>
> In a project where the parent project is a peer directory with its children (e.g., top/parent/pom.xml, top/child/pom.xml, ...) the site is deployed correctly (site/parent, site/parent/child, ...) but the links in the left menu are not generated correctly (site/parent, site/child, ...)
> Attached tar file contains three projects:  parent, child1, and child2.  Unpack these into a directory, change to the parent directory, and do a "mvn site".  The generated links for the first child project is "http://child1/index.html".

-- 
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: (MNG-2209) Calculation of module URLs does not match deployment

Posted by "John Allen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_97166 ] 

John Allen commented on MNG-2209:
---------------------------------

this is a known issue that crops up in quite a few places where inheritance and filesystem structure are assumed to be one in the same. as bret says, override everything in your children (url, distroManagement.site.url, scm, etc ), we do.

> Calculation of module URLs does not match deployment
> ----------------------------------------------------
>
>                 Key: MNG-2209
>                 URL: http://jira.codehaus.org/browse/MNG-2209
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.4
>         Environment: Site plugin built from SVN revision 391930
>            Reporter: Bob Allison
>            Priority: Blocker
>             Fix For: 2.0.x
>
>         Attachments: sitetest.tar
>
>
> In a project where the parent project is a peer directory with its children (e.g., top/parent/pom.xml, top/child/pom.xml, ...) the site is deployed correctly (site/parent, site/parent/child, ...) but the links in the left menu are not generated correctly (site/parent, site/child, ...)
> Attached tar file contains three projects:  parent, child1, and child2.  Unpack these into a directory, change to the parent directory, and do a "mvn site".  The generated links for the first child project is "http://child1/index.html".

-- 
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] Issue Comment Edited: (MNG-2209) Calculation of module URLs does not match deployment

Posted by "John Allen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104029 ] 

John Allen edited comment on MNG-2209 at 8/5/07 11:27 AM:
----------------------------------------------------------

MNG-3134 fixes this issue


 was:
MNG3133 fixes this issue

> Calculation of module URLs does not match deployment
> ----------------------------------------------------
>
>                 Key: MNG-2209
>                 URL: http://jira.codehaus.org/browse/MNG-2209
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation, POM
>    Affects Versions: 2.0.4
>         Environment: Site plugin built from SVN revision 391930
>            Reporter: Bob Allison
>            Priority: Blocker
>             Fix For: 2.1.x
>
>         Attachments: sitetest.tar
>
>
> In a project where the parent project is a peer directory with its children (e.g., top/parent/pom.xml, top/child/pom.xml, ...) the site is deployed correctly (site/parent, site/parent/child, ...) but the links in the left menu are not generated correctly (site/parent, site/child, ...)
> Attached tar file contains three projects:  parent, child1, and child2.  Unpack these into a directory, change to the parent directory, and do a "mvn site".  The generated links for the first child project is "http://child1/index.html".

-- 
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: (MNG-2209) Calculation of module URLs does not match deployment

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-2209:
------------------------------

    Fix Version/s:     (was: 2.0.x)
                   2.1.x
      Component/s: POM
                   Inheritance and Interpolation

> Calculation of module URLs does not match deployment
> ----------------------------------------------------
>
>                 Key: MNG-2209
>                 URL: http://jira.codehaus.org/browse/MNG-2209
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation, POM
>    Affects Versions: 2.0.4
>         Environment: Site plugin built from SVN revision 391930
>            Reporter: Bob Allison
>            Priority: Blocker
>             Fix For: 2.1.x
>
>         Attachments: sitetest.tar
>
>
> In a project where the parent project is a peer directory with its children (e.g., top/parent/pom.xml, top/child/pom.xml, ...) the site is deployed correctly (site/parent, site/parent/child, ...) but the links in the left menu are not generated correctly (site/parent, site/child, ...)
> Attached tar file contains three projects:  parent, child1, and child2.  Unpack these into a directory, change to the parent directory, and do a "mvn site".  The generated links for the first child project is "http://child1/index.html".

-- 
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: (MSITE-112) Calculation of module URLs does not match deployment

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-112?page=all ]

Brett Porter updated MSITE-112:
-------------------------------

        Version:     (was: 2.0)
                 2.0-beta-5
    Fix Version: 2.0-beta-5

to review for next release

> Calculation of module URLs does not match deployment
> ----------------------------------------------------
>
>          Key: MSITE-112
>          URL: http://jira.codehaus.org/browse/MSITE-112
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>     Versions: 2.0-beta-5
>  Environment: Site plugin built from SVN revision 391930
>     Reporter: Bob Allison
>     Priority: Blocker
>      Fix For: 2.0-beta-5
>  Attachments: sitetest.tar
>
>
> In a project where the parent project is a peer directory with its children (e.g., top/parent/pom.xml, top/child/pom.xml, ...) the site is deployed correctly (site/parent, site/parent/child, ...) but the links in the left menu are not generated correctly (site/parent, site/child, ...)
> Attached tar file contains three projects:  parent, child1, and child2.  Unpack these into a directory, change to the parent directory, and do a "mvn site".  The generated links for the first child project is "http://child1/index.html".

-- 
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: (MNG-2209) Calculation of module URLs does not match deployment

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-2209.
----------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: Issues to be reviewed for 3.x)
         Assignee: Benjamin Bentmann

> Calculation of module URLs does not match deployment
> ----------------------------------------------------
>
>                 Key: MNG-2209
>                 URL: http://jira.codehaus.org/browse/MNG-2209
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Inheritance and Interpolation, POM
>    Affects Versions: 2.0.4
>         Environment: Site plugin built from SVN revision 391930
>            Reporter: Bob Allison
>            Assignee: Benjamin Bentmann
>            Priority: Blocker
>         Attachments: sitetest.tar
>
>
> In a project where the parent project is a peer directory with its children (e.g., top/parent/pom.xml, top/child/pom.xml, ...) the site is deployed correctly (site/parent, site/parent/child, ...) but the links in the left menu are not generated correctly (site/parent, site/child, ...)
> Attached tar file contains three projects:  parent, child1, and child2.  Unpack these into a directory, change to the parent directory, and do a "mvn site".  The generated links for the first child project is "http://child1/index.html".

-- 
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: (MNG-2209) Calculation of module URLs does not match deployment

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2209?page=comments#action_63029 ] 

Brett Porter commented on MNG-2209:
-----------------------------------

this is an inheritance problem - the reactor projects come into the site plugin already populated with the incorrect URL values. If you override the URL in the child, it is set correctly

> Calculation of module URLs does not match deployment
> ----------------------------------------------------
>
>          Key: MNG-2209
>          URL: http://jira.codehaus.org/browse/MNG-2209
>      Project: Maven 2
>         Type: Bug

>     Versions: 2.0.4
>  Environment: Site plugin built from SVN revision 391930
>     Reporter: Bob Allison
>     Priority: Blocker
>      Fix For: 2.0.5
>  Attachments: sitetest.tar
>
>
> In a project where the parent project is a peer directory with its children (e.g., top/parent/pom.xml, top/child/pom.xml, ...) the site is deployed correctly (site/parent, site/parent/child, ...) but the links in the left menu are not generated correctly (site/parent, site/child, ...)
> Attached tar file contains three projects:  parent, child1, and child2.  Unpack these into a directory, change to the parent directory, and do a "mvn site".  The generated links for the first child project is "http://child1/index.html".

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