You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2006/05/08 04:40:41 UTC

[jira] Created: (MSITE-128) Site plugin does not properly handle filenames with more than one period

Site plugin does not properly handle filenames with more than one period
------------------------------------------------------------------------

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

    Versions: 2.0-beta-4    
    Reporter: Wendy Smoak
    Priority: Critical



Compare the filenames of the source xdoc to the generated html files, below.  Any time there is more than one period (".") in the filename, such as for our release notes pages, the site plugin truncates the filename.

~/svn/struts/current/action
$ mvn site -N
...

$ ls src/site/xdoc/userGuide/

building_controller.xml  installation-tc.xml        release-notes-1.0.xml
building_model.xml       installation-ubs72.xml     release-notes-1.1-b1.xml
building_view.xml        installation-was352-x.xml  release-notes-1.1-b2.xml
configuration.xml        installation-was352.xml    release-notes-1.1-b3.xml
dev_util.xml             installation-wls5.xml      release-notes-1.1-rc1.xml
index.xml                installation.xml           release-notes-1.1-rc2.xml
installation-1.0.xml     introduction.xml           release-notes-1.1.xml
installation-ip.xml      navigation.xml             release-notes-1.2.4.xml
installation-ipas.xml    preface.xml                release-notes-1.2.7.xml
installation-jetty.xml   release-notes-1.0-b1.xml   release-notes-1.2.8.xml
installation-jr30.xml    release-notes-1.0-b2.xml   release-notes-1.3.1.xml
installation-novell.xml  release-notes-1.0-b3.xml   release-notes-1.3.2.xml
installation-oas.xml     release-notes-1.0.1.xml    release-notes.xml
installation-sas.xml     release-notes-1.0.2.xml

$ ls target/site/userGuide

building_controller.html  installation-jetty.html     installation-wls5.html
building_model.html       installation-jr30.html      installation.html
building_view.html        installation-novell.html    introduction.html
configuration.html        installation-oas.html       navigation.html
dev_util.html             installation-sas.html       preface.html
index.html                installation-tc.html        release-notes-1.html
installation-1.html       installation-ubs72.html     release-notes.html
installation-ip.html      installation-was352-x.html
installation-ipas.html    installation-was352.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-128) Site plugin does not properly handle filenames with more than one period

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

Brett Porter updated MSITE-128:
-------------------------------

    Description: 
Compare the filenames of the source xdoc to the generated html files, below.  Any time there is more than one period (".") in the filename, such as for our release notes pages, the site plugin truncates the filename.

~/svn/struts/current/action
$ mvn site -N
...

$ ls src/site/xdoc/userGuide/

building_controller.xml  installation-tc.xml        release-notes-1.0.xml
building_model.xml       installation-ubs72.xml     release-notes-1.1-b1.xml
building_view.xml        installation-was352-x.xml  release-notes-1.1-b2.xml
configuration.xml        installation-was352.xml    release-notes-1.1-b3.xml
dev_util.xml             installation-wls5.xml      release-notes-1.1-rc1.xml
index.xml                installation.xml           release-notes-1.1-rc2.xml
installation-1.0.xml     introduction.xml           release-notes-1.1.xml
installation-ip.xml      navigation.xml             release-notes-1.2.4.xml
installation-ipas.xml    preface.xml                release-notes-1.2.7.xml
installation-jetty.xml   release-notes-1.0-b1.xml   release-notes-1.2.8.xml
installation-jr30.xml    release-notes-1.0-b2.xml   release-notes-1.3.1.xml
installation-novell.xml  release-notes-1.0-b3.xml   release-notes-1.3.2.xml
installation-oas.xml     release-notes-1.0.1.xml    release-notes.xml
installation-sas.xml     release-notes-1.0.2.xml

$ ls target/site/userGuide

building_controller.html  installation-jetty.html     installation-wls5.html
building_model.html       installation-jr30.html      installation.html
building_view.html        installation-novell.html    introduction.html
configuration.html        installation-oas.html       navigation.html
dev_util.html             installation-sas.html       preface.html
index.html                installation-tc.html        release-notes-1.html
installation-1.html       installation-ubs72.html     release-notes.html
installation-ip.html      installation-was352-x.html
installation-ipas.html    installation-was352.html


  was:

Compare the filenames of the source xdoc to the generated html files, below.  Any time there is more than one period (".") in the filename, such as for our release notes pages, the site plugin truncates the filename.

~/svn/struts/current/action
$ mvn site -N
...

$ ls src/site/xdoc/userGuide/

