You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kornel (JIRA)" <ji...@codehaus.org> on 2009/03/15 10:38:12 UTC

[jira] Created: (DOXIA-302) {code} tag is not interpreted correctly if there is no empty line before it

{code} tag is not interpreted correctly if there is no empty line before it
---------------------------------------------------------------------------

                 Key: DOXIA-302
                 URL: http://jira.codehaus.org/browse/DOXIA-302
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Confluence
    Affects Versions: 1.1
            Reporter: Kornel
         Attachments: MNG-302-module-confluence.patch

For example in the below text:

For example class:
{code}
public class XPropertyContainer extends ClassPropertyContainer {
    ...
    @PropertyField(propertyName="X")
    private ParentPropertyContainer _propertyX;
}
{code}
we have example object:
{code}
XPropertyContainer grandparent = new 
{code}

{code} tags are not interpreted correctly - on output we have ordinary text, no code blocks.

-- 
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-302) {code} tag is not interpreted correctly if there is no empty line before it

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

Kornel updated DOXIA-302:
-------------------------

    Attachment: MNG-302-module-confluence.patch

This path solves this issue.

> {code} tag is not interpreted correctly if there is no empty line before it
> ---------------------------------------------------------------------------
>
>                 Key: DOXIA-302
>                 URL: http://jira.codehaus.org/browse/DOXIA-302
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.1
>            Reporter: Kornel
>         Attachments: MNG-302-module-confluence.patch
>
>
> For example in the below text:
> For example class:
> {code}
> public class XPropertyContainer extends ClassPropertyContainer {
>     ...
>     @PropertyField(propertyName="X")
>     private ParentPropertyContainer _propertyX;
> }
> {code}
> we have example object:
> {code}
> XPropertyContainer grandparent = new 
> {code}
> {code} tags are not interpreted correctly - on output we have ordinary text, no code blocks.

-- 
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-302) Confluence: {code} tag is not interpreted correctly if there is no empty line before it

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

Lukas Theussl updated DOXIA-302:
--------------------------------

    Description: 
For example in the below text:


{noformat}
For example class:
{code}
public class XPropertyContainer extends ClassPropertyContainer {
    ...
    @PropertyField(propertyName="X")
    private ParentPropertyContainer _propertyX;
}
{code}
we have example object:
{code}
XPropertyContainer grandparent = new 
{code}
{noformat}

\{code\} tags are not interpreted correctly - on output we have ordinary text, no code blocks.

  was:
For example in the below text:

For example class:
{code}
public class XPropertyContainer extends ClassPropertyContainer {
    ...
    @PropertyField(propertyName="X")
    private ParentPropertyContainer _propertyX;
}
{code}
we have example object:
{code}
XPropertyContainer grandparent = new 
{code}

{code} tags are not interpreted correctly - on output we have ordinary text, no code blocks.

        Summary: Confluence: {code} tag is not interpreted correctly if there is no empty line before it  (was: {code} tag is not interpreted correctly if there is no empty line before it)

> Confluence: {code} tag is not interpreted correctly if there is no empty line before it
> ---------------------------------------------------------------------------------------
>
>                 Key: DOXIA-302
>                 URL: http://jira.codehaus.org/browse/DOXIA-302
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.1
>            Reporter: Kornel
>         Attachments: MNG-302-module-confluence.patch
>
>
> For example in the below text:
> {noformat}
> For example class:
> {code}
> public class XPropertyContainer extends ClassPropertyContainer {
>     ...
>     @PropertyField(propertyName="X")
>     private ParentPropertyContainer _propertyX;
> }
> {code}
> we have example object:
> {code}
> XPropertyContainer grandparent = new 
> {code}
> {noformat}
> \{code\} tags are not interpreted correctly - on output we have ordinary text, no code blocks.

-- 
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-302) Confluence: {code} tag is not interpreted correctly if there is no empty line before it

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

Lukas Theussl closed DOXIA-302.
-------------------------------

         Assignee: Lukas Theussl
       Resolution: Fixed
    Fix Version/s: 1.1.1

Patch applied in r761569. Thanks!

> Confluence: {code} tag is not interpreted correctly if there is no empty line before it
> ---------------------------------------------------------------------------------------
>
>                 Key: DOXIA-302
>                 URL: http://jira.codehaus.org/browse/DOXIA-302
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.1
>            Reporter: Kornel
>            Assignee: Lukas Theussl
>             Fix For: 1.1.1
>
>         Attachments: MNG-302-module-confluence.patch
>
>
> For example in the below text:
> {noformat}
> For example class:
> {code}
> public class XPropertyContainer extends ClassPropertyContainer {
>     ...
>     @PropertyField(propertyName="X")
>     private ParentPropertyContainer _propertyX;
> }
> {code}
> we have example object:
> {code}
> XPropertyContainer grandparent = new 
> {code}
> {noformat}
> \{code\} tags are not interpreted correctly - on output we have ordinary text, no code blocks.

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