You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2009/05/21 07:44:42 UTC

[jira] Created: (DOXIA-323) Apt parser garbles some special characters inside tables

Apt parser garbles some special characters inside tables
--------------------------------------------------------

                 Key: DOXIA-323
                 URL: http://jira.codehaus.org/browse/DOXIA-323
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Apt
    Affects Versions: 1.1
            Reporter: Lukas Theussl


Apt snippet:

{noformat}
  \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.

*---------------------------------------------+--------------+
| \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.     | Apt special characters
*---------------------------------------------+--------------+
| $\{JAVA_HOME\}                             | The JAVA_HOME environment value.
*---------------------------------------------+--------------+
{noformat}

The characters <, >, {, }, \ are not rendered inside the table. This worked in Doxia 1.0.

-- 
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: (DOXIA-323) Apt parser garbles some special characters inside tables

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed DOXIA-323.
---------------------------------

    Resolution: Fixed

Fixed in [r779083|http://svn.apache.org/viewvc?rev=779083&view=rev]

> Apt parser garbles some special characters inside tables
> --------------------------------------------------------
>
>                 Key: DOXIA-323
>                 URL: http://jira.codehaus.org/browse/DOXIA-323
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Apt
>    Affects Versions: 1.1
>            Reporter: Lukas Theussl
>            Assignee: Vincent Siveton
>             Fix For: 1.1.1
>
>
> Apt snippet:
> {noformat}
>   \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.
> *---------------------------------------------+--------------+
> | \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.     | Apt special characters
> *---------------------------------------------+--------------+
> | $\{JAVA_HOME\}                             | The JAVA_HOME environment value.
> *---------------------------------------------+--------------+
> {noformat}
> The characters <, >, {, }, \ are not rendered inside the table. This worked in Doxia 1.0.

-- 
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: (DOXIA-323) Apt parser garbles some special characters inside tables

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl updated DOXIA-323:
--------------------------------

         Assignee: Vincent Siveton
    Fix Version/s: 1.1.1

Vincent,
I think this has been introduced by your fixes for DOXIA-38 and DOXIA-134. I have added a test case in AptParserTest.

> Apt parser garbles some special characters inside tables
> --------------------------------------------------------
>
>                 Key: DOXIA-323
>                 URL: http://jira.codehaus.org/browse/DOXIA-323
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Apt
>    Affects Versions: 1.1
>            Reporter: Lukas Theussl
>            Assignee: Vincent Siveton
>             Fix For: 1.1.1
>
>
> Apt snippet:
> {noformat}
>   \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.
> *---------------------------------------------+--------------+
> | \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.     | Apt special characters
> *---------------------------------------------+--------------+
> | $\{JAVA_HOME\}                             | The JAVA_HOME environment value.
> *---------------------------------------------+--------------+
> {noformat}
> The characters <, >, {, }, \ are not rendered inside the table. This worked in Doxia 1.0.

-- 
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: (DOXIA-323) Apt parser garbles some special characters inside tables

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=178198#action_178198 ] 

Vincent Siveton edited comment on DOXIA-323 at 5/27/09 5:04 AM:
----------------------------------------------------------------

FYI using double reverse solidus ie {noformat}\\{noformat} in a cell is incorrectly rendered with Doxia 1.0 (ie with maven-site-plugin:2.0): it becomes \240.

      was (Author: siveton):
    FYI using \\ in a cell is incorrectly rendered with Doxia 1.0 (ie with maven-site-plugin:2.0): it becomes \240.
  
> Apt parser garbles some special characters inside tables
> --------------------------------------------------------
>
>                 Key: DOXIA-323
>                 URL: http://jira.codehaus.org/browse/DOXIA-323
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Apt
>    Affects Versions: 1.1
>            Reporter: Lukas Theussl
>            Assignee: Vincent Siveton
>             Fix For: 1.1.1
>
>
> Apt snippet:
> {noformat}
>   \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.
> *---------------------------------------------+--------------+
> | \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.     | Apt special characters
> *---------------------------------------------+--------------+
> | $\{JAVA_HOME\}                             | The JAVA_HOME environment value.
> *---------------------------------------------+--------------+
> {noformat}
> The characters <, >, {, }, \ are not rendered inside the table. This worked in Doxia 1.0.

-- 
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: (DOXIA-323) Apt parser garbles some special characters inside tables

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=178198#action_178198 ] 

Vincent Siveton commented on DOXIA-323:
---------------------------------------

FYI using \\ in a cell is incorrectly rendered with Doxia 1.0 (ie with maven-site-plugin:2.0): it becomes \240.

> Apt parser garbles some special characters inside tables
> --------------------------------------------------------
>
>                 Key: DOXIA-323
>                 URL: http://jira.codehaus.org/browse/DOXIA-323
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Apt
>    Affects Versions: 1.1
>            Reporter: Lukas Theussl
>            Assignee: Vincent Siveton
>             Fix For: 1.1.1
>
>
> Apt snippet:
> {noformat}
>   \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.
> *---------------------------------------------+--------------+
> | \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.     | Apt special characters
> *---------------------------------------------+--------------+
> | $\{JAVA_HOME\}                             | The JAVA_HOME environment value.
> *---------------------------------------------+--------------+
> {noformat}
> The characters <, >, {, }, \ are not rendered inside the table. This worked in Doxia 1.0.

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