building_controller.xml  installation-tc.xml        release-notes-1.0.xml
building_model.xml       installation-ubs72.xml     release-notes-1.1-b1.xml
building_view.xml        installation-was352-x.xml  release-notes-1.1-b2.xml
configuration.xml        installation-was352.xml    release-notes-1.1-b3.xml
dev_util.xml             installation-wls5.xml      release-notes-1.1-rc1.xml
index.xml                installation.xml           release-notes-1.1-rc2.xml
installation-1.0.xml     introduction.xml           release-notes-1.1.xml
installation-ip.xml      navigation.xml             release-notes-1.2.4.xml
installation-ipas.xml    preface.xml                release-notes-1.2.7.xml
installation-jetty.xml   release-notes-1.0-b1.xml   release-notes-1.2.8.xml
installation-jr30.xml    release-notes-1.0-b2.xml   release-notes-1.3.1.xml
installation-novell.xml  release-notes-1.0-b3.xml   release-notes-1.3.2.xml
installation-oas.xml     release-notes-1.0.1.xml    release-notes.xml
installation-sas.xml     release-notes-1.0.2.xml

$ ls target/site/userGuide

building_controller.html  installation-jetty.html     installation-wls5.html
building_model.html       installation-jr30.html      installation.html
building_view.html        installation-novell.html    introduction.html
configuration.html        installation-oas.html       navigation.html
dev_util.html             installation-sas.html       preface.html
index.html                installation-tc.html        release-notes-1.html
installation-1.html       installation-ubs72.html     release-notes.html
installation-ip.html      installation-was352-x.html
installation-ipas.html    installation-was352.html


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

> Site plugin does not properly handle filenames with more than one period
> ------------------------------------------------------------------------
>
>          Key: MSITE-128
>          URL: http://jira.codehaus.org/browse/MSITE-128
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>     Versions: 2.0-beta-4
>     Reporter: Wendy Smoak
>     Priority: Critical
>      Fix For: 2.0-beta-5

>
>
> Compare the filenames of the source xdoc to the generated html files, below.  Any time there is more than one period (".") in the filename, such as for our release notes pages, the site plugin truncates the filename.
> ~/svn/struts/current/action
> $ mvn site -N
> ...
> $ ls src/site/xdoc/userGuide/
> building_controller.xml  installation-tc.xml        release-notes-1.0.xml
> building_model.xml       installation-ubs72.xml     release-notes-1.1-b1.xml
> building_view.xml        installation-was352-x.xml  release-notes-1.1-b2.xml
> configuration.xml        installation-was352.xml    release-notes-1.1-b3.xml
> dev_util.xml             installation-wls5.xml      release-notes-1.1-rc1.xml
> index.xml                installation.xml           release-notes-1.1-rc2.xml
> installation-1.0.xml     introduction.xml           release-notes-1.1.xml
> installation-ip.xml      navigation.xml             release-notes-1.2.4.xml
> installation-ipas.xml    preface.xml                release-notes-1.2.7.xml
> installation-jetty.xml   release-notes-1.0-b1.xml   release-notes-1.2.8.xml
> installation-jr30.xml    release-notes-1.0-b2.xml   release-notes-1.3.1.xml
> installation-novell.xml  release-notes-1.0-b3.xml   release-notes-1.3.2.xml
> installation-oas.xml     release-notes-1.0.1.xml    release-notes.xml
> installation-sas.xml     release-notes-1.0.2.xml
> $ ls target/site/userGuide
> building_controller.html  installation-jetty.html     installation-wls5.html
> building_model.html       installation-jr30.html      installation.html
> building_view.html        installation-novell.html    introduction.html
> configuration.html        installation-oas.html       navigation.html
> dev_util.html             installation-sas.html       preface.html
> index.html                installation-tc.html        release-notes-1.html
> installation-1.html       installation-ubs72.html     release-notes.html
> installation-ip.html      installation-was352-x.html
> installation-ipas.html    installation-was352.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: (MSITE-128) Site plugin does not properly handle filenames with more than one period

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

Brett Porter commented on MSITE-128:
------------------------------------

I'm sure this issue was filed previously, but I can't find it.

Are you using 2.0-beta-4? I remember testing this in 2.0-beta-5-SNAPSHOT and seeing it wasn't a problem.

> Site plugin does not properly handle filenames with more than one period
> ------------------------------------------------------------------------
>
>          Key: MSITE-128
>          URL: http://jira.codehaus.org/browse/MSITE-128
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>     Versions: 2.0-beta-4
>     Reporter: Wendy Smoak
>     Priority: Critical

>
>
> Compare the filenames of the source xdoc to the generated html files, below.  Any time there is more than one period (".") in the filename, such as for our release notes pages, the site plugin truncates the filename.
> ~/svn/struts/current/action
> $ mvn site -N
> ...
> $ ls src/site/xdoc/userGuide/
> building_controller.xml  installation-tc.xml        release-notes-1.0.xml
> building_model.xml       installation-ubs72.xml     release-notes-1.1-b1.xml
> building_view.xml        installation-was352-x.xml  release-notes-1.1-b2.xml
> configuration.xml        installation-was352.xml    release-notes-1.1-b3.xml
> dev_util.xml             installation-wls5.xml      release-notes-1.1-rc1.xml
> index.xml                installation.xml           release-notes-1.1-rc2.xml
> installation-1.0.xml     introduction.xml           release-notes-1.1.xml
> installation-ip.xml      navigation.xml             release-notes-1.2.4.xml
> installation-ipas.xml    preface.xml                release-notes-1.2.7.xml
> installation-jetty.xml   release-notes-1.0-b1.xml   release-notes-1.2.8.xml
> installation-jr30.xml    release-notes-1.0-b2.xml   release-notes-1.3.1.xml
> installation-novell.xml  release-notes-1.0-b3.xml   release-notes-1.3.2.xml
> installation-oas.xml     release-notes-1.0.1.xml    release-notes.xml
> installation-sas.xml     release-notes-1.0.2.xml
> $ ls target/site/userGuide
> building_controller.html  installation-jetty.html     installation-wls5.html
> building_model.html       installation-jr30.html      installation.html
> building_view.html        installation-novell.html    introduction.html
> configuration.html        installation-oas.html       navigation.html
> dev_util.html             installation-sas.html       preface.html
> index.html                installation-tc.html        release-notes-1.html
> installation-1.html       installation-ubs72.html     release-notes.html
> installation-ip.html      installation-was352-x.html
> installation-ipas.html    installation-was352.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: (MSITE-128) Site plugin does not properly handle filenames with more than one period

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-128?page=all ]
     
Wendy Smoak closed MSITE-128:
-----------------------------

     Resolution: Fixed
    Fix Version: 2.0

I can't find it either.  (Maybe it was filed in Doxia?)

In any case, it's already fixed in 2.0-SNAPSHOT.  Sorry for the noise;  I thought I had tried it with the latest code.

> Site plugin does not properly handle filenames with more than one period
> ------------------------------------------------------------------------
>
>          Key: MSITE-128
>          URL: http://jira.codehaus.org/browse/MSITE-128
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>     Versions: 2.0-beta-4
>     Reporter: Wendy Smoak
>     Priority: Critical
>      Fix For: 2.0

>
>
> Compare the filenames of the source xdoc to the generated html files, below.  Any time there is more than one period (".") in the filename, such as for our release notes pages, the site plugin truncates the filename.
> ~/svn/struts/current/action
> $ mvn site -N
> ...
> $ ls src/site/xdoc/userGuide/
> building_controller.xml  installation-tc.xml        release-notes-1.0.xml
> building_model.xml       installation-ubs72.xml     release-notes-1.1-b1.xml
> building_view.xml        installation-was352-x.xml  release-notes-1.1-b2.xml
> configuration.xml        installation-was352.xml    release-notes-1.1-b3.xml
> dev_util.xml             installation-wls5.xml      release-notes-1.1-rc1.xml
> index.xml                installation.xml           release-notes-1.1-rc2.xml
> installation-1.0.xml     introduction.xml           release-notes-1.1.xml
> installation-ip.xml      navigation.xml             release-notes-1.2.4.xml
> installation-ipas.xml    preface.xml                release-notes-1.2.7.xml
> installation-jetty.xml   release-notes-1.0-b1.xml   release-notes-1.2.8.xml
> installation-jr30.xml    release-notes-1.0-b2.xml   release-notes-1.3.1.xml
> installation-novell.xml  release-notes-1.0-b3.xml   release-notes-1.3.2.xml
> installation-oas.xml     release-notes-1.0.1.xml    release-notes.xml
> installation-sas.xml     release-notes-1.0.2.xml
> $ ls target/site/userGuide
> building_controller.html  installation-jetty.html     installation-wls5.html
> building_model.html       installation-jr30.html      installation.html
> building_view.html        installation-novell.html    introduction.html
> configuration.html        installation-oas.html       navigation.html
> dev_util.html             installation-sas.html       preface.html
> index.html                installation-tc.html        release-notes-1.html
> installation-1.html       installation-ubs72.html     release-notes.html
> installation-ip.html      installation-was352-x.html
> installation-ipas.html    installation-was352.